GameSalad Forums GameSalad Forums
Categories
Discussions
Dashboard
Sign In · Register
Sign In · Register
Categories
Discussions
Dashboard
Sign In · Register
Home › Search
  1. How can i constrain the rotation of a switch?

    TheFloatingSofa
    by TheFloatingSofa · June 2012
    i have the rotation constrained to touch x so when i slide my finger it rotates. i just want it limited to rotate between 0 and 180.
  2. constrain rotation?

    RThurman
    by RThurman · June 2012
    Constrain Attribute: self.Rotation To: min(150,max(60,vectorToAngle( game.Mouse.Position.X - self.Position.X , game.Mouse.Position.Y - self.Position.Y )))
  3. constrain rotation?

    master200012
    by master200012 · June 2012
    You'd have to set up an equation of some sort. You can't simply "constrain attribute to anywhere between 60-150." It's restrictive, I know, but there has to be some constraining attr
  4. How do I create a CPU actor that attacks another actor?

    Fredrik Bixo
    by Fredrik Bixo · June 2012
    Change attribute selfposition X to GamePlayerX and Selfposition Y to GamePlayerY
  5. Question about "Constrain Attribute"

    chelsea8
    by chelsea8 · June 2012
    . When i have to Constrain Attribute i get a different menu with only the Constrain and to, to fill in what numbers should i put in. also i cannot add my attributes to my slider.
  6. Problem with countdown timer

    blito
    by blito · June 2012
    I´m a newbie..So what kind of attribute and how do you add a second every second?
  7. Restart Coin Issue HELP&THANKS

    The_Gamesalad_Guru
    by The_Gamesalad_Guru · June 2012
    You need to move the change attribute restart to true above the reset scene in the restart actor rule. Remember the code is executed in order so the scene resets before the attribute is changed. This
  8. constrain rotation?

    diegocs
    by diegocs · June 2012
    can i constrain actors rotation lets say between 60-150?
  9. iAds Question

    tenrdrmer
    by tenrdrmer · June 2012
    You can only have top or bottom of how the overall app is published. You are not able to switch orientations mid game for iADs so in short the answer is no you cant do that. You can however turn ads o
  10. Problem with countdown timer

    Hapiapps
    by Hapiapps · June 2012
    Instead of using the internal clock, use a new attribute for time and have a timer that adds 1 second every second after touch is pressed. Minutes and seconds are complicated.
  11. How do I create a CPU actor that attacks another actor?

    Fredrik Bixo
    by Fredrik Bixo · June 2012
    Change attribute selfposition X to GamePlayerX and Selfposition Y to GamePlayerY
  12. How do I create a CPU actor that attacks another actor?

    fadamion
    by fadamion · June 2012
    Add a global attribute called "help me" then when you attack tell 2nd actor to attack.
  13. is there a bug with save and load attribute on 9.3?

    kinzua
    by kinzua · June 2012
    Just check if you are using the right keywords at both the save and load attribute.. Best practices suggest that you copy/paste the keyword.. or make a table to keep them organized.
  14. Expression Editor Missing?

    lanmind
    by lanmind · June 2012
    I'd like to be able to add more to a statement after a attribute that was inserted into the expression editor when I selected it. It won't seem to let me though. I noticed in the Mac version when you
  15. Left & Right Movement

    RThurman
    by RThurman · June 2012
    Change Attribute: self.myStartX To: self.Position.X
  16. Left & Right Movement

    RThurman
    by RThurman · June 2012
    Give the actor two attributes (type = real) name them myStartX and myStartY. Then use two change attributes behaviors to record the starting position of each actor when the scene begins:
  17. Left & Right Movement

    gyroscope
    by gyroscope · June 2012
    Rule When attribute self.position.x = 100
  18. Left & Right Movement

    jmagness
    by jmagness · June 2012
    I tried making an attribute and changing it to the actors self.position x, but it doesn't seem to be working either?
  19. Playing a sound file at a certain spot

    gyroscope
    by gyroscope · June 2012
    Rule: When Attribute scene.Time =5 --- or whatever time in you want
  20. Sidescroller, Player and Enemies in lanes

    Hapiapps
    by Hapiapps · June 2012
    2. Lets say lane is 1 right now. When up arrow is pressed, change attribute lane to lane+1
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