-
How far can you go with Gamesalad
by Creator97 ·Technically speaking, yes it would be possible to manually make a custom collision shape, it would involve a lot of rules, and a couple of invisible actors constrained to the actor of your choice. -
How do I reset score at the end of each month?
by Mesrits Operandi ·I have made one actor with a Rule to – Save Attribute: save Game.Game Progress and a Save Attribute : save Game.Time as b -
keeping circle a circle with stretch publishing
by mshuraih ·I am buidling a game on ipad platform .. i am using stretch publishing for universal built .. the circles in the game lose their shape as a result .. i tried to constrain the width to the height to be -
Is there a way to test to see if an actor is touching a color?
by zypp1 ·create game attributes -
How can you make it so that when your character dies, the score is presented to you at the end?
by revoltandreverb ·These are really basics and covered in the cookbook. Assuming you score is kept as an integer, you can use display text and show the score. When you character dies, just constrain the score attribute -
Simple Save/Load Attribute function
by T.Cizzle ·How do you save/load an attribute in GS for Windows? I've set up a simple timer and a display for it. I've also created a button that I would like to save/record the current time on the timer and lo -
To leave a high score even after you turn off the iphone
by AlkaPP ·use save and load attribute -
Help! Bullets won't disappear after hitting enemy
by Tonyu ·(Quote) -
Blank screen- urgent!
by jonmulcahy ·Miya usually caused by a rule that is missing an attribute in the condition field. -
What's the absolute easiest game to create in GameSalad? That's also popular?
by Gamelover456 ·* Create a game attribute called Score -
High score On multiple levels?
by http_gamesalad ·Well I'm just about done with game but I saw my high score counter wasn't working properly because I made it a game. attribute instead of a self. attribute. Therefore it just counts if you beat the sc -
Making image change loop infinitely
by ralphbugs ·I'm now try using Tatiang method first (for learning sake) but where do I put the change image behaviour? Inside the timer or just underneath it? Oh, and the Contraint attribute self.image will become -
Any alternative to using control camera? I need to disable when actor falling!
by Socks ·allows this, if not then unlock a new actor, and constrain it to your main actor) . . . but assuming you can unlock the main actor . . . place two constrain behaviours into the newly unlocked main ac -
Help! Bullets won't disappear after hitting enemy
by jonmulcahy ·for the first part I'm wondering if the rules are firing off too fast for them both to be killed. another way of looking at this would be to create an attribute called destroy or something, and have r -
making a actor bigger then smaller
by Socks ·There are a bunch of ways of doing this, but the one I like is to constrain the actor to a sine wave so you get a nice smooth transition . . . -
Making image change loop infinitely
by ChumCreature ·(Quote) -
Any way to constrain actors together without creating global Game Attributes?
by Walkingkoan ·That video was very helpful, using the layer data to constrain will surely be very helpful in my projects, thanks! I just could nor figure out how to use it with the spawned actors (arrows, enemies) b -
Making image change loop infinitely
by tatiang ·Create a text attribute called self.imagePrefix and set its value to "Image" (without the quotes). Create an integer attribute called self.imageNumber and set its value to 0. -
Is there any attribute to change the order of the actors in a layer?
by agueis ·For example when actor hero self.position y<=332 change attribute wall in front of actor hero,thanks -
Help me please!!! Orbit
by Socks ·(Quote)