I cant get a little icon called paintball to finsh it's full shot.(if i shoot while a paintballs going to its target it's going for it will stop in it's place and then start an other paintball....) Also i cant get it to duplicate more than two items(only have two paintballs)
And finally i cant get the paintballs to goto frame15 of the mc their in....(the explotion)
I will show the scope buttons action script(I just wanna know what to add to it, please keep it close to the same thing)

On (Release)
Set Property ("/player", X Position) = GetProperty("/guy", _x)
Set Property ("/player", Y Position) = GetProperty("/guy", _y)
Set Variable: "/player:x" = GetProperty ("",_x )
Set Variable: "/player:y" = GetProperty ("",_y )
Begin Tell Target ("/player")
Go to and Play (5)
End Tell Target
End On


Thanks in Advance
[Edited by ChriSell on 07-17-2000 at 12:09 AM]