Page 2 of 2

Re: Tutorial: Make doors!

PostPosted: Wed Feb 23, 2011 2:31 pm
by lcl
Game A Gogo wrote:Just create another kind of door that could teleport you in another ged by saving a variable, which could the from what level and from what door the player came from, then you just check those conditions and have it teleport to the door that corresponds (note: a switch() will be usefull here)

But it gets ultra complicated and causes very much work.
If the game has many doors you have to write new cases for every door that teleports to new ged. I understood that CobraSFX wants to make many doors switching between two geds.

But if there is need for just few doors of this kind, gag's idea is useful.

Still, I don't think that using multiple geds for making game is best way in any case.
(It's just my opinion, no-one should take it personal. :))
If you want to add some little thing to game, you got to do it for every ged... Much work... :roll:

EDIT:
Continuous world may be easier my way. :D

Re: Tutorial: Make doors!

PostPosted: Wed Feb 23, 2011 3:28 pm
by CobraSFX
I would be happy with 1 GED but ill go along with whatever makes it easier for me to use

Re: Tutorial: Make doors!

PostPosted: Sun Jan 06, 2013 5:37 am
by master0500
i tried making it so the player is transported on collision with the door but failed, could you make a demo for this?

Re: Tutorial: Make doors!

PostPosted: Sun Jan 06, 2013 10:28 am
by lcl
master0500 wrote:i tried making it so the player is transported on collision with the door but failed, could you make a demo for this?

I think it's better that I don't give you a demo, but teach you how to make it work. This way you can learn something. :)
So, what is your problem? Can you send me your ged so I can see what is causing you problems, and then guide you to the right way?
I'd be glad to help.

Re: Tutorial: Make doors!

PostPosted: Mon Jan 07, 2013 8:57 am
by master0500
ge crashed and the ged was unsaved >:/

Re: Tutorial: Make doors!

PostPosted: Mon Jan 07, 2013 9:15 am
by lcl
I can't help you without knowing what you EXACTLY did.
So tell me what you did, or do it again and save before testing and send the ged to me so I can help you :)

Re: Tutorial: Make doors!

PostPosted: Sat Jul 05, 2014 7:16 pm
by Zivouhr
This was pretty awesome for warping the player to another location on a big map. I found this when I first starting making my first game. Thanks LCL!