side scroller - level transitions
Posted: May 5th, 2010, 2:47 pm
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.
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.