-
Another "random spawn" question
by Sparkyidr ·I have a spawn actor, and in there I have an attribute : -
Top down question
by specialist_3 ·Change attribute game.bullet.angle to self.rotation -
Moving Platforms
by firemaplegames ·You need to constrain the platform's Y position. -
How to Kill one bird with one stone
by StusApps ·You could constrain a smaller actor to the bigger one. If that actor has a rule to change a boolean to true when touched you could use that to destroy the bigger actor. -
Missing Image in Published Game
by StusApps ·I had a similar bug actually in hotel rush. A green box was shown instead of a graphic. But it only happened because of a bug where an attribute wasn't reset back to 0 after a scene. I still don't kno -
It seems that the behavior "spawactor" causes jerk
by StusApps ·I don't really know the specifics of your game, but if you have 10 canons then create 10 global boolean attributes (one for each). When the canon needs to be visible set that attribute to true, within -
Activate actor changing attribute
by mrtopz ·I'm trying to activate an actor after changing it's attribute to change the scene only after being touched and the "ActivateButton" attribute is true but it's not working. It changes -
How to Kill one bird with one stone
by iPhoneDevForMe ·--Change attribute self.touched to true -
New to GameSalad need help!
by Kilroywashere ·edge of the screen cutting away digits. How do I constrain the text field to grow from right to left keeping it locked to the starting position? -
Destroy all rules and attributes in actor when touch is released?
by expired_012 ·When touch is pressed: change attribute (left) to 1 -
Destroy all rules and attributes in actor when touch is released?
by Shpint ·Change Attribute XX to (XX)-(XX) -
Problems with lives
by reddotinc ·Have an attribute - canSpawn -
Work in Progress : Papa Wheelie's Adventures (Video)
by scitunes ·Circle constrain demo (Joe's) http://gamesalad.com/game/play/71909 -
How to make hanging swinging with gravity.
by firemaplegames ·You need to set up a boolean attribute called something like 'isHanging'. -
Pushing a button to make an actor move - Question
by expired_012 ·Make 4 integer attributes: left, right, up, down -
Pushing a button to make an actor move - Question
by JamesZeppelin ·Attributes -
Work in Progress : Papa Wheelie's Adventures (Video)
by scitunes ·I made a demo a while back (search "arrow demo" in shared projects). Then I used joe's circle constrain demo as well. Finally I used the map demo in shared projects to allow the play -
Framerate problem getting on my nerves &$#@
by firemaplegames ·Right now it is set up to use Constrains in the Score Glyph Actor. -
Menu Help
by StusApps ·A menu is really just a selection of actors (buttons) that do something when you touch them. If you want to create level selection then have an icon for each level and then make a rule that when it's -
Release the Kraken!!! Attack of the Kraken now available on the App Store!!! :D
by Hachiko ·Having it constrain only when the ship is near the ground of course will improve performance, since as it is now, there's always a constrain attribute (or more?) firing continuosly for the shadow. At