-
Touch one or Touch two Question
by The_Gamesalad_Guru ·Yes multi touch can be very difficult to understand. You have to basically fill the gaps between the two events. For a simple two touch system you need to keep track of who was touched first and secon -
How to have the particles appear at the point where the 2 actors collide?
by RThurman ·@sSHAKESs -- the expression can't be cut & pasted. They need to be built with the expression editor. Also, "otherActor.X" is an attribute you would create. It holds the ot -
how to swap actor-1 position with actor-2 position ?
by tatiang ·Unlock actor 1 and actor 2 so you can access their attributes from each actor. -
Purchased a template need some assistance
by GLGAMES ·It all depends on your coding. It can be done by checking which the attribute that is changed during the iAP process. Let's say you have 5 appearance or characters that can be purchased. then create 5 -
Problem with self.Tags
by tenrdrmer ·Im pretty sure its not an attribute you can change on the fly. There are a handful of those in the actors that cannot be changed once the app is running. What is it you are trying to do with Tags? Do -
Problem with self.Tags
by fogarty ·constrain attribute --> self.Tags ---> art1 -
How to show many rows from table?
by UtopianGames ·http://www.deepblueapps.com/collisions-with-tables-template/ -
Need Help !!!
by SingleSparq ·its movement (or vice-versia) by using the constrain attribute to tell one actor to use the same x/y coordinates as the other. Essentially 2 actors moving at the same time one for collision the othe -
Make appear another actor after collecting items
by alarm656 ·(Quote) -
How to show many rows from table?
by tatiang ·you can use the loop counter attribute as your row number to look up (and display) table cell values. -
Motion of swipe in real time to another actor
by RThurman ·drag actor. (It does require you to define one attribute -- yOffset.) Just place the following into the regular actor: -
How to pause a timer?
by MarcoCol ·I've change it that change attribute as "REAL" every second = attribute -1 and it works. -
People I require your assistance, logic that I can't work out how todo
by epicstag ·If I'm understanding, what you need to do is to give your actors(the ones that you put into the holders) an id of sorts, like an integer attribute called like, actorID. -
Motion of swipe in real time to another actor
by epicstag ·Constrain self.motion.linearVelocity.Y to 20*( game.Mouse.Position.Y - self.Position.Y ) -
Help with enemies following the player!!!
by AreaGames ·Hello, I am making a game and I came up with this problem. I created orange and cyan cubes.The orange cube is a player that moves around.And the cyan cube is the enemy. Cyan should follow the orange c -
Make appear another actor after collecting items
by alarm656 ·(Quote) -
Touch movement on X-axis with animation
by GLGAMES ·any screenshot of what you did? you want your actor to move to your touch position or constrain the actor to your touch position and drag it around the x axis? -
Touch movement on X-axis with animation
by fozkul ·I created 2 real attributes, initialTouchX and offsetX -
Stage saving Problem
by famekrafts ·I am having a weird problem. I created a stage unlock attribute as shown in Gamesalad videos by TshirtBooth. -
Probably a simple solution, but I have a question
by SingleSparq ·Yes-so for my actor I have a timer set to check every 0 seconds and if actor is facing right (that is my right boolean attribute is ON as I had went that direction) I have my graphics flip set to 0 (u