-
Image coming out as white box
by HoneyTribeStudios ·I have changed the code to make it easier though: change image to "MyImage"..attribute..".png" -
Particle Spawn
by DrGlickert ·You could make a self.attribute and a rule; -
Disable Movement when jumping
by DrGlickert ·Oh, make sure you put in an OTHERWISE; Constrain attribute self.positionX to game.playerX -
Disable Movement when jumping
by DrGlickert ·Constrain Attribute self.position.X to self.position.X -
flocking behaviour
by old_kipper ·putting the lead bird position to a pair of game attribute every second and interpolating the followers position to it in the following second with random offsets, but it is not great. The situation -
scrolling background IPAD
by Oxygen ·Attribute self.position.X < - self.Size.Width /2 -
Camera Rotate Help
by bluebyu25 ·My rule is as follows: when touch is pressed* change attribute*current scene, camera, rotation to 180 -
JDeGame's questions...
by calvin9403 ·Honestly you didn't know how to add an attribute or what a boolean was? it right here http://gamesalad.com/wiki/how_tos#basic_tasks -
Calculating an attribute name
by emphyrio ·Is there a way to calculate an attribute name ? -
Moving Platforms, and their collision
by UtopianGames ·Make a real self.attribute call it startX -
Camera Rotate Disabling Touch
by bluebyu25 ·My rule is as follows: when touch is pressed* change attribute*current scene, camera, rotation to 180 -
Moving Platforms, and their collision
by DrGlickert ·Create a Real game.attribute called PlatformY. -
Moving Platforms, and their collision
by TangoDownStudios ·So I create an object whos Y location is constrained to its initialY value. Good sofar. Oh wait... not good! The collision with the balls is now all jacked up! When the balls hit the platform it tends -
Question about changing the name of an attribute that gets saved.
by tenrdrmer ·I think if you change the key name of the attribute it will prob reset itself and setup your load attribute to pull the new key instead of the old. I had a game that I screwed up and forgot to reset t -
Question about changing the name of an attribute that gets saved.
by design219 ·The question is when you change the name of an attribute that is periodically saved, will it start saving and loading as a new attribute? The reason I'm not sure is that when you change an attributes -
Trying to save the best score is wrecking my head.
by tcla75 ·So I started with a save attribute where the score rule is set up -
JDeGame's questions...
by tenrdrmer ·Honestly you didn't know how to add an attribute or what a boolean was? it right here http://gamesalad.com/wiki/how_tos#basic_tasks -
Rotation!! :(
by iTouchGamer ·Of course. It seems in my background, which is in the first 2 scenes that were rotating, had a rotate attribute in it. Thus causing it to rotate lol. So check your actors if you're having rotation pro -
accelerometer problems
by gbh1935 ·I have tried out a couple of the accelerometer demos and have consistently been running into issues with collisions with walls of the object controlled with the accelerometer. I have disabled autorot -
touch actor problem,thanks a lot
by mynameisace ·When actor receives and event touch is pressed and attribute devices.mouse.position.x is equal or greater than self.position.x+1