-
how can i drag many actors in same time
by scitunes ·you'll need to constrain some game attributes to the x and y of one actor and then constrain the x and y of the other actor to those game attributes. -
Some help on an Attract/Repel attribute
by scitunes ·Create some game attributes: -
Unlock an actor when 1 minute has passed
by Cabaco ·Ball Unlock is what type of attribute? -
Unlock an actor when 1 minute has passed
by jonmulcahy ·put in actor in the level that is called timer, create an attribute called gameTime and ballUnlock. -
Gamesalad is very frustrating - Complex scene :((
by StormyStudio ·Try adding some timers. As sometimes game salad actually works too fast and calculates something before another rule has change an attribute to what it should be etc etc. -
Some help on an Attract/Repel attribute
by JeppeTarp ·Hey, so I'm busy creating my first game, graphics are pretty much done. Now I've encountered a few problems, as I'm not yet great at programming with GS. -
A question about, scrolling platformers with parallax
by SquareHeart ·create two new [real] attributes to the actor - start.X and start.Y -
On a stick
by Asymptoteell ·Constrain a game attribut to the sticks rotation, and use that game attribute. -
Question About Save/Load Attributes TShirtBooth Template
by AppFueled ·It's actually not a video. It's the downloadable file called "HOW TO save many scores with 1 attribute" created on Nov 20, 2010. -
**HELP PLEASE**
by sparkzilla ·Change Attribute self.PuckSpeed to self.ballspeed + 10 <--change number to speed you'd like -
I really need help... 2 actors on the same place. How to touch only one?
by Asymptoteell ·on both, if touch is pressed, change an attribute to true. In your rules, make it so if both are true, have the bottom one do nothing. -
On a stick
by Asymptoteell ·you can just constrain the box's x position to the sticks position x * cos(stick's rotation) and the y to stick's y position * sin(stick's rotation) -
I really need help... 2 actors on the same place. How to touch only one?
by Chaser ·Maybe try an attribute or a disabling of one actors touch when it is overlapping the other -
*HELP* Drag Actor To Follow My Finger Trail + Stop
by scitunes ·1) Look in the marketplace section at the top of the forum page. There is a flight control demo that looks pretty good. I would think that you could accomplish the stop feature by having an attribute -
Change Speed ... "Seemlessly"
by DrGlickert ·I tried doing a simple "Change Attribute self.motion.max speed to 300, but something has to "push" the ball to get it to that speed. -
Question About Save/Load Attributes TShirtBooth Template
by AppFueled ·Hey everyone. There is something about Load/Save Attributes I am not getting. I am using TShirtBooths "How to Save Many Scores with 1 attribute" demo for those who are familiar with -
Changing The "Part" of the Scene Shown
by osucowboy18 ·each screen in that scene? I know there is an attribute somewhere that I need to change/update, but I'm not sure which one it is. Note that I am NOT trying to create a slide to to touch menu system -
How to use Interpolate to move actors?
by mynameisace ·I do it this was too... On a character that the user controls, I use linear velocity. Other non playable characters and things like zooming and other attribute changing, I'll use interpolate.MotherHoo -
Double Tap and Drag
by JohnPapiomitis ·Make a interget attribute called tap count. -
Help with "Movable" attribute?
by wvonbernuth ·My game has platforms which scroll up from the bottom and items (boxes, balls, etc.) which fall from the top. The intention is when the items falling from the top hit the platforms, the items will e…