-
Hi, I'm in the process of making a pinball type game:However, When the Ball(movie clip called Ball)
randonmly moves and hits the target, I want the ball to
move to the right or the left... The problem is the Tell
targeting seems to only work with the mouse event.. I don't want to use the mouse at all... Here's how it works with the mouse event
If (GetProperty ("/Ball", _droptarget) eq "/pin")
Begin Tell Target ("/Ball")
Set Property ("/Ball", Visibility) = 0
End Tell Target
End If
The Ball drops from the top down, and when if it meets the pin, I want it to dissapear..
Any help would be appreciated
thanks in advance
CARP
-
hi
are you using flash 4 or flash 5? the reason i ask is because you are using flash 4 syntax. if you are using flash 4 then my first suggestion would be to upgrade to flash 5....creating a pinball game in flash 4 (a good one) is extremely difficult. in flash 5 it is more doable.
-
I'm using flash4 ...will have flash 5 next week
thanks