flash help
flash help
- Started
- Last post
- 3 Responses
- pushme
ok. i have an action attached to an onRollOver event. I need it to stick on that event while the mouse is over the button but it doesn't. It continually evaluates the onRollover event. How do I get to not do that.
- PonyBoy0
sounds like your event is occuring to the objecting your rolling over?... yes?
if it's a movieclip that has an animation... the objects in that animation become your 'hit area'... which can result an 'onRollOut' even though you didn't move your mouse...
... anyway... that's what it 'sounds' like is happening...
... i'd have to see the .fla to really understand what was going on... :)
- pushme0
i have a little brain...i figured it out after i posted.
- ********0
(this.brain.isLittle()) ? delete this.onRollOver : return;