Page 1 of 1
How do you make a cutscene that shows up at the beginning of the level only once?
Posted: Fri Jan 20, 2017 8:37 pm
by PersonNamedUser
How are supposed to make a cutscene in a level only show up once before or after the level?
It'd be very helpful.
Re: How do you make a cutscene that shows up at the beginning of the level only once?
Posted: Sat Jan 21, 2017 12:34 pm
by Angelus
While I'm not sure how to do that with LunaLua, you can use an invisible axe which plays the cutscene event. Just place it at the player spawn.
Re: How do you make a cutscene that shows up at the beginning of the level only once?
Posted: Sat Jan 21, 2017 1:05 pm
by Kixubug
You can have 2 options you rather make a strolling Cutscene or make it a cutsence but use the layers with hide/show.
Re: How do you make a cutscene that shows up at the beginning of the level only once?
Posted: Mon Jan 23, 2017 1:18 pm
by MECHDRAGON777
To make it one time only, either use the data class, or without lua with SMW stars.
Re: How do you make a cutscene that shows up at the beginning of the level only once?
Posted: Mon Jan 23, 2017 7:29 pm
by Fuyu
This solution also applies to your case:
viewtopic.php?f=87&t=13541&p=255199#p255199
Data classes handle global data managed by the entirety of an episode, or of SMBX itself if you wanted to.