Copy right code

I’m no expert…but i think u can have it something like this:
Put this on a movieclip with an input text it in that has the var as inputText:


onClipEvent (enterFrame) {
	 if (getTimer() == 60000) {
		 if (inputText == "Darkstyle") {
			 _root.gotoAndPlay ("spacificFrame")
		 }
	 }
} 

I’m not sure if that works, but u can try.