Page 1 of 1

screen resolution iphone 4

PostPosted: Fri Nov 11, 2011 5:21 am
by ebrionez
Got a couple of problems.
successfully transfered my game to iphone4. when i run it on ge player it cuts off most of the screen (i only see part of the game-editor splash) and only the lower left hand corner of my game screen. compiled the .dat file with res set to 960x640

second problem is that even the buttons that i can see on the screen don't work . I have buttons for START, INSTRUC, EXIT GAME. these buttons are set to work off of mouse button down left click. game works fine on computer but not the iphone. do i need to set them to some other event? help. thanks

Re: screen resolution iphone 4

PostPosted: Fri Nov 11, 2011 5:39 am
by skydereign
You can't use retina display, so stick with standard resolution for now. As for your buttons, it really depends, so you must have done something wrong. Did you add the click event to a filled region? Or perhaps just the text actor (which would make it hard to click).

Re: screen resolution iphone 4

PostPosted: Fri Nov 11, 2011 6:01 am
by ebrionez
didn't know that i was using retina display (really new to iphone stuff just got it last week). however when i changed to the old iphone res 480x320 everything works including the buttons. thanks though