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