Search found 4 matches

by Drago2308
Wed Apr 23, 2014 7:29 am
Forum: Android Deployment
Topic: Android Frame Rate Slow (even with animation engine)
Replies: 8
Views: 6150

Re: Android Frame Rate Slow (even with animation engine)

Since card images are automatically cached before the card opens, setting a dynamic layermode on non-moving objects is pointless, and may actually slow things more. I've never had issues with lag when opening cards containing static images so there is probably something else going on in your script...
by Drago2308
Mon Apr 21, 2014 6:35 am
Forum: Android Deployment
Topic: Android Frame Rate Slow (even with animation engine)
Replies: 8
Views: 6150

Re: Android Frame Rate Slow (even with animation engine)

I have one more question, when animating from one card to another, the lag is still present. To avoid this would I make every object on the next card and the current card dynamic? or is there another setting that I should change to get better results. (maybe not use multiple cards just animate menus...
by Drago2308
Mon Apr 21, 2014 6:08 am
Forum: Android Deployment
Topic: Android Frame Rate Slow (even with animation engine)
Replies: 8
Views: 6150

Re: Android Frame Rate Slow (even with animation engine)

Did you also set the layermode of each moveable object to "dynamic"? Without that, the image will not be cached. You sir are a god!!, works so much better now thank you so very much, no lag what so ever. The reason I wasn't looking into caching the image because I read somewhere that it automatical...
by Drago2308
Sun Apr 20, 2014 11:39 am
Forum: Android Deployment
Topic: Android Frame Rate Slow (even with animation engine)
Replies: 8
Views: 6150

Android Frame Rate Slow (even with animation engine)

So I have made a relatively simple game for android, since the forums don't allow me to post links you can ask me for the source code, the only problem with it is the frame rate lag that is only present when the app is run on my phone. Is their a way to make the animation smoother. I have tried to p...