[size=24]DON'T RELEASE IT YET.[/size] I can't get labyrinth to work with it. It keeps on saying nested repeat not allowed. Didn't you fix that bug? I can get it to work with 399 but not 3991 so you need to figure out what went wrong.
Wow, GM really needs a huge manual. There are so many neat things and undocumented code snippets, that games previously unachievable can now be made. Cool! Â
IF their is any ON EVENT structure within a REPEAT I think it takes place.
It doesn't work, I just checked.
It was quite simpleON MOUSEUP EXIT REPEATON MOUSEDOWN REPEAT x = x + 1 IF x = 35000 THEN x = -35000 END REPEATEND MOUSEDOWNALERT $x$EDIT: The REPEAT has to finish before it does the other code.