-
Little Help Here, Please!
by Chobbiface ·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 -
Little Help Here, Please!
by iOSLab ·On Touch Inside event on actor 2, update a game attribute to move. -
Stopping a Sound
by gyroscope ·Hi, the following way uses an attribute for each sound that needs to be stopped, otherwise you'll stop all sounds, if there's more than one playing at the same time: -
Just asking for a little help :)
by Caketroll2 ·Right, I have one last problem this is constraining with rotation. can you constrain to ends of an actor to another actor if so how do you do it. also how do you make this constrain work with my other -
Timer Bug
by liamo ·thank you SAZ_1, but i just need a way to fix the problem with my timer not turning the attribute back to 0 after 0.1 seconds. -
Causing something to happen everytime after an integer attribute changes
by EastEastWb ·Hi Everyone, -
Timer not responding
by SlickZero ·Originally i was trying to change an attribute for 2 seconds. It was a character moving at a set velocity, and when you press at the arrow key, for 2 seconds it would do double speed. It worked with n -
Timer not responding
by DrGlickert ·Change attribute game.attribute to game.attribute+1 -
changing actor into another actor
by Braydon_SFX ·An attribute for the enemy actor. You need to set it to true whenever you hit the power up, and then in your enemy actor make a rule: -
changing actor into another actor
by Braydon_SFX ·IF you have an attribute for how many hits it takes to kill an enemy, just reduce it by how strong you want the actor to be. -
Timer not responding
by SlickZero ·Im even using a blank project, and setting the timer to change an attribute from 1 to 2, and it does not respond. Maybe a re-install of GameSalad is in order. -
Need a growing Laser?
by RedlerTech ·Constrain self position x to (gunX +( gunWidth/2))+(laserwidth/2) -
Little Help Here, Please!
by wormil ·level lock could be achieved by an attribute in the game saying what level is max, if level < 3, lock 3, lock 4, etc. -
Little Help Here, Please!
by wormil ·On Touch Inside event on actor 2, update a game attribute to move. -
Timer Bug
by liamo ·Thank you for the suggestion but most of those use the linear velocity or interpolate methods, i just want to know why my timer isn't turning the attribute back to 0 and a way to fix it or another met -
Jumping with touch sensitivity
by guilleface ·change attribute "jump" to attribute" jump"+10 -
NEED HELP QUICKLY PLEASE!
-
NEED HELP QUICKLY PLEASE!
by POM ·The 'Visible' attribute cannot be change during runtime , -
Collisions when two actors are contained together
by EwokPD ·Fixed spider ball by constraining velocities. -
Jump Jump
by JohnPapiomitis ·have a rule in the otherwise section when jump button is pressed or jump attribute=1 or whatver