Is your layout very wide?
what about using Tiled Background and stretch it to outside the layout.
Thank's for the replay.
Yes, there a book on amazon.
And if you search on youtube you will find tons of tutorials.
Nice game
What resolution and full screen option did you set for the ios and browser ?
Any information?
It's all about the images size.
If you make many copies of the same image in the same layout the Size will be the same.
But if use it in many layouts the size will go up
Use global variable "Scale" :
Scale = 0 ------------ lerp(layoutscale, 0.6, 1*dt) - "Zoom out"
Scale = 1 ------------ lerp(layoutscale, 1.2, 1*dt) - "Zoom in"
Hi all
Is there a way to add share buttons inside the game " facebook - google+ "
I know about the twitter plugin, But what about the other sites?
Thank's for any help
Don't use the physics.
But i don't understand why the player can push the enemy.
Maybe you are using solid with platform, Because with only platform behavior the player player will go through the enemy.
Adding "About" page with a picture will be cool, visitors like to read the "About" page's.
Full platform tutorial on youtube :
http://www.youtube.com/user/ScirraVideos/playlists
Develop games in your browser. Powerful, performant & highly capable.
Did you test the Moveto behavior.
Search for it in the behavior section, It will help you alot.
On any touch --- sprite move to (touch.x - touch.y)
Sprite is moving --- play animation B
Sprite is not moving --- play animation A.
Member since 2 May, 2014