next time make a preloader(easy)
make a next button, insted of just animating it all
and make the code in a selectable text box. other wise too fast. 2/5 :/
you've updated it, but the retry button is still selectable...and i was bout 10 pixels away from the wall and i died plz fix this other wise nicer game :P 3/5
avg acuracy NaN% lol..this is probaly trying to load a nill value into the game from a shared object and thats y it keeps saying NaN.... ive had this error happen to me before
finaly a nice preloader(that dose not work)
still if interested paste this code on
a movie clip
onClipEvent (enterFrame) {
_root.L = _root.getBytesLoaded();
_root.T = _root.getBytesTotal();
if (_root.L eq _root.T) {
_root.gotoAndPlay(16);
}
}