-
how to disable Touch attribute on a certain part of the screen?
by Adamgopro ·tried that doesn't work, let me try simplify would it be possible to constrain the touch position to a certain Width + height ? -
How do I make my music fade out?
by gyroscope ·Interpolate attribute game.Audio.Music Volume to 0 Duration 3 -
I need a math wiz to solve this
by colander ·I am trying to spawn a grid of cells with multiple spawners and each cell needs to store its own row and column number in self attributes when it is spawned. I am trying to achieve this by using the X -
how to disable Touch attribute on a certain part of the screen?
by Adamgopro ·Constrain self position y to devices/touch y -
how to disable Touch attribute on a certain part of the screen?
by tatiang ·What rule condition are you using to constrain the actor to the mouse position? -
Complete Scene Reset
by BBEnk ·If that condition is a attribute that changes to "True" it will stay "True" until you set it back to "False" a reset scene will not set attributes -
★★★ Select Layer Demo ★★★
by troynall ·Change Attribute game.LayerNumber = 1 -
Having a value for layers
by troynall ·Change Attribute game.LayerNumber = 1 -
Reset Tables
by tatiang ·Here's a version where you can set a game attribute for any row you want. I tried it with row 1 with the same large table and it was just as fast, maybe faster. -
how to disable Touch attribute on a certain part of the screen?
by Adamgopro ·so i have a pause button and an actor follows my finger in the Y direction but when i press pause it moves the actor to that position how do i disable touch area on the pause button so my actor won'… -
Scene Attributes
by tatiang ·This is not an intuitive aspect of using GameSalad Creator. Only unlocked actors can access scene attributes. So if you want to change (e.g. Change Attribute) or use (e.g. in a rule condition or a m -
Complete Scene Reset
by adamrnj ·its original one. The enemy image is not a game attribute, so why wouldn't it reset? -
Move To issue
by adamrnj ·I heard interpolate may be better in terms of movement but won;t work with collisions. Is that true? -
Send to back ???
by troynall ·is there a self.attribute that will let me "control" the layer that the actor is in ? -
why does my gamesalad crash so often?
by JScott ·I've had troubles when I've removed attributes and not removed all expressions using that attribute. Deleted any attributes? -
Move To issue
by The_Gamesalad_Guru ·Yes move to is tricky business sometimes. It definitely takes finesse to use. You could also constrain the velocity of the enemy to the main actor. I'm not at my computer but I'll post the expression. -
Complete Scene Reset
by The_Gamesalad_Guru ·If the condition is a game level attribute you need to manually reset it. Scene reset only affects scene level stuff. -
Move To issue
by tatiang ·I've heard Move To can be buggy. Another method is to constrain an angle attribute (e.g. game.enemyDirection) to vectorToAngle(enemyX-playerX,enemyY-playerY) and then have a Move behavior with game.e -
Storing data, when the game is closed
by Braydon_SFX ·If you want to save attributes, you'll have have to use the Save Attribute behavior. -
Storing data, when the game is closed
by jonmulcahy ·anything you store in an attribute can also be saved, but requires more rules