-
Get Table cell value based on self attribute
by Armelline ·tableCellValue(Tablename,game.Level,self.Attribute) -
Get Table cell value based on self attribute
by Dues ·If I want to check if a table cell value is true based on a self attribute, what would be the best way to do that? -
Problem with Change Attribute (possibly connected to latest update of Creator?)
by Socks ·It's a bug - you can't change an attribute that has just been interpolated that is looking at the final target interpolation value as its trigger to change. -
HOW TO MAKE ACTOR MOVE AND NOT GET OUT OF POSITION
by jigglybean ·You can try to use the constrain attribute to the X+Y positions of the actor you don't want to move. Or, you can check the physics options and reduce this to 0(friction I think), to remove any bouncin -
Problem with volume of sounds, please help!
by jigglybean ·If you are adding a sound, use the play sound attribute and use the volume/pitch to adjust to the setting you require. default for both is 1. If you go 0.5 - it will make is quieter, 1.5 makes it loud -
Problem with Change Attribute (possibly connected to latest update of Creator?)
by colander ·Try putting the Change Attribute self-position x to 1434 in a timer and set it to After 0.1 second and see if that works. -
Problem with Change Attribute (possibly connected to latest update of Creator?)
by flurospeedo ·Hi there. I am having some trouble with a very simple Change Attribute rule. My (iPad) game was working ok when I was running under an older version of Creator but now it doesn't seem to be working as -
Rotating from a specific angle in a pendulum like manner (using only one actor)
by Socks ·(Quote) -
App Closed- High Score Not Saving (or Loading?)
by Armelline ·If the debugging statement is returning correctly, the problem is most likely in the loading of the attribute. Try adding the debugging statement directly after the load attribute. -
App Closed- High Score Not Saving (or Loading?)
by Armelline ·What is the second attribute that's a condition of the main rule in the first screen shot? It starts "self.My Ti..." -
Problems with Scrolling Background
-
Game making help
by Tosanu ·My thought is to have a counter attribute, that you make the number of shapes to be stacked. Once you place each shape, you add a command Counter = counter - 1. Once counter = 0, it should trigger the -
How to find out when a sound ends?
by tatiang ·(Quote) -
Best way to change character?
by Tosanu ·make sure to get all their calls synced up for collisions, movement, and the like (I make a Heroes tag to help with thaT) and with the second, you hav to be incredibly stringent with your rules to di -
How to find out when a sound ends?
by Socks ·It really isn't that complicated, no real need for tables or attributes or for '[keeping] track of the time' !? (although you could do that if you wanted to). -
Building a game similar to Plague, Inc. Is it possible?
by Armelline ·easy in GameSalad as in a tool that allows pixel collisions. -
How to find out when a sound ends?
by ookami007 ·are played, keep track of the time and set an attribute when it's time to switch to the next sound. -
png image problem, please help
by gingagaming ·can be set inside gamesalad. You can however constrain more than one invisible actors together to for the shape of the collision (Just like drawing a picture out of only squares and circles) and then -
Interpolating size of all actors on scene at the same time!
by tatiang ·Change attribute self.startWidth to self.size.Width Interpolate self.size.Width to self.startWidth*0.5 Change attribute self.startHeight to self.size.Height Interpolate self.size.Height to self.startH -
png image problem, please help
by kipdev ·The image comes in from the side of the screen and has to be avoided. Not sure what you mean by make the image a template , constrain and making invisible actors on top of it. Sorry im new lol