A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Collision Detection

  1. #1
    Senior Member
    Join Date
    Mar 2000
    Posts
    303
    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

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    896
    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.

  3. #3
    Senior Member
    Join Date
    Mar 2000
    Posts
    303
    I'm using flash4 ...will have flash 5 next week

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center