-
Interested in a Canabalt like template?
by AjBlue ·hachiko, can i suggest adding a * 10 to the score attribute and adding an interpolate to the time so it counts up quickly, giving more of a satisfied score -
gamesalad have a "comment out"?
by StormyStudio ·only way to do it at the moment is to create a game attribute, call it something like 'test' make it = 0 -
Actor won't touch ground when gravity is flipped
by Frazzle ·Well, i'm changing the rotation attribute to 180 if that's what you mean. -
vectorToAngle issues
by RH ·Both are constrain, the top one is self.angle2 and the bottom is the angle I highlighted in the image above. -
vectorToAngle issues
by RH ·constrain self.angle to: (vectorToAngle(( game.X - self.Position.X ),( game.Y - self.Position.Y ))) - self.rotation -
Thankyou GameSalad and the forum for a great year...
by Jel ·- Change Attribute = Make New Baby and see if that once cries too -
how to make a simple timer?
by forklift ·Game attribute (integer) = Timer -
Thankyou GameSalad and the forum for a great year...
by xyloFUN ·- Change Attribute = Make New Baby and see if that once cries too -
Thankyou GameSalad and the forum for a great year...
by Jel ·- Change Attribute = keep working on my gs game OR stop and feed baby ? -
Saving game, game app closed, resume
by eemachala ·You mean just setting attribute for which level player is on right? since my works like areas they can move back and forth from like doors instead of levels that must be completed. -
Problem with interpolate width and height & 'overlaps or collides'
by RH ·So it seems that after I have interpolated the attributes self.size.width and self.size.height the actor no longer recognises when it is overlapping or colliding with another or other actors don't rec -
How to Reset ALL Attributes before re-entering scene
by JoeMeister ·Makes sense. But when do I do this. While in scene the actors life attribute is set to 3. -
how to reset all attributes to its defaults
by jonmulcahy ·I just reset everything manually, I have a hidden actor called reset that I put a rule that says when reset is tru change attribute to default value, repeat for each attribute that you want. Then on t -
How to Reset ALL Attributes before re-entering scene
by JoeMeister ·What is the best way to reset all attributes before re-entering a scene. -
Need help with Photoshop!!!
by simo103 ·More tricky if your triangle moves as you will need to constrain each pyramid piece to the triangles position so they move with it. Can be done but a little more work. -
enemy chase player only when player is near?
by UtopianGames ·You need a real attribute game.distance or whatever you want to call it. -
Can you make one actor Wrap, rather than the whole scene.
by JamesNoble ·Normally I would check 'Wrap Y' in the scene attributes, but because I am spawning other cars at the top of the scene which need to be destroyed at the bottom of the screen, this won't work... (If th -
String Manipulation
by ulmedas ·the only place I know to make a persistant string is as an actor attribute. I seems like there is a way to concatenate strings using ".." -
spawning
by tenrdrmer ·yes you can control how and where it spawns. You will just have to have a game attribute constrained to your player position. so you can tell it to spawn 50 px ahead of that position. -
self.Facingright ?
by Asymptoteell ·In your actor, below the Attributes, there is a + and - sign.