Question about start new project
mrpacogp
Member Posts: 400
I`m reading all about gamesalad, get the cookbook done and alot of threads of this forum.
But sometimes for me its a little hard to understood something because the english dont is my native language.
For start a project, the recommended its, for screen and other issues:
Start for iphone 5 or new ipad and later resize and adapt to other platforms?
iPhone 5 contains a 4-inch, 1136 x 640
New iPad , features 2048 x 1566
On Gamesalad i can select iphone or ipad, i have to adapt the resolution to the higher project and later adapt it how its explained at this thread?
http://forums.gamesalad.com/discussion/32594/resizing-to-ipad-technique/p1
Finally, the best way to resize, i have understood to use the adapt size of camera, and use the attrib for size of players
If attribute "isiPad" is true:
change attribute self.size.width to game.gameSx * self.size.width
change attribute self.size.height to game.gameSy * self.size.height
But sometimes for me its a little hard to understood something because the english dont is my native language.
For start a project, the recommended its, for screen and other issues:
Start for iphone 5 or new ipad and later resize and adapt to other platforms?
iPhone 5 contains a 4-inch, 1136 x 640
New iPad , features 2048 x 1566
On Gamesalad i can select iphone or ipad, i have to adapt the resolution to the higher project and later adapt it how its explained at this thread?
http://forums.gamesalad.com/discussion/32594/resizing-to-ipad-technique/p1
Finally, the best way to resize, i have understood to use the adapt size of camera, and use the attrib for size of players
If attribute "isiPad" is true:
change attribute self.size.width to game.gameSx * self.size.width
change attribute self.size.height to game.gameSy * self.size.height