-
Start Music Only Once...
by POM ·its very simple , make a boolean attribute - "music started" -
image flash when using interpolate! Help!
by gyroscope ·Either stick with changing alpha, and/or use Change Attribute Behaviors to change an actor's x, y position from off-screen perhaps, or to change size; that'll be instant as you want. -
How to make an actor transparent?
by StusApps ·Alternatively to have more control it can be changed using a change attribute behavior or an interpolate. -
Timer Help Please
by part12studios ·- change attribute "game.objectspeed"-1 (the -1 will be modified with a more sloping math formula, but for now i'm just trying to get it to work period) -
replicate problem
by voe513 ·I made a rule that when mouse button is down on addLife actor, increase the game.life attribute. -
moment of rotation???
by RThurman ·sort of, only it limits the ability to move the object while it is constrained and I can't find away around that. -
odd thing attribute only works if I have a debug on screen
by BSideGames ·So if I remove my actor from the scene that shows text with attribute in it the attribute does not work. -
Tshirtbooth Health bar project question - Change colour?
by Zombiebrains ·What I have is an attribute where the health bar is set at 10, just like in the tshirtbooth video. I've basically copied all the same stuff but changing the 'attribute' of game.health <40 doesn -
Tshirtbooth Health bar project question - Change colour?
by JohnPapiomitis ·change attribute self color red, then put a 1 in the 2nd box where u put the value -
Two Actions For One Attribute
by RThurman ·I really can't think of any reason that setting an integer attribute would stop an acceleration behavior from firing. There must be some logic error. Can give some detail about how the rule and its -
how to make a LOWSCORE
by steve86 ·create an attribute for each lvl you have called lvl1Time, lvl2Time and so on. Then give them a big initial value like 1000 seconds or something like that. then create another attribute call playerTi -
elevator problem
by Weswog ·Change Attribute elevator activated to true -
Actor Issue?!
by FF1FF1 ·If ball hits Fire, fire attribute changes to 1 (fire) -
after retries, my score and that my counter does not reset!
by feroman ·I put Change attribute behavior game.counter to 0, and 0 to gamescore, -
detect closest object
by RocketBrain ·Then have it update an attribute with it's value only if it is closer -
after retries, my score and that my counter does not reset!
by UtopianGames ·You will need to reset the counter to 0.....when touch is pressed change attribute counter to 0. -
★★★ DBA BEST SELLER: Fall Fu Template Only £7 Out Now ★★★
by UtopianGames ·If Mask overlaps or collides with actor with tag wall change canFlip to true (now open up otherwise) and do a change attribute canFlip = false. -
Drag Object & Save Position
by bluebyu25 ·Constrain Attribute self pos x/y to device.touches.count.touch1.x/y -
Drag Object & Save Position
by Weswog ·1) You can change all the attributes to 0 except for the dragged objects positions -
Tshirtbooth Health bar project question - Change colour?
by JohnPapiomitis ·First off you need to change the self color attributes. Next ,Gamesalad uses rgb color. Which means if you want to change the color, mostly all the time youll have to change all the color attributes,