What lerp code did you use?
Try this code :
lerp(Self.X, Player.X+200, 1*dt)
lerp(Self.Y, Player.Y-220, 1*dt)
Is your sprite a space ship?
Check this tutorial :
https://www.scirra.com/tutorials/905/to ... background
I think :
System - slotTile.AnimationSpeed = 0
System - Trigger once
will be enough.
Develop games in your browser. Powerful, performant & highly capable.
Awesome screenshots, But i can't see any of the gameplay on your video promo.
Try to use : system -- trigger once.
Or upload sample capx, I will try to fix it.
Scofano
What resolution and fullscreen option did you use in your mobile game?
I'm planning to test on ipad and mobiles after i finish from the browser release.
On browser.
Really i didn't test my game on mobile.
It depends where your game will run.
On browsers my game run at 50 - 60 fps.
But on node webkit it freezes some times, and the fps drop down from 60 to 1.
Check this example capx:
I don't think the layout size had anything to do with the image memory.
One of my layout's is 92000 by 3000 px, And the size is 40 mb with tons of trees and grass...etc.
Do you mean image memory?
Take a look to this tutorial:
https://www.scirra.com/tutorials/1019/b ... te-runners
Can you give me a name of a game like what you want to do.