Page 1 of 1

player death problem

PostPosted: Fri Feb 02, 2007 11:54 am
by Fl3tch
partly through my game i have a swamp pit at the bottom of the screen and when my character falls into it i want him to die and the game to return to the main menu. i have made it so the character can fall through the water but at the monet the game carrys on and you run around out of view (underneath the game view).

how do i do this?

help please
thankyou

PostPosted: Fri Feb 02, 2007 2:44 pm
by Troodon
You can change view's moving and parent just like the other actors.
You can use also the event -> if out of vision -> destroy actor
I think the easiest way is to use the loadgame function. Just write the whole name of game file
(gamaname.ge when you try it and for example gamename.exe when it's exported to exe)
:) I hope this helped.

PostPosted: Sat Feb 03, 2007 1:09 am
by Game A Gogo
as mentioned before, you don't need to input the extension, it will just try to find the filename whiteout the extension, works for me