tast
August 16th, 2003, 07:57 PM
I have used this code for getting a circle going from the top and down...
Now i want it to bounce back to the top but i donīt know how to integrate it to the code.
onClipEvent(load){
myscale=290;
}
onClipEvent(enterFrame)
{
_y +=(myscale - _y)/10;
}
I want the ball to bounce down and up ONLY one time.
Can anybody help me with this?
If anyone will explain how the code works(cause iīm no good at this Action Script),- i will be glad.
Now i want it to bounce back to the top but i donīt know how to integrate it to the code.
onClipEvent(load){
myscale=290;
}
onClipEvent(enterFrame)
{
_y +=(myscale - _y)/10;
}
I want the ball to bounce down and up ONLY one time.
Can anybody help me with this?
If anyone will explain how the code works(cause iīm no good at this Action Script),- i will be glad.