-
Music change after the game end
by tatiang ·Change Attribute self.musicSelection to random(1,4) -
Interpolation woes
by tatiang ·It looks like there's a factor of about 1.3333 difference between the attribute values (e.g. 60 seconds) and the stopping point (e.g. 47 seconds). I've tested it up to 5 minutes and 1.3333 seems abou -
Sound quits playing on device (iPad and iPhone)
by Mayhemmmarty ·Through the course of trial and error I found that I had an rule setup for certain collisions to play a sound which had been removed from the file. So the play sound command was for NONE. However, t -
Help with touching detection.
by tatiang ·.....Constrain Attribute self.position.Y to max(60,min(260,game.mouse.Position.Y)) -
Help with touching detection.
by mmmodel ·Hi guys. I need help with my pong game... The problem is that when i try to play in my device the touching looks really bad, i can't move the actor when i need... looks that the actor have some delay -
Need Help with saving a unlocked level and having it stay there after a close the app and reopen it
by gyroscope ·Copying the table, making a table or populating the table with your attribute values, did you mean? -
Need Help with saving a unlocked level and having it stay there after a close the app and reopen it
by gyroscope ·Good advice from @Chakku, tables are useful for instantly saving with a Save Table Behaviour and no loading required, so best if you have many attributes to save. (If you've not that many, probably be -
Gamesalad bugs that does not occur in viewer
by LyboTech ·Been trying to do so for the last 2,5 weeks, and the bugs make absolutely no sense. They occur when I'm using this simple attribute: -
Linear Velocity Y Attribute Missing
by guillopuyol ·I'm working on a project and for some reason I can't access the linear velocity Y attribute... only X shows. Am I doing something wrong, or is this a known bug? -
Need Help with saving a unlocked level and having it stay there after a close the app and reopen it
by gyroscope ·Hi @jjctSoft my guess is that the Load Attribute behaviours are in the wrong place... -
Need Help with saving a unlocked level and having it stay there after a close the app and reopen it
by BrainStorm Games ·to do this: touch is pressed > change attribute game.unlock2 to true which makes the actor appear > save attribute unlock2 with key 2unlock > change scene to level select whe -
Scrambling a word
by gyroscope ·Attributes used: booleans: Start -
how to save scores
by nir3112 ·(Quote) -
Critical Gamesalad Additions
by Team6Labs ·- Polygon collisions -
Can an action be performed by audio cues?
by gyroscope ·Then to play all of the sections as one track, you'd need to accurately time each section, then with Timer behaviours, set a bunch of After so many seconds, play TrackSection2, play TrackSection3, etc -
Critical Gamesalad Additions
by Chakku ·(Quote) -
Critical Gamesalad Additions
by AleksandrGames ·What are Custom Polygon Collisions? -
Critical Gamesalad Additions
by Chakku ·I was borderline on Custom Font, but ultimately went with Custom Polygon Collisions because that is necessary for many games, while we can make do (although tedious) with pictures instead of custom fo -
Help with a plants vs zombies game machanics
by tatiang ·Actually I take that back. Interpolate doesn't work well with collisions and since you'll have pea shooters (or whatever), you should use Move. -
Astronut - like game
by youngdeveloper ·So I am trying to do the Astronut - like game (free lite version) with few modifications, but the core stays almost the same. I started with detecting collisions and orbiting, so what I've got after f