-
Endless background suddenly just stopped working?
by reddotinc ·change attribute self.position.x to 720+240+self.position.x -
Endless background suddenly just stopped working?
by iPhoneDevForMe ·Rule When Attribute self.position.y is less than 240 -
Touch and Drag question
by scitunes ·@Poly - I think I have a solution for stoping your racer. You do have dynamic control over max speed during game play. So you can use a change attribute behavior to set max speed to 0. Make sure you h -
how do i activate button images to make my character move
by THINGTHING ·whats a global attribute im only new -
Question about Card matching game.
by StusApps ·Well, I've just made a simple one. The important thing is carefully creating all your rules. The basis of mine is that each card is a separate actor. A controller actor picks pairs of cards for that r -
how do i activate button images to make my character move
by specialist_3 ·Create a global attribute called Up.Pressed = 0 -
Attribute problem
by quantumsheep ·Attributes -
Attribute problem
by reddotinc ·There isn't a default attribute "jump" you will have to create this. -
Attribute problem
by ap1337 ·Hi, I'm new to gamesalad and I'm doing a game in which the character is jumping. I have watched all the how to's and when I drag in "Change Attribute" I can't find the attribute game -
how do i make my camera follow where the characters going
by dmilinovichiii ·Put a camera attribute into the actor you want it to follow, and make sure the level area size is bigger than the screen size of the device your developing for. -
How do i set up High Score Save
by hrsmedia ·A simple way to do it is create 2 integer attributes, game.Score and game.HiScore -
Reset score collected when hitting actor
by DimensionGames ·Change attribute game.score to gamescore - gamescore -
Touch and Drag question
by BarkBarkCo ·constrain self.DistanceFromFinger to magnitude(self.positionX-touch1X,self.posiitonY-touch1Y) -
Touch and Drag question
by scitunes ·constrain self.DistanceFromFinger to magnitude(self.positionX-touch1X,self.posiitonY-touch1Y) -
Touch and Drag question
by scitunes ·True, that will be a problem. What about using the above method, but put a change attribute in the otherwise of the touch is pressed rule to change the drag to a really high number. That may slow it w -
Activate actor changing attribute
by mrtopz ·I have a scene where all the images are loaded (touch to begin, 1 player / 2 players, Game name, Background). When I touch the "touch to begin" image I have set it to be destroyed an -
Top down question
by scitunes ·or create a game angle attribute (game.Angle) -
How to create an actor insensitive to gravity ?
by AfterBurnett ·Have a move attribute that counteracts the gravity. So if gravity is 300, have a move up at 300. That should work. -
How to create an actor insensitive to gravity ?
by touchcream ·I've gravity in my scene, usually when I don't want an actor to be sensitive to gravity i set "movable' attribute to false. But for this actor, I want him to move without being affected by gr -
Another "random spawn" question
by Sparkyidr ·in-fact, just noticed.. It's not reading the attribute value in realtime.. just whatever it is initially set to manually before I run.