-
Constrain camera between two actors?
by FjantInc ·I'm playing around with a simple top-down racing game and would like to have the camera's position be based on the avarage of the two racing cars' position, but I can't get anything to work. I have a… -
Disable Screen Touch For A Period Of Time
by 0belisk ·Attribute - DisableTouch - is false -
Disable Screen Touch For A Period Of Time
by Zombiebrains ·I have added a boolean so that when either button is pressed, it changes the Touch Hinder attribute to TRUE, spawns the 'Touch Hinder' actor on the screen and it covers the whole screen but I can stil -
Possible 0.9.80 save bug?
by SingleSparq ·SO if anyone is having an issue where your scores are getting duplicated into other score attributes - check your loading attribute where you type the key - IF it pops up when you click on the text in -
Actors not always recognizing Collide rule
by sebababi ·I had a rule with 3 collisions, so if actor OVERLAP OR COLLIDES with any of the 3 actors and actor tags to something. -
Little Help Here, Please!
by iOSLab ·First make a game (boolean) attribute, call it 'move' or whatever you want. Go into actor 2 - make a rule 'if touch is pressed change attribute 'move' to true. Now go into actor 1 - make a rule, if ga -
Write/Read multiple values in 1 attribute
by sebmacfly ·you can also have a text attirubte store multiple values in it by adding to it and seperating each new value with a comma. Then you can say if attribute begins with, ends with, or contains in a rule -
Write/Read multiple values in 1 attribute
by JohnPapiomitis ·you can also have a text attirubte store multiple values in it by adding to it and seperating each new value with a comma. Then you can say if attribute begins with, ends with, or contains in a rule -
Write/Read multiple values in 1 attribute
by sebmacfly ·I saw that you can write multiple values in 1 attribute but i don't know how to do that... -
Possible 0.9.80 save bug?
by SingleSparq ·Go into game, get to 'Level Select' scene (this scene shows the scores and positions as text attributes so it's Displaying ScoreA, ScoreB ScoreC and ScoreD (B,C and D are locked at first) -
Attributes
by tenrdrmer ·Well those are simple greater than less than rules that change each of the 3 color attributes for the actor -
Attributes
by 0belisk ·Attribute - Player Health is Equal or higher than 75 -
Attributes
by drentek ·I am trying to set up an effect where the actor changes color when an attribute is between certain numbers. e.g. -
WIP 3D maze level
by MarkOnTheIron ·Initially I used lots of attributes, one for each onscreen item. Then this great post from Codemonkey opened a whole new perspective and I was able to condensate all those attributes in one text attri -
Complex Highscore Saving Question
by 0belisk ·When Attribute Game.Easy is True -
How do you make 4 balls rotate in a perfect circle?
by VGX ·I have tried to photoshop four balls in an image with transparent background and use the rotate attribute, which worked fine. only problem is that when touch is pressed, you press on the whole image ( -
Collecting Stars?
-
Strange Problems since latest GS?
by 0belisk ·With one of my enemies, i copied the actor and renamed it so i had another version of it, using it for a different scene, it had a self attribute "self.health" set to 5. the copied v -
Collecting Stars?
-
Gravity problem
by GuaveMedia ·Change attribute self.motion.line.Velocity X to -200