I think Ingvar's right. I'm not sure you're leaving any room for an interrupt to occur. Try it like this:
loop:
For y = 0 to 100
pause 1
Next y
Goto loop
I think Ingvar's right. I'm not sure you're leaving any room for an interrupt to occur. Try it like this:
loop:
For y = 0 to 100
pause 1
Next y
Goto loop
Bookmarks