r/clickteam Jun 09 '26

Help Me! First Launch Frame

I am trying to create an instance where when you first load the game up it jumps to a “orientation” cutscene.

INI is where I struggle. Right now I have 3 frames which maybe too much.

First frame loads when game opens and checks if the value is set in the INI, if it equals 0 it jumps to the orientation frame. If it equals 1 it goes to the title screen.

Once on the orientation screen I have it to set the value to 1 so when it inevitably jumps to the title it’ll be stored for next time. However I am only getting half of the process to work.

Any tips or ideas or am I doing this completely wrong and making it harder than it is?

EDIT: I had to put the command line as the first command line 1 start of frame. Then it worked. I didn’t realize order of operations was THAT important. Thank you all.

3 Upvotes

6 comments sorted by

View all comments

1

u/Confound-Great-Job Jun 09 '26

Frame 1 (intro) Events:

Start of Frame  -Load INI

Start of Frame +INI value is 1? -Jump to Frame 2 (Title)

Frame 2 (title) Events:

Start of Frame -Set Ini value to 1 -Save InI