This is just a very quick tutorial on parsing some XML text. I had to visit all three links referenced from the manual to figure this out, and thought a concret...
I recommend to check out the EaseTween behaviour as well. It will save you time, and add awesome effects! Edit(Might also be Buggy sometimes!). Here is a compar...
I’m going to demonstrate the method I use to generate random maps based on tiles. This is useful when you want to create levels for your game, but don’t want/do...
These days it's naïve to assume everyone on the web has a mouse and keyboard. On the modern web, many people are now browsing via touchscreen devices like iPhon...
Sprites can move to follow the cursor directly or move towards the cursor , but sometimes a game requires a sprite to simply face the mouse without actually mov...
In another tutorial it showed how two sprites could be put together to make a sort of turret. The base was could move and the gun attached would stick to it whi...
The Scirra Arcade has a great feature that allows you to embed any of the games on your website. It's like embedding a YouTube video, but you embed an Arcade ga...
You can use the following operators in expressions: + (addition). - (subtraction). (multiplication). / (division). % (modulo, remainder after division). ^ (rais...
Virtually every game has to work on a different sized screen. This can be different size phone screens - which can even vary across different versions of the sa...