-
Play one sound when actor pressed once and another sound when pressed again
by Socks ·Make an integer attribute - let's call it 'X' -
Actors spawn faster
by Titch ·I made an attribute called score -
Get an expression work after typing it in
by Creator97 ·there's self.Position.X to self.Position.X as a constrain attribute which seams pretty dumb to me. Then I went back in the the actor that should follow and chose again self.Position.X to scene.Backgr -
Is there any way to make a Spawner spawn actors randomly between a set few positions?
by FlyboyTrevy_ ·Change Attribute: game.Choose Place to random(1,3)]] -
[Solved] Why are these actors interacting with each other???
by FlyboyTrevy_ ·So what I have set up, is we have Rule A, and Rule B (both Boolean). When button A has a mouse click down, it changes attribute Rule A to true, else it's false. And same for button B with rule B. Acto -
Ads every 4 deaths
by LuMa Games ·(Quote) -
Ads every 4 deaths
by Thunder_Child ·Create an integer call "Player Dead" put a rule in your "Player" that when dead...change attribute "Player Dead to Player Dead+1" -
How do I rotate around a point and not the center of an actor?
by Socks ·Constrain X position to -
Make something a one time thing
by I_AM_BENJI ·I know i use the save and load attribute behaviors but i am not certain -
Ads every 4 deaths
by Lovejoy ·Make a integer attribute show_ad -
How do I rotate around a point and not the center of an actor?
by FlyboyTrevy_ ·a hinge, rather than from the center. The Rotate attribute rotates the object evenly from the center of the object. Any way to do this? -
Is there any way to make a Spawner spawn actors randomly between a set few positions?
by I_AM_BENJI ·make an attribute call it something like 'choose place' -
How do I cause an actor to properly interact with another actor
by RThurman ·1) Make a game-level boolean attribute and name it something like "timeToRotate?" -
Make Actors spawn faster and increase Time an Actor gets destroyed
by I_AM_BENJI ·change attribute countdown to countdown-1 -
Is there any way to make a Spawner spawn actors randomly between a set few positions?
by FlyboyTrevy_ ·So I want a spawner to spawn an actor every 5 seconds from one position, or another position, or another. 3 different places total, and just randomize between the three places every 5 seconds. How wou -
Progress Bar Flicker?
by Sopanda ·So I've had a progress bar to the scene which indicates how much towards a "bonus" the players get. When the player reaches the amount, a timer slowly decreases the size of it and th -
How do I get the money to move with the character?
by The_Gamesalad_Guru ·(Quote) -
jump distance
by I_AM_BENJI ·i think the 'move to' attribute could do it -
How do I get the money to move with the character?
-
Unable to save highscore with custom font
by Sopanda ·@tatiang Thanks with the condition part. I couldn't understand the part where you said, change the constrain parts to change attribute. When i did that it wouldn't display the anything only the zeros.