-
GameCenter Not Logged In Doesn't Generate Error- ( Post Score or View Leaderboard )
by Hopscotch ·@fusionsd, there is a "game.Platform Connected" attribute which is TRUE is the user is connected to either Game Center or Game Circle. -
Table not update
by Hopscotch ·@gastounet73, games running in the viewer do not keep the changes performed by a "Save Table" or "Save Attribute" behaviour. -
How to determine how high to jump using swipe?
by CodeCell ·And to do this it is only constraining its position and rotation to the centre of its rotation., such as the centre of the screen, which would mean there is no to adjust the speed that it's travelling -
[BUG] Timer change "random" attribute not working
by tatiang ·Okay, so there are two project files there. I narrowed it down to tw_ground but the only random function I see is in the randomspeedo actor where it says Every 0.5 seconds change attribute game.New a -
How to determine how high to jump using swipe?
by UtopianGames ·Constrain Game.Speed to magnitude( self.Motion.Linear Velocity.X , self.Motion.Linear Velocity.Y ) -
[BUG] Timer change "random" attribute not working
by ahiung ·-Change Attribute something.something To random(min,max) -
Grid based movement?
by osakamitsu ·then selecting table 1, and then two game attributes for Y and X. Im not exactly sure how these two game attribute work but I assume the -1 is the left command. -
Grid based movement?
by tatiang ·@DeepBlueApps has a great grid-based movement template called Collisions with Tables Template. I highly recommend it. Another thing to consider is that if you want the ghosts/enemies to move using A -
How to make a coin or item dropped by enemy move randomly
by asheft ·No problem! I forgot to mention that if you need each individual coin to move in a different random direction, you may need to change the game attribute that was in the project file to a self attribut -
Having problems with adding Music on my Gamesalad PC
by TRowe007 ·from MP3. My problem is that when I create my attribute to play music it will only come in the drop down menu if its M4A. which I select and then I go into my game and there is no music. even when I -
About the XP Meter Video using the table method
by TRowe007 ·I've been trying my hardest to figure out the finally piece of this puzzle, which is how to fill in the (change table value) attributes for the red button actor and the xp meter actor to make it all c -
Apress Book Help
by jackwilliamziegler ·I'm working with the apress book, and have run into trouble working on the Angry Bird clone, I cannot seem to constrain the projectile to only within the circle. Any advice would be much appreciated! -
[RPG] Conversation box problem
by asheft ·a rule saying if game.talking is false change attribute self.color.alpha to 0, and another saying if game.talking is true, change attribute self.color.alpha to something like 0.4 (anything less then -
[RPG] Conversation box problem
by ahiung ·I made new attribute to the game, I call it "talk" boolean set to false. -
Using a table in a loop
by gyroscope ·Make an integer attribute, call it Count, its value at the default zero. I think you've got the spawning in a Timer behaviour? If not, just don't use that and add your own triggering method you're usi -
Try to make a game but problems with move to top.
by Armelline ·When self.Position.Y ≥ 300Timer For 3 seconds (run to completion checked)Constrain attribute self.Position.Y to 300 -
The difference between Interger & Index
by tatiang ·Index attributes are whole numbers greater than or equal to zero. -
The difference between Interger & Index
by allc1865 ·http://forums.gamesalad.com/discussion/46317/index-attribute -
How do I set up create a move forward tab?
by bij_s ·* created a attribute called right move -
All-time High Score
by tatiang ·When game.score > game.highscore Change game.highscore to game.score Save attribute game.highscore to key highscore