-
How to move actor like in GRID
by Jaxter ·Really helpfull , tnx, but i have problem.. how can i make borders to not let to cross those. I will work only when use move atribute.. but i am using SPAWN -
Spawn actor and control on touch pressed
by jon2s ·Just curious if anyone has any ideas for doing the following. On screen touch spawn actor at press point. While still touching the screen constrain the spawned actor to the touch location. On relea -
looping a scrolling background
by vincenth2008 ·it loop? or should I create random actors to spawn clouds that fly past? -
Can camera control not affect mouse position and spawning?
by TouchTiltGames ·Thanks, Joe! So when I'm spawning the blocks do I setup a change attribute on the blocks for the: -
Give Mom a New iPad this Mother's Day
by stonee ·Mother's Day is just around the corner.Try to be unique this Mother's day by giving your Mom something different. In fact, she may even be dumbfounded if you end up handing her a new Apple iPad this M -
Can camera control not affect mouse position and spawning?
by firemaplegames ·When you spawn something, use: -
Can camera control not affect mouse position and spawning?
by TouchTiltGames ·Hoping someone can help with a small thing, but a big thing for me. I've got an invisible container constrained to my mouse position and when you click it spawns a block that falls down on the release -
Spawning actor based on mouse/finger position
by TouchTiltGames ·I added the devices.touch1.x and y to the spawn actor's position and even tried game.mouse.positionx and y...Using the latter seems to spawn a block but nowhere near where you click. -
Cheap game graphics for a limited time!!!
by rdcube ·and then if somebody needs something very unique, u can work a deal with the developer (commission, percent on sales, etc). -
Bug: Moving by Spawn
by IntelligentDesigner ·I have a template that creates movement of a segmented actor via spawning up to an attribute set length. The oldest segment is destroyed when the length is exceeded as the movement continue at the ma -
Spawning actor based on mouse/finger position
by RH ·Create a rule on it so that when it is touched: spawn actor: character -
How to move actor like in GRID
by BarkBarkCo ·Not saying it's a better method, but my snake demo uses SPAWN to "move" the actor around. Instead of moving, you just spawn a new version of the actor 100px away from the original a -
Spawning actor based on mouse/finger position
by TouchTiltGames ·I'm wondering what Attribute I'd use to spawn my blocks based on where I touch on the screen? Right now I just have them spawning from a block "container" that when touched spawns so -
Does anybody know a quick random number generator?
by StormyStudio ·I thought I'd managed to get random spawning of birds in Quake Builder....that worked by saying, if the birds were unlocked, then having a timer, inside a timer. With a rule. -
The Grid... a catch-22... too many rules or too many actors
by Photics ·No, it's not those games. Heh... but I think that GameSalad developers might be able to make a decent clone, if they could figure out how to add Artificial Intelligence.spawn a larger "collid -
The Grid... a catch-22... too many rules or too many actors
by firemaplegames ·2. As soon as you move your piece, spawn a larger "collider" piece in the exact same spot. -
Matchgame Coding question
by jweaver911 ·Hey I'm back. I've decided to have 10 different actors spawn at random. I am running into difficulty getting them to spawn the correct number and stop. I am trying to get them all to spawn from the s -
Make actors come to life
by mrfunkleberry ·You can have some predefined shapes, star, box, circle, triangle. Then on a timer of 0 record mouseX,Y values into some game attributes, (30 will be enough) ie: game.mouseX1, Game.mouseY1, game.mouseX -
Making a direction controller
by IntelligentDesigner ·Thanks, CowTechMan, but this would only work if I am moving via a Move or MoveTo action. As I mentioned at the beginning I am trying to move via spawn, so as to leave a trail. The process of moving -
Apple's Cool Scrolling Style Like - Help Firemapplegames!!!
by BarkBarkCo ·Could you have the touch spawn an actor that controls the camera? Set the spawned actor to exist until the next touch occurs. Constrain it to the touch position until the touch is lifted, then give it