flash : mouse vanish on return to stage
flash : mouse vanish on return to stage
Out of context: Reply #11
- Started
- Last post
- 14 Responses
- wwfc0
cheers fyoucher1 is that all the code or is there still some cut off?
var mouseChecker = this.createEmptyMovieClip("mouse... this.getNextHighestDepth());
mouseChecker.onEnterFrame = function():Void {
if(movieclipA._currentframe >= 8){
_root.PC_cursor._visible = true;
} else {
_root.PC_cursor._visible = false;
}