-
Goomba style enemy?
by Steamworks ·3. constrain the invisible actors x and y to the enemies x and y -
Save attribute survive Reset Game?
by tenrdrmer ·And a unique key for every attribute being saved -
Random locating actor
by latygo60 ·You have to drag all the actors that you want on the scene, and inside every actor put a Change attribute: 'self.positionX' to 'random (min,max)' <-- lower and highest X values it can have. -
How do I make money in my app?
by Sinequanon ·Change attribute: money = money+1 -
Please Help. Level Lock and Unlock help needed.
by chaley ·I'm not sure if it's the same in your template... but in a different menu system template, you have to use the "save attribute" when the level is complete and then use the load attri -
How do I make money in my app?
by bluebyu25 ·Make a self.attribute called plus1 or whatever. Then say when game.score > or = plus1 then: -
Save attribute survive Reset Game?
by BlackbirdStudios ·do I actually have to change scenes for the attribute to load? Can it load without changing scenes? -
How do i spawn enemies in a scene
by informedstudios ·Drag a "destroy this actor behaviour and a Change attribute saying 'change 'game.enemies' to 'game.enemies-1' -
Save attribute survive Reset Game?
by GamePizza ·do I actually have to change scenes for the attribute to load? Can it load without changing scenes? -
How do I make money in my app?
by BlackbirdStudios ·The problem here is that your attribute only accounts for the first time the score hits 50, not every 50 points. -
Save attribute survive Reset Game?
by GamePizza ·I'm using save and load attribute to save the high score. But after calling Reset Game, I don't receive the saved high score any more from loading. Does save attribute work even after calling Reset -
How do I make money in my app?
by ashapiro914 ·Rule atrribute game.money=50 change attribute to money to money+1. Then I have a display text, game.money. It goes up to 1 then the score keeps going but the money stops going higher. -
Changing linear velocity to default ?
by MarkOnTheIron ·You can also play with the linear velocity self attribute but it is harder to set up. -
Constrain to a rotating actor
by mu-kowAPPS ·ohhh i made a mistake, when you constrain self.position y you should use sin instead of cos. -
How do i make a magnetic like field like effect...
by InLikeFlynn ·You'll want to use constrains and the distance formula and set up rules according to what you want at each distance. Distance formula is (((x2-x1)^2)-((y2-y1)^2))^(1/2) More here: -
How do I make a money unlock items?
by ashapiro914 ·Rule atrribute game.money=50 change attribute to money to money+1. Then I have a display text, game.money. It goes up to 1 then the score keeps going but the money stops going higher. -
Random Time Spawning Help
by zombieaddict ·when the penguin is spawned you could change a global attribute. lets use your example and we'll make a global attributes named PENGUIN5 and another for PENGIUN2. -
NEED HELP WITH SPRITE!
by icanmake ·just make the actor the character without the stick and then another actor for the stick that says constrain self position.x to character self position.x and constrain self position.y to character pos -
Random Time Spawning Help
by zombieaddict ·all you have to do is have a global attribute integer or boolean lets call it SPAWNTAKEN. -
How do I destroy a spawned actor once im done with them?
by MarcusO ·when i change attribute, do i just type true in the "To: "field" because it's not changing the attribute to true.