-
Changing color with speed
by 8x8n8 ·Attribute self.linearvelocity.X < 500 -
Game Storyline Display
-
Particles Behind Actor?
-
Particles Behind Actor?
by gyroscope ·Hi 11clock, paticles can't be put behind the actor that's using the particles behavior. So a workaround is to have an actor as your image over the top, with constrain x and y to particles actor used i -
How to make actor stay center on screen?
by jb15 ·Or, insstead of using two constrain attributes, use the camera behavior. You can change the camera settings in the scene > attributes pane. -
How to make actor stay center on screen?
by scitunes ·or unlock the ship after dragging it into the scene. Then you can constrain the camera.origin to the ship like this: -
Writing Attributes
by gariantroll ·I started typing in the attributes in the attribute fields and I unfortunately learned that GS doesn't save when you write in your attributes. I started writing in my attributes was I had so many at -
Fonts
by old_kipper ·number and incrementing the offset in the actors attribute that does the counting, you had an actor for each number across the count. If you don't have the project merge tool I suggest that you start -
Pause works great When using the viewer on the computer but not on the device
by jonmulcahy ·Check your pause scene logic, sounds like bad code somewhere, a missing attribute or something. The computer viewer can handle that stuff, the device cant -
Question: Bounce and Move
by BrynjeBamsen ·First constrain self.motion.x = 0 -
make a object move in a figure 8 motion?
by old_kipper ·It uses 2 change attributes (not in rules so they only act once at the launch) to put the start position into a pair of self integer attributes (x and y) and the does 60 pixel block offsets every seco -
Completion Scene ( Next Button problems )
by gyroscope ·Hi astrom0; if I understand correctly, the following straightforward way should work with no problem: Just make sure all your scenes are in the order you want them on the Home page, rearranging them b -
Help With Arrow Game
by BrynjeBamsen ·Put in 2 change attribute behaviors within the rule -
Completion Scene ( Next Button problems )
by SkyMaple ·Like say your on level 2 and you just completed it. Have a global attribute and call it something like "what level". Then when your completion scene gets triggered say, change &q -
Problems with resetting actor
by RedlerTech ·Welcome! Try constrain self.rotation to 0 & constrain self.position.x to self.position.x and the same for Y. Did that work? Also, if instead of using the rotate behavior you are playing an ani -
Touch through actor help
by tenrdrmer ·Well I would make a boolean game attribute called touchallowed -
Problems with resetting actor
by nashmusic ·velocity to 0, nothing, rotation to 0, nothing, Constrain Attribute Move linear X to 0, nothing, Constrain Attribute Linear Y to 0, nothing. I just want that on each level, the ball stops moving and -
Is there a way to deactivate physic collisions using rules?
by kapser ·I'm re-coding every actors of my game to be able to make custom scene reset. Everything is working fine yet but collisions. -
tshirtbooth orbit around point
by VGX ·GameSalad is not that tough once you now the basics. and from the looks of things you don't know the basics. going back into your your new actor to reference the correct attribute is a given. the foru -
Ball Pipes Physics Please Help me Out
by scitunes ·Constrain the pipe's x and y to game level attributes (game.pipeX and game.pipeY)