A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Hittest HELP!!!!!!!

  1. #1
    XRave tongxn's Avatar
    Join Date
    Apr 2005
    Location
    Somewhere near Here
    Posts
    870

    Hittest HELP!!!!!!!

    I need a AS for a car finish line so when the car collides it stops a stopwatch MC.

    Thanks
    When you actually know what "OMG I have so much homework!" means, you won't want to be me.
    Xrave

  2. #2
    An FKer
    Join Date
    Sep 2005
    Location
    Ontario
    Posts
    1,167
    Hey,

    Well make the finish line a movieclip first of all , and give your car an instance name of 'car' or something

    Now on the finishline place the following code:

    onClipEvent(enterFrame){
    if (this.hitTest(_root.car)){
    // Stop time
    }
    }

  3. #3
    XRave tongxn's Avatar
    Join Date
    Apr 2005
    Location
    Somewhere near Here
    Posts
    870
    coooooooooool thanks, i will check it out!
    When you actually know what "OMG I have so much homework!" means, you won't want to be me.
    Xrave

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