Mouse Cursor Recorder
| Category | : Flash | Views | : 13384 | ||
| Version | : 8 | Rating | : | ||
| Type | : Text | Source File | : mouse-cursor-recorder.zip | ||
| Result | : See the result | ||||
_root.mouseMC._visible = true;
Show the copy.
_root.recording = false;
_root.playing = true;
Set recording to false and playing to true.
_root.index = 0;
}
Start playing from the beginning.
stopBtn.onRelease = function()
{
Mouse.show();
If stop button is pressed show the mouse.
_root.mouseMC._visible = false;
Make the copy not visible.
_root.recording = false;
_root.playing = false;
Set recording and playing to false.
_root.index = 0;
}
Set index to 0.
![]() |
![]() |
![]() |
![]() |
![]() |







