Hi guys!
Need help here. I’ve extracted part of this code from a Flash 5 guide book. but when i type it into Flash MX it just won’t work. Here’s the code extract
On (Press)
Duplicate Movie Clip ("/RippleAnimInstance","RippleAnimInstance" & i, i)
Set Property ("/RippleAnimInstance" & i, X Position) = _x
Set Property ("/RippleAnimInstance" & i, Y Position) = _y
Begin Tell Target ("/RippleAnimInstance" & i)
Go to and Play (1)
End Tell Target
Set Variable: "i" = i + 1
End On
Any tips and guide on how to change it? Thanks in advance!