Actionscript Question
Actionscript Question
Out of context: Reply #10
- Started
- Last post
- 10 Responses
- unformatted0
maybe try something like this.
on mc which triggers another mc to play after leaving boundries:
this.onMouseMove = function() {
if(!this._hitTest(_level0._xmous... _level0._ymouse, true) {
play some movieclip;
}
}