guitarhero
12-22-2008, 09:10 PM
Hi
I'd like to have codes for each level, so you can jump directly to that level from a enter-code-frame. Like here (http://amanita-design.net/samorost-2/), for example.
So far, i've tried the following:
password = inputName; [with a form with that variable]
plus
on (release) { if (password == "1234") {gotoAndPlay(4);} }
Any help is appreciated!
I'd like to have codes for each level, so you can jump directly to that level from a enter-code-frame. Like here (http://amanita-design.net/samorost-2/), for example.
So far, i've tried the following:
password = inputName; [with a form with that variable]
plus
on (release) { if (password == "1234") {gotoAndPlay(4);} }
Any help is appreciated!