Alternative to CHANGE IMAGE
glynius
Member Posts: 231
Hi, i am near to finish my application and i am stacked to crashes to viewer and ad hoc.
I found out that the problem is to one actor, i use it to display a background image and i have
15 more backgrounds images for the user to select. I use a behavior CHANGE IMAGE to change the image
according to user selection. This is what crashes the app. My images are 1 mb each, so i guess that when
it tries to load 16mb at once, it crashes, even if i say that this images will be changed according to selection.
Is there any alternative way to change all these background images without loading them on memory from the beginning?
I found out that the problem is to one actor, i use it to display a background image and i have
15 more backgrounds images for the user to select. I use a behavior CHANGE IMAGE to change the image
according to user selection. This is what crashes the app. My images are 1 mb each, so i guess that when
it tries to load 16mb at once, it crashes, even if i say that this images will be changed according to selection.
Is there any alternative way to change all these background images without loading them on memory from the beginning?
Comments
You can also try I checking preload art, that basically does the same thing.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Thank you man! this is what i was looking about, hope that this will solve my crashes.
THANKS!
Meantime i upgraded my iphone to IOS6, and the application had no crashes on viewer.
Then i tried to view it from ipad (older IOS), but it still crashes there...same as to my wife's iphone with previews IOS... what shall i do to make it run on previews IOS?