To Overworld from start screen.

Pwnu2noob

New member
You just have to load the script as one of your input scripts the same way control scripts for movement are loaded.
From the menu tree on the left, go to scripts. On the right hand part of the screen find the script for the StartButton (it’s in the user scripts I believe. Double click it to add it to your input scripts. Then assign the input (Select at start screen, null, press start button, startbutton script).

I’m not at my pc but, that should be what you’re looking for
 

dale_coop

Moderator
Staff member
Exactly you need to add a script StartButtton_StartScreen.asm to assign to your PRESS start button input button.
You can the script here:
http://nesmakers.com/viewtopic.php?p=1966#p1966
 
It take a while for me to figure it out. I created new scripts from dale_coop, then I got it working when I set StartScreen instead of MainGame in Game State. Thanks you guys, without you, I will never get it work.
 
Top Bottom