-
enemy reaction..
-
enemy reaction..
-
enemy reaction..
by starcat ·ok so im going to be doing something like.. main attribute boolean. turn.. -
enemy reaction..
-
Control 'DisplayText' Alpha
-
Actor walks on line path
by gambet ·Start with a self.attribute: self.path (integer type) -
Mouseclick x/y reporting bug?
by 8x8n8 ·I try to stay away from any "constrain" behavior in any of my games because they eat up so much CPU. -
Tap to make a object move
by JohnPapiomitis ·First make a new game attribute. Make it a real type attribute, and name it touchmove (or name it whatever you want, the name doesn't matter). -
Tap to make a object move
by RedlerTech ·Use the same attribute game.tapcount -
Tap to make a object move
by RedlerTech ·Create an integer attribute at 0, call it Tap Count -
Jump 'n' Run game with GameSalad?
by jb15 ·Change global attribute (make up one--say "is jumping") to 0. -
Major Gamesalad Bug!
by tenrdrmer ·I'm gonna take a stab in the dark here with my guess. I bet in the rules you copied there was reference to a scene attribute or an attibute of another instance in the scene that is only accessible whe -
Problem: eats the entire watermelon.
by TJMNUT ·I have an integer watermelon hitpoint. When overlaps or collides with ant change attribute game.watermelon hitpoint, to game.watermelon hitpoint+1. When attribute game.watermelon hitpoint=1 change ima -
How to make an actor blink?
by cbt ·-Change Attribute: self.color.alpha to "0" -
How to make an actor blink?
by jb15 ·Not sure how new you are--specifically, use the Change Attribute behavior, (self.color.alpha=0) and the Timer behavior. -
Problem: eats the entire watermelon.
by outasite ·So for the water melon make 2 self attributes health & div -
Big Big problem.
by JohnPapiomitis ·same thing that was happening on the ipad. I though it was only a ipad bug, but it u have your orientation in advanced options, and it set in the scene attribute im not sure what else u can do -
Drag Objects
by Stormtrix ·Constrain Attribute: self.position.X To: game.Touches.Touch 1.X -
GS loads every image from any referenced actor. How to prevent?
by MagoNicolas ·Instead of having actor whit images, you should have them with a VERY small image, and a Change ATTRIBUTE, self image to : The image. -
Attribute in sting
by DrGlickert ·click the "e" to bring up the expression editor and then click on the button that has a downward arrow, click game, then click on the game.attribute you want to display.