deep cover
April 19th, 2002, 10:03 PM
I'm trying to write the Actionscript code that will move my MC to a certain point then reset. In other words, I want my MC to move left until it reaches -650 of the X position then start all over again from 750 of the X position.
Here's the code I've written which doesn't work:
onClipEvent (enterFrame) {
_x-=2;
        }
if (_x =-670
_X = 740
Any aid would be appreciated immensely.
Here's the code I've written which doesn't work:
onClipEvent (enterFrame) {
_x-=2;
        }
if (_x =-670
_X = 740
Any aid would be appreciated immensely.