Recommended:

  • securesignup.com

Recent Comments

Powered by Disqus

Localization in Gideros

Gideros Localize module provides seamless localization support for Gideros, by loading string constants from specific files based on user locale. This module provides global object Localize, which overrides native or non native objects, to...

Comments Read more

Using Accelerometer with Box2d in Gideros

This tutorial shows a little example how accelerometer can be used together with Box2d objects. What we are going to do, is basically change gravity depending on phone rotation, so the object will allways fall down, relatively to real...

Comments Read more

QuickTiGame2d for Titanium

Titanium was designed to create native apps on multiple platforms, but that doesn’t mean, that one can’t create a game using Titanium. In fact, there are some modules that will ease game development using Titanium Appcelerator. The...

Comments Read more

ARBasketball

This game might not be as attractive and addictive as the other ones, but it has one great feature to make you want to try it out - it's Augmented Reality. Basically, what you will be doing it throwing basketballs to a 3D basket, which will...

Comments Read more

Animating Box2d objects

In this tutorial we will create an animation for box2d object. Actually there will be two animation. To show you the whole concept of MovieClip object, we will be switching between animations on each collision.  And additionally, while...

Comments Read more

Shadow Cities

First I was intrigued by the fact that it is the first location based MMORPG game ever. It was enough to try it out. From the first start the game sets up the mystical mood and provides quests to learn how to play it thoroughly. There are two...

Comments Read more

Tim The Timber

Actually, I'm not a fan of a break out game genre, but this one seemed interesting from the beginning. It took my interest through it's graphics. And when I downloaded and tried it, I was shocked, because I was expecting simple breakout...

Comments Read more

Creating terrain in Gideros using ChainShape

Usually in all tutorials we were creating a bounding box using 4 rectangles on each side of the screen. But since new release of Gideros, there is now a ChainShape available that can not only creating a bounding box, but also create terrain...

Comments Read more

Pepi Bath

Having IOS device and child, meaning there is no way you can get without installing some children apps. And it's really hard to find one to almost 2 year old child. When we tried Pepi Bath, I thought that it was a little too complex for my...

Comments Read more

Ignore Automatic Screen Scaling when positioning objects

Automatic Screen Scaling is one of the many great and innovative features Gideros has. It automatically scales images for different resolution and you can even set it to keep proportions using for example Letterbox scaling. Problem is, it creates...

Comments Read more

Cover Orange

Having a shared family IOS device, meaning everyone will have their own preferences for games and apps to use. But for some reason, every one seem to like Cover Orange game. It's pretty fun and addictive puzzle game, where you need to hide...

Comments Read more

Where's my Water

Where's my Water is a great addictive game. Free version took me one evening to complete it only because I couldn't stop playing. Main goal of the game is to dig channels to direct water into specific tube to ensure a crocodile named...

Comments Read more

Cut The Rope

I love puzzle games. But this one I love the most, because it feels as it is puzzle/action game, where you need to not only think, but also react and sometimes in a limited time. I don't know the game I'd love better than this one, so...

Comments Read more

Gideros - Creating and breaking complex shape

In this tutorial we will create a "complex" shape, which is basically a concave L type shape. As only convex shapes can be created in box2d, we will use multiple convex fixture to create on concave object. So let's take...

Comments Read more

Gideros Camera Move

Here is a tutorial to create a camera move on Gideros Box2d world. Camera will stick to jumbing ball up to world border, so called "smart" camera. Meaning it won't go outside defined world border. So let's take Gideros Box2D...

Comments Read more

Gideros Shake detection

Here is a small snippet to implement shake detection in Gideros mobile. This is not any sophisticated approach, only measuring if acceleration exceeds provided threshold. --need accelerometer require "accelerometer" --start...

Comments Read more

Detecting Gestures in Gideros

Gideros Gestures object provides a way to define and detect gestures. You can define your own gestures, by providing array of points, that defines shape and provide callback function for each shape. It is also possible to detect gestures from...

Comments Read more

Gideros Implementing AdMob for Android

Here is a tutorial on how to implement AdMob advertisements into Gideros exported Android project. Thanks to @Paolo Manna for provided examples. First thing you need to know, that exported Android project is a single view appliation, meaning,...

Comments Read more

Gideros Box2D teleports

In this example, I'll show you how to create portals to telerport Box2D bodies in your Gideros apps. As usually we'll use dragging example project as start and modify it a bit. So first let's create a portal itself. Basically...

Comments Read more

Share button in Gideros app

Gideros Share object provides a way to put share button for popular social portals in your Gideros app. You can provide URL to your app website or market/appstore link and proposed title for your app users to share Currently this class...

Comments Read more



1 2 3 4