|
-
Always needs help
Is there a major problem in ActionScript or am I being an idiot?
I was experimeting with gravity in KM, and I cannot make a ball fall faster and faster using ActionScript.
My code:
onClipEvent(load){
speedX = 5;}
onClipEvent(enterFrame){
this._x += speedX;}
The code is inside a MC of a ball.
Any ideas???
From what I can see, nothing is wrong.
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
|