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.
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.
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
-
- Member
- Posts: 20
- Joined: May 17th, 2010, 1:08 pm
- Name: Michael
Re: side scroller - level transitions
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?
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?
-
- 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
Assault, SSP means: "Side Scroller Platformer." 


Want a user bar like this one? PM Leo!
- Leo_V117
- 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
Side SCROLLING Platformer actually.
Game Projects
Sandbox Tools
-
- 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
So I was off by a little 


Want a user bar like this one? PM Leo!
-
- Member
- Posts: 20
- Joined: May 17th, 2010, 1:08 pm
- Name: Michael
Re: side scroller - level transitions
Hah, thanks for the correction, you could say I learnt something there 
