GameSalad Forums GameSalad Forums
Categories
Discussions
Dashboard
Sign In · Register
Sign In · Register
Categories
Discussions
Dashboard
Sign In · Register
Home › Search
  1. Changing attribute values before entering particular level

    gyroscope
    by gyroscope · June 2010
    Hi, I'm still working through examples, tests, experiments, etc; but for interest, have decided to narrow these down to be relevant to a specific first game app i'll be making. I guess it's best to s…
  2. Maths trouble..

    gyroscope
    by gyroscope · June 2010
    Hi nightleaf (nice name!): That's doable (as long as game.level = an integer or real number, as I'm sure they do), and then I guess the result goes into another new attribute, called result for instan
  3. Maths trouble..

    nightleaf
    by nightleaf · June 2010
    Is this doable or not? Because the attribute I'm constraining this to has a Display Text behaviour that should be causing it to display the result of this equation, but it shows nothing.
  4. Save medals and unlocked rooms

    gyroscope
    by gyroscope · June 2010
    I would make an integer attribute called MedalValue.
  5. Save medals and unlocked rooms

    quantumsheep
    by quantumsheep · June 2010
    Other variables would be whether or not you've bronze, silver or gold awards (boolean attributes); whether or not a room is locked, whether or not an item has been picked up, etc.
  6. Save medals and unlocked rooms

    gyroscope
    by gyroscope · June 2010
    Basically, you'd set up all of your variables as game attributes. These would be updated as the game is played, e.g WhatLevel would be updated when moving to another level with WhatLevel=WhatLevel+1 (
  7. Save medals and unlocked rooms

    beefy_clyro
    by beefy_clyro · June 2010
    For each attribute you use to determine if something is locked or not you'll need to save it and then load it upon enetering your unlocks page. One thing i guess you could try and expermient with is h
  8. How to find the speed of an actor?

    gyroscope
    by gyroscope · June 2010
    moment by moment. So, you'd need an integer attribute, called SpeedAtThisMoment perhaps, which would be updated regularly with a timer. (how you'd do that, I'm not sure yet; perhaps another Forum mem
  9. Simultaneous Rotate, Move To, fade in Alpha

    quantumsheep
    by quantumsheep · June 2010
    Interpolate attribute: self.wealth
  10. Removing an actor

    gyroscope
    by gyroscope · June 2010
    In the Rules after your player dies, i.e is destroyed, I assumed that using a Change Attribute to set Visible to false of lives actor would have done the trick. But it doesn't for some reason. Until a
  11. making my actor jump?

    Kamazar
    by Kamazar · June 2010
    Create a game attribute called jump. (integer)
  12. Sticky Controls

    MightyBoosh
    by MightyBoosh · June 2010
    I would create a rule with an attribute for each button which reads something like when touch is pressed make button 1 attribute true. Otherwise button 1 attribute is false
  13. "not equal to" for text ?

    gyroscope
    by gyroscope · June 2010
    You could p'raps try the following: for each text attribute you have, make a new integer attribute, with values ranging from 1 to the number of text items. Then when the user chooses the text and drag
  14. "not equal to" for text ?

    bladeolson
    by bladeolson · June 2010
    I have a rule for using a spawned object that has a text attribute assigned to it. If that object is dragged over interaction actors it will allow an interaction. I want to all the interaction to happ
  15. Cannon Rotating to Position and Point of Rotation

    Kamazar
    by Kamazar · June 2010
    1) So I have a cannon, and when I touch a point above it, I want it to rotate to that point. I set up a "rotate to position attribute" and plugged in the mouse's X and Y position, bu
  16. Make your own Timer >How To

    BarkBarkCo
    by BarkBarkCo · June 2010
    I guess it just depends whether swapping a bunch of timers for the same number of local attributes and a "change attribute" behavior is lighter on the processor.
  17. Make your own Timer >How To

    JamJarRiot
    by JamJarRiot · June 2010
    (GC) dummy actor is good for this. Two attributes are needed, TimeCount and TimeLimit. I have these as Integers but for fractional Timers (ie half a second) you can use a Real number.
  18. Matching game - when 2 cards don't match - flip back - err how

    Stormtrix
    by Stormtrix · June 2010
    Do i need a boolean attribute for every card? or just one game one and one self one on actor.
  19. making my actor jump?

    iDeveloperz
    by iDeveloperz · June 2010
    Create a game attribute called jump. (integer)
  20. Are we ok to build our own timers ?

    JamJarRiot
    by JamJarRiot · June 2010
    Bark, I have a very simple Timer that you can set to any No of seconds which doesn't use a Constrain and takes up just a single rule (Two rules if you'd like a 2nd Timer triggered from the first). Let
Previous Next

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with GameSalad

Sign In Register

© Vanilla Keystone Theme 2026

Powered By Vanilla