Adrenaline
07-31-2003, 11:19 PM
I havn't trouble with this code, i know sure its a simple script but i can't get it right.
onEnterFrame = function () {
if (button5._y<151) {
Move = ready;
}
if (button5._y>349) {
Move = not ready;
}
};
button5._y is set to 150. however 'move' will not update itself after the button moves.
Thanks,
Adrenaline
onEnterFrame = function () {
if (button5._y<151) {
Move = ready;
}
if (button5._y>349) {
Move = not ready;
}
};
button5._y is set to 150. however 'move' will not update itself after the button moves.
Thanks,
Adrenaline