Actionscript 3 Tutorial: hitTestPoint and hitTestObject


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to Actionscript 3 Tutorial: hitTestPoint and hitTestObject

Simple AS3 Collision Detection Using the AS3 hitTestObject ...
http://www.trainingtutorials101.com/2011/02/simple-as3-collision-detection-using.html

In this tutorial, we're going to learn how to create basic AS3 collision detection using the AS3 hitTestObject() method of the MovieClip class. Collision detection refers to the process of checking whether 2 or more objects are hitting each other - if

Hit TestPoint And HitTest Object In AS3 - Flash College
https://flashcollege.blogspot.com/2014/09/hit-testpoint-and-hittest-object-in-as3.html

function mouseUpHandler(evt:MouseEvent):void { var obj = evt.target; // obj.dropTarget will give us the reference to the shape of // the object over which we dropped the circle.

actionscript 3 - AS3: hitTestObject vs hitTestPoint for ...
https://stackoverflow.com/questions/10601101/as3-hittestobject-vs-hittestpoint-for-bullet-vs-enemy

I have been following the discussion of hitTestObject vs hitTestPoint vs custom hitTest for quite some time. Often I have gone down the route of using Point, given the shape option. However - I am now trying to do a hit test of a bullet hitting a circular