-
Help spawning actors in and out of scene continuously!!!!
by Mikv616 ·Thanks AcceleratedGames so if I add this attribute what is it exactly doing? -
are we getting better display quality?
by guilleface ·i don't think i could make 3000 images for each of my trivia game question, so i am using display attribute, but it looks a little blurry, is game salad fixing this soon? -
Help spawning actors in and out of scene continuously!!!!
by AcceleratedGames ·Put this rule into the enemies: If attribute game.MainCharacterPositionY > self.Position.Y + (game.Screen.Size.Hight/2)+(self.Size.Hight/2), then destroy. -
how do i save a table value?
by AcceleratedGames ·the drop down menu instead of the "Save Attribute" behavior. -
*****help with collision*****
by Mikv616 ·yes you can do that, you need to use the Constrain Attribute on the invisable actore to constrain it's X and Y values to the actor you want it to match. -
Balls occaisionly go through the walls.
by tatiang ·Use Change Velocity or Change Attribute self.Motion.Linear Velocity.X/Y. Accelerate Toward might work, too. -
*****help with collision*****
-
*****help with collision*****
by Mikv616 ·salad doesn't have custom shapes available for collisions i wanted to know if its possible for me to have a small invisible actor instead following ontop of my main actor that way when a object or bi -
Tracking finger to throw objects
by MrSKYone ·I figured out how to build up the throw angle attribute -
Setting spawn limit in endless survival game.
by zefrof ·attribute: game.startround is true -
how do i save a table value?
by guilleface ·get a display question, so i add a save table attribute ,now i made it to have 20 questions, so i created a adhoc file, after getting 10 randoms questions i close my game completely so i tried opened -
Pixel Shift Game In GameSalad
by lukey5227 ·The next table is for storing the current level in a 2d area. When clicking, have a background object detect the mouse click and constrain to a variable how much the mouse has moved up or down, left o -
Animations overlapping one another
by Toecutter ·Constrain Attribute (to stop my actor from moving) -
Left and right touch controls
by MotherHoose ·it is only constraining when touch is active -
GS Design Patterns
-
slow down an actor
by Epic ·hey i have an idea first create a index attribute and set it to 200 or whatever you want the speed to be then in the actor you want to accelerate -
slow down an actor
by MotherHoose ·Attribute: whatever is true -
Left and right touch controls
by Fredrik Bixo ·This is the right actor.its a invisible actor thats is on the right half of the screen. I have a left actor also that is the same only that I have swapped the "constrain attribute". -
slow down an actor
by patapple ·i need to slow down an actor when a specific attribute is true. i did when attribute is true, constrain self.motion.velocity.x to self.motion.velocity.x-100 and the same thing for the Y but it doesn't -
Setting spawn limit in endless survival game.
by MotherHoose ·changeAttribute: game.waveNumber is not changed at correct time