Page 2 of 2

Re: Basic How to make a title screen menu tutorial step by s

PostPosted: Sat Dec 18, 2010 6:59 pm
by zxcvbnm
the reason you do load game is because you have 2 separate files. I dont know how to combine them , try the Merge game option. Its never worked for me , maybe you have luck. My iphone game actually has 5 files and I combined them into 1 file when I put them into xcode.

Re: Basic How to make a title screen menu tutorial step by s

PostPosted: Sat Dec 18, 2010 9:53 pm
by Orlando911
when i use merge option, it will be very complicated, because :

in my game :

1- I have counter and something that parent with view, so when I use merge to insert my first page, that mean I have not use the

parent option, I have to use velocity with all my actors that was parent with view.

2- sometimes my view's velocity change, so i have to change my actors' velocity with it in every actions.

3- I don't want to change my first level that i made, it will be hard work hahahah,

anyway, I will do what you did, may is better,

and thank u