Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Equation For Specific Line Length Needed
#17
Starting on line 725:
                IF drag < 1 AND drag2 < 1 THEN
                    _DELAY 1
                    town = 1
                    GOTO start:
                END IF


A couple of observations:

I did a search for drag2 and this is the only instance of it. drag2 will always be zero.
This IF...END IF block is within another one testing if drag < 1 {line 718} and is probably redundant.
Given that it is shunting the program flow back to 'start', could it be possible that it is jumping
around the _DISPLAY on line 734? Your program may not be locking up, but is rather stuck in a loop
where _DISPLAY is set and not being refreshed. Perhaps because drag is remaining below 1... not sure

I placed an _AUTODISPLAY after the 'start' on line 80, and played a lot farther, fighting a 300 power dragon.
Then the screen locked again.
DO: LOOP: DO: LOOP
sha_na_na_na_na_na_na_na_na_na:
Reply


Messages In This Thread
RE: Equation For Specific Line Length Needed - by OldMoses - 08-18-2022, 02:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Fibonacci Help needed! Unseen Machine 18 1,407 12-26-2025, 09:05 PM
Last Post: Petr
  Setting Line _RGB colours PhilOfPerth 10 1,967 11-03-2024, 05:37 AM
Last Post: PhilOfPerth
  help needed BloodyHash 9 1,834 05-01-2024, 08:11 PM
Last Post: TerryRitchie
  Loading font from memory help needed... Dav 6 1,411 09-16-2023, 04:03 PM
Last Post: SMcNeill
  Having trouble Windows command line SORT via SHELL GTC 19 4,431 08-26-2023, 04:19 AM
Last Post: GTC

Forum Jump:


Users browsing this thread: 1 Guest(s)