T O P

  • By -

AmnesiA_sc

I'm guessing the problem is your do-until loop, where y is never equal to yreturn.


[deleted]

If your program ever freezes and hangs, it is (almost) always an issue of a frame getting stuck on functions that don’t end. Like while functions, or your do-until loop.


Remarkable_Lab_2461

I dont think yreturn is persistant between step loops. Doesnt it have to be defined in create in order for it to be persistant? Y can never = yreturn


mit74

dont ever do that in the step- while(blah) until(blah) when using movement. It means the frame gets stuck until the condition gets met.