-
unofficial game salad text book?
by frario ·I don't know but I can tell you how I did: I did a pseudo-boolean attribute needed to be true, together with mouse button pressure, for the base-layer buttons to work. When the new layer pops out, it -
Limiting Actors Behaviors
by firemaplegames ·Make a global boolean game attribute called something like "busy". Set it initially to false. -
little car possible
by tollhousestudio ·Just wondering if I constrain a rectangle between two wheels would they be able to spin freely? or would they just be jammed to the rectangle? -
How to make actor to keep rotating
by gyroscope ·Hi Falcon80; although the Interpolate behaviour is excellent and useful for many things, it sounds like, in this instance, that you're complicating the Rules unecessarily. By the sound of what you wan -
How to make actor to keep rotating
by Falcon80 ·OK. I found out how to do it. I should interpolate the rotation attribute from 0 to 360 and set a rule to start the interpolation when rotation = 0. -
How to make actor to keep rotating
by Falcon80 ·How can i achieve this effect? I tried to use interpolate on the actor's rotation attribute but it will only rotate it for one cycle (0 - 359). -
creating a counter
by JohnPapiomitis ·To see if its changing the attribute or not You can make make a plain actor drag the display text behavior and choose attribute self.counter to be displayed. Then drag it in your scene and preview so -
creating a counter
by mcmunchly ·I tried making an actor and giving it an integer attribute called counter and setting to 10. -
Play Against Computer Player
by JohnPapiomitis ·You make a real attribute call it player paddlex. Constrain that attribute to the position of your paddle onscreen. Then in the computer paddle actor you constrain self position x to player paddle x. -
Get a grip
by simo103 ·Also ... perhaps if you are controlling the moving actor you will need to turn off that attribute if you then direct it to move along and off the platform. -
Get a grip
by simo103 ·its linear velocity X to an attribute and then I constrained the following actors self.linear.velocityX to that attribute. -
bug with gamesalad and iOS4
by gyroscope ·Whoops: in the first Otherwise section, you can delete "Change Attribute game.Playing to true". -
bug with gamesalad and iOS4
by galban ·change attribute Game.SoundOFF to false -
How do I make my Character Shoot?
by gyroscope ·to stop this if you need to, make a game boolean attribute called NoFire, for instance. Added to the When Touch is pressed Rule, put when game.Nofire is true, making sure All conditions are valid is -
Magnitude help?
by JackBQuick ·What scitunes wrote is true: too many constraints will cause you problems. You may want to investigate his suggestion:scitunes said: -
Alligator Food Now in the App Store! FREE
by xarmian ·I had that problem too.. I ended up creating several attributes to "track" whether the high score was processed. Here's a rundown of how it works: -
Is a pause behavior really necessary?
by xarmian ·I wrote in a pause functionality into my games by creating a pause attribute and wrapping any actors that need to pause in a rule that the pause attribute has to be false for their movement to work (o -
Timers not working right. App Rejected. Please help
by tenrdrmer ·I am trying interpolate with an "ease in" to the change and then triggering the scene changed based on the attribute. It seems to be working on the preview I've got 25 more buttons t -
Particle problem...
by gyroscope ·Hang on, get what you mean now; if it's done quickly. A workaround would be to have a boolean attribute called, perhaps, PartSwitch. -
Shooter with no spawning bullets.
by gazjm ·I started making a shark shooter game a few months ago, which I've kind of lost my way with, but I had a similar setup on that, didn't spawn just had 8 bullets and an attribute to cycle through, when