actionscript help
actionscript help
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- imakedesign0
try using hitArea instead of hit test:
square_mc.hitArea = circle_mc;
square_mc.onRelease = function() {
trace("hit! "+this._name);
};
try using hitArea instead of hit test:
square_mc.hitArea = circle_mc;
square_mc.onRelease = function() {
trace("hit! "+this._name);
};