Page 1 of 1

Changing the View in the Splashscreen

PostPosted: Fri May 02, 2008 1:36 am
by catacomber
I'm so excited because I can make a splashscreen for my little platform game and move to the first level from there.

Only thing is that when I move to my first level I see the background, but not the platform for that level? It looks like it was stripped out. :!:

Let's say this is (down below) the background pic with the platform running along the bottom. The platform disappeared. Am sure there's a simple answer but not sure what it is.

[_____]

Any way to tell exactly what the coordinates should be in the code for moving the view? F.E., my code is on mouse button down:

DestroyActor("Enter");//keep only one actor on the screen
DestroyActor("Begin");//keep only one actor on the screen
view.x=391;//set view x screen coordinatesl
view.y=10;//set view y screen coordinates


The Enter and Begin actors are just the background for the splash screen and the text "Enter".

I feel I'm beginning to make progress with GE and I love it but this is a small problem for me. Any help is appreciated. :D

Re: Changing the View in the Splashscreen

PostPosted: Fri May 02, 2008 2:02 am
by pyrometal
Have you checked you z-depths?

Re: Changing the View in the Splashscreen

PostPosted: Fri May 02, 2008 2:04 am
by catacomber
Ah, did not think of that. Thanks, will try.--Check your mazeman demo--I put a post there. : )

Still no platform---changed Z depths but it's like it doesn't exist.

I did a search and couldn't find anything---I routinely do a search now to try to find answers but nada.

Re: Changing the View in the Splashscreen

PostPosted: Fri May 02, 2008 2:13 am
by pyrometal
It would be easier if I could see the project, You can alway sens it over for me to take a look at it!

Re: Changing the View in the Splashscreen

PostPosted: Fri May 02, 2008 2:15 am
by catacomber
I emailed it to you. It's small because haven't put in the player and monsters yet nor gotten to the big cave. : ) I was just so thrilled to be able to do a splashscreen. : )