Well since everyones doing it...
I made a change to it =)
SWF:
http://www.truploader.com/view/881268
on (release) {
gotoAndPlay(3);
}
Quote from zer0gravityI figured out your problem.
you had this code on a movie clip.
on (release) {
gotoAndPlay(3);
}
when Its only permited for a button.
If you select the moviecliped elevator buttons then make them into buttons this code can be applied
Heres the download link to it:
click here
this.onRelease=function(){
gotoAndPlay(3);
}
stop();
someListener = new Object();
someListener.onKeyDown = function (){
if (Key.isDown(Key.SPACE)){
play();
Key.removeListener(someListener);
}
}
Key.addListener(someListener);
Quote from AsSeenOnTVThis is what I have so far.
http://www.truploader.com/view/788232
-Didn't make outside scenes yet
-Floor 1 says 3, I'm retarded
-NO PROBLEMS
I appreciate the attention. This game would be nothing without you guys.
Quote from Scarecrowproblem: when picking up the knife, i have two left arms if i stab