*Siderant: New forumer wait time will probably render this problem outdated by the time it's actually posted. I will probably have figured this problem out or will have died of a rage heart attack while you are reading this.
So, I have an object that is supposed to drop off the screen. It is hidden until activated because it's the first frame of animation that is separated from the original object its tied to. Anyway this loop proved to do absolutely nothing upon running it-
if level1 = 2
texture object 7,7
show object 9
for x = 5 to -700
position object 9,x,x,d
wait 2
next x
level1 = 3
endif
I know the loop runs because the texture 7 changes but the plane object 9 does not move at all. I had it on a parabola equation and got frustrated but even after converting it to this simple diagonal movement it does nothing. I don't know if it's the show command that locks it. If it's at all relevant all objects are set in this loop at the start. set object x,1,1,0