as question
as question
Out of context: Reply #4
- Started
- Last post
- 9 Responses
- joyride0
no enabled will work on _mc's. Do you have the on (rollOver) AS on the button?
on the rollOver action add:
trace(this)
this.enabled = false;This should disable the mc. if it don't then you've got other problems
you might have a pathing problem