Search tutorials
The SWF File
The Hit Test method is a new addition to the Flash environment and equips the movie clip (MC) object with the ability to test for collisions both within the movie clip and with another MC. In the above example we have the Hit Test method testing for a collision of two MCs.
Note: The definition of a collision is very loose here. A 'collision' can be dragging one object over another, a mouse over or two objects flying at one another at great speed. Essentially it means another object is touching the MC.
The MC object is what is more commonly referred to in flash 4 as the MC symbol. When you drag a MC symbol (or object) from the library onto your stage, you create an instance of the MC. You can call the methods of a MC object from any instance using this format:
myMovieClip.hitTest(target);
| » Level Intermediate |
|
Added: 2000-10-19 Rating: 6 Votes: 74 |
| » Author |
| A flash lover, programmer and one happy guy! |
| » Download |
| Download the files used in this tutorial. |
| Download (19 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!