Skip to main content
Participating Frequently
April 17, 2012
Question

Assigning a animated ball bounce

  • April 17, 2012
  • 1 reply
  • 405 views

actionscript 2

I have a flash that pulls in 20 random numbers out of 80 from a string each of those numbers is a movieclip  named B1 B2 B3 B4 all the way to 80
Do you know how to assign or attach a animation ball bounce to the numbers (the numbered movieclis) that when picked it will play that animation everytime the numbers get generated 

I have a 2 sec interval between draw numbers.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 17, 2012

if you can use a pre-coded easing (like Bounce), use the tween class.  otherwise, create a 1x1 pixel movieclip with the motion you want, assign your B movieclips logical linkage ids and attach them to your tween 1x1 px movieclip.