
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”)

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”)