|
-
try this inside of a button
on (press) {
speed = 95;
movie._x -= speed;
}
Also note that by changing the "-" to a "+" will change direction that it moves the object. And by using a movie._Y would produce up and down movment.
That's all kinda common sense info.. but didn't want to leave you hanging if you didn't know.
Let me know how it works.
-alloy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|