Hi,
I am buildong a game for iOS platform.
When i tested it on my iOS device, the game worked slow....
Can someone give my a code or something that will speed up my game?
Best regards,
Itay
Application speed up
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Application speed up
Hi Itay,
Have you set the accelleratedRendering custom property to true?
Also, for controls that are going to be moving around, the Layer Mode property of said controls should be set to Dynamic (or Scrolling). This can be set in code or in the object's property inspector.
Jamie
Have you set the accelleratedRendering custom property to true?
Code: Select all
on preOpenStack
set the accelleratedRendering of this stack to true
end preOpenStack
Jamie
Jamie Smith
Composer, web dev, LiveCoder
www.donbrae.co.uk - Donbrae Studios: Music for games, film, TV, web
jamieonkeys.tumblr.com - My game development blog
Composer, web dev, LiveCoder
www.donbrae.co.uk - Donbrae Studios: Music for games, film, TV, web
jamieonkeys.tumblr.com - My game development blog
Re: Application speed up
Thank you very much Jamie 

Re: Application speed up
No worries, Itay.itay1023 wrote:Thank you very much Jamie
Jamie Smith
Composer, web dev, LiveCoder
www.donbrae.co.uk - Donbrae Studios: Music for games, film, TV, web
jamieonkeys.tumblr.com - My game development blog
Composer, web dev, LiveCoder
www.donbrae.co.uk - Donbrae Studios: Music for games, film, TV, web
jamieonkeys.tumblr.com - My game development blog