Free video Tutorials
Updating every hour!
49778 online video tutorials and counting.
Video Tutorials

Mouse In Flash And AS2


in this tutorial i will show you how to create a mouse in
flash (AS 2)

CODE
onClipEvent(enterFrame){
_x = _root._xmouse
_y = _root._ymouse
}
onClipEvent(Load){
Mouse.hide()
}

for more tutorials gotoAndStop(”myChannel”)