mateuszmackowiak / as3NativeCursorManager

Cursor Manager for as3 flash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursor Manager for Flash

Simple class with a static function showing a native busy cursor similar to the system busy cursor

import pl.mateuszmackowiak.visuals.CursorManager;
// to show the busy cursor
CursorManager.setBusyCursor();

// to hide it
CursorManager.removeBusyCursor();

On Mac Os: mac_busy_cursor

On Windows 7, Vista: windows7_vista_busy_cursor

On other versions of Windows:windows_busy_cursor

On Linux:linux_busy_cursor

About

Cursor Manager for as3 flash


Languages

Language:ActionScript 100.0%