more questions :U

more questions :U

Postby sinisa3games » 16 Feb 2018, 11:05

i might ask too much, but how do i make the level end like in the intro (without the song and without sparkles)
'Ello
User avatar
sinisa3games
 
Posts: 117
Joined: 08 Feb 2018, 20:45
Location: Right over there

Re: more questions :U

Postby manuel » 16 Feb 2018, 11:33

Make a script:
{l Code}: {l Select All Code}
Level.finish(true)

But this will return Tux to the worldmap instantly, so I recommend something like this:
{l Code}: {l Select All Code}
Tux.deactivate()
Effect.fade_out(1)
wait(2)
Tux.activate()
Level.finish(true)

And no, you don't ask too much. Rather ask one time more than deliver something you are unhappy with.
manuel
 
Posts: 190
Joined: 19 Sep 2017, 09:03

Re: more questions :U

Postby sinisa3games » 16 Feb 2018, 13:02

Thank you, the intro for my levels is complete :D
'Ello
User avatar
sinisa3games
 
Posts: 117
Joined: 08 Feb 2018, 20:45
Location: Right over there

Who is online

Users browsing this forum: No registered users and 1 guest

cron