-
Creator 1.24 Hotfix is now available for Mac and Windows
by Franto ·@Agent Argyle Did you go into each file manually? You can do that change in less than a minute using Dreamweaver and ctrl+f, select the "folder" option, and just put the appropriate -
How is the Android lag issue coming along?
by Franto ·If your file can't open from there, you could try opening from an early version like 13.40, BUT make sure you are not using any new features from 1.23.1 and above such as custom collisions, as the fil -
GameSalad game and Ketchapp publisher (Or why we had to choose another game engine)
by EireStudios ·(Quote) -
GameSalad game and Ketchapp publisher (Or why we had to choose another game engine)
by Socks ·Beside the numerous bug fixes, the last few weeks have brought HTML5 authoring, polygonal/custom collisions and an app store based GameSalad Viewer (Google Play already up, Amazon/iTunes on the way) -
Network Send Table not doing anything
by spasemunki ·Basically: I have a call to Network Get Table at the start of my game that has no problems. I have a call to Network Send Table at the end of the game that seems to never run, despite the block/timer -
Creator 1.24 Hotfix is now available for Mac and Windows
by Armelline ·If you don't use custom collisions there's not likely to be a problem. But just back the file up first and you're safe anyway. -
How to spawn multiple actors
by djtackl ·(Quote) -
Should the GameSalad team fix the friction attribute?
by Armelline ·saying that any time you've changed the physics attribute directly, they'd be automatically updating that. It would be when you change friction at runtime that you'd be affected. So if you have a rul -
Armelline's In-App Purchase Tutorial Template
by Armelline ·(Quote) -
Movements
by The_Gamesalad_Guru ·Sure. Make a game level attribute integer attribute "player" set it to 1 as a default. Wrap the move rules for each actor in a rule inside them. -
Spawn multiple locations based on table values
by The_Gamesalad_Guru ·Make a self attribute in the actor self.row and put the number of the first row in it. -
How to spawn multiple actors
by The_Gamesalad_Guru ·The change attribute will only fire once. Use a loop behavior inside the rule instead of another rule. -
How to spawn multiple actors
by djtackl ·--------------- Change attribute enemiesSpawned to enemiesSpawned+1 -
Creator 1.24 Hotfix is now available for Mac and Windows
by liuxz ·(Quote) -
Apple reject my game
by nadir.alkarbi ·Thank you @Lost_Oasis_Games after i save attribute and load it everything works fine but now i have another problem with Consumable when i buy its must give me 3k coins but its give me 16k coins look -
Game Attributes Vs Tables
by The_Gamesalad_Guru ·a loop will keep firing. So putting a change attribute in say a loop the change att will fire every cycle unlike a rule where it will only fire once when the condition changes. -
Creator 1.24 Hotfix is now available for Mac and Windows
by dgackey ·(Quote) -
Tweet Sheet and Android....Sad Face!
by Agent Argyle ·I assume that was referring to the OS attribute which now works great and not tweet sheet for Android. Any idea when that might happen? -
Creator 1.24 Hotfix is now available for Mac and Windows
by The_Gamesalad_Guru ·(Quote) -
Creator 1.24 Hotfix is now available for Mac and Windows
by BaDDApple ·After spending several hours going through my code to see if I had done something to break collisions and enduring a number of crashes. I ended up rewriting my collision code. What I found out is the