onClipEvent (enterFrame) {
if (_root._xmouse<286) {
myClip_mc._x+=5;
}
}
I have this action script on the movieclip and when i test it the movieclip does not move.
Just learnig and could use some help Thanks
onClipEvent (enterFrame) {
if (_root._xmouse<286) {
myClip_mc._x+=5;
}
}
I have this action script on the movieclip and when i test it the movieclip does not move.
Just learnig and could use some help Thanks
:: Copyright KIRUPA 2024 //--