PDA

View Full Version : php test



.soulty
January 20th, 2003, 07:10 PM
just trying to type code,



[onClipEvent(load){
Mouse.hide();
}
onClipEvent(mouseMove){
_x = _parent._xmouse;
_y = _parent._ymouse;
updateAfterEvent();
}
onClipEvent(unload){
Mouse.show();
}

.soulty
January 20th, 2003, 07:11 PM
kool . worked