1 Attachment(s)
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.
Time Delay between frames
Hi, I am a newbie here and I am trying to get some help. I am trying to put together a short slide show compose of several pictures. The transition between each picture (frame) will vary and there should be a short time delay between each frame. I am evaluating KoolMoves for now and can not seem to be able to this. Can some one please help me.
Thanks.
Vanbao