PDA

View Full Version : [AS2] Falling and Catching of Object in a Flash Animation Game


johnnyrodriguez
08-21-2004, 03:02 AM
yeah i need a actionscript for falling objects so a charachter can catch the objects. Also need a actionscript for the charachter catching it. And a time interval action script. Please help new to flash. Thanx

madgett
08-21-2004, 06:36 AM
Look these up in the help panel that Flash comes with:

onEnterFrame()
hitTest()
hitArea()
setInterval()

These are probably the methods you are looking for, Flash's updated help (be sure to update it, there's a button to do so) is a lot more efficient now that 7.2 updater is out.