Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

side scroller - level transitions

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
User avatar
lmoreno
Member
Member
Posts: 18
Joined: September 14th, 2009, 7:13 pm
Name: Leo

side scroller - level transitions

Post by lmoreno »

So I've been working with side scroller levels and they have been coming along nicely. I was wondering if ssp can link maps together via level transitions. For example, the script

level_trigger_1 = [echo "Congrats you beat the level!!!"; sleep 8000 [map village]]
entset mapmodel 90 110 10 1
trigger 1 1

is designated to the mapmodel with the attributes 90 110 10 1. When ever the player comes in proximity with the mapmodel, the message "Congrats you beat the level!!!" would appear and after eight seconds, the player would be transfered to the map village.

Well, so far this code has worked on fps but I can't seem to get it working on ssp. Is the code necessitated for a successful level transfer on ssp different? What do I need to change? And finally, is it even feasible at the moment?

Thank you for your time.
assaulth3ro911
Member
Member
Posts: 20
Joined: May 17th, 2010, 1:08 pm
Name: Michael

Re: side scroller - level transitions

Post by assaulth3ro911 »

Hmmmm.... well does SSP mean Single Player?

If so, maybe it is different seeing that there is a RPG, and FPS... so it may be different, try and convert the code over maybe?
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: side scroller - level transitions

Post by arcones »

Assault, SSP means: "Side Scroller Platformer." ;)
Image
Want a user bar like this one? PM Leo!
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: side scroller - level transitions

Post by Leo_V117 »

Side SCROLLING Platformer actually.
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: side scroller - level transitions

Post by arcones »

So I was off by a little :P
Image
Want a user bar like this one? PM Leo!
assaulth3ro911
Member
Member
Posts: 20
Joined: May 17th, 2010, 1:08 pm
Name: Michael

Re: side scroller - level transitions

Post by assaulth3ro911 »

Hah, thanks for the correction, you could say I learnt something there :D
Locked