a script is causing flash to run slowly
1 post
Page 1 of 1
I've just decided to code a mario game in flash but I have an issue...
"A script is causing flash to run slowly"
"A script is causing flash to run slowly"
Code: Select all
on (release) {
//check marios position
while (_root.mario.y != 329.4) {
//if not, lets move him down
var y = _root.mario.y;
_root.mario.y = y-2;
}
}

1 post
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023