flash : mouse vanish on return to stage
flash : mouse vanish on return to stage
Out of context: Reply #1
- Started
- Last post
- 14 Responses
- fyoucher10
use the prop _visible instead of _alpha for a start.
i.e.
PC_Cursor._visible = false;Not sure why you would have 7 frames with that specific code in it, but maybe rethink what you're trying to do and see if there's a better solution.