-
Questions from newcomer
-
Questions from newcomer
by simo103 ·won't effect the fall rate. They relate to collisions. Restitution will give you a bounce (zero turns off bounce ... I think 1 gives you a even bounce back up from your fall height 0.something will s -
Change Level When 3 Actors have been touched?
by YouKnowMe ·Global Attribute: Touched -
Change Level When 3 Actors have been touched?
by mynameisace ·You could make an integer attribute that counts +1 every time one is destroyed then when attribute = 3 change attribute back to 0 then change scene? -
Sound won't play on GS Viewer, OK on GS Preview
by CodeMonkey ·Do you happen to have any broken attribute references? It could be the same cause of error like in this thread -
Need some help with an Expression
by TouchTiltGames ·Constrain: -
Change Image of an actor when pressing ANOTHER actor
by mynameisace ·Make an attribute called IMGChange or something and set it as a Boolean. -
Just stumped on GS Viewer - Game increases in size
by CodeMonkey ·Reset Scene to clear the extra image memory that gets added by using the Change Attribute on the image. -
Need Help with: Single Tap, Double Tap, and Drag
by JohnPapiomitis ·For tap 1 have when touch is released change tap 1 to 1, with a timer after it that says when tap 1=1 after .5 seconds change attribute tap 1 to 0 with run to completion checked. Then have when touch -
Need Help with: Single Tap, Double Tap, and Drag
by VoidedSky ·Hmmmmm, I don't think that this will work, because I need to be able to check that attribute in the game. -
Need Help with: Single Tap, Double Tap, and Drag
by JohnPapiomitis ·For double tap: Make 2 interger attributes tap 1 and tap 2, and set them to 0. Have when touch is pressed change attribute tap 1 to 1. Then have a timer with run to completion check after .5 seconds c -
Does the "Display text" Attribute support retina?
by YouKnowMe ·What the title says =D -
Need Help with: Single Tap, Double Tap, and Drag
by VoidedSky ·When touch is held on, it would constrain to the touch position. -
ram disk utility pro
by calvin9403 ·Make a new attribute over and over again 1 right ofter the other (dont name them just make them. How many can you get -
A question...
by calvin9403 ·you can create a game boolean attribute we'll call it destroyspeed -
A question...
by tenrdrmer ·you can create a game boolean attribute we'll call it destroyspeed -
Little help
by gffierro ·I want to know how to create this emitter if possible that will act with collisions. -
A question...
by blastfactor ·for the health thing, when your in the actor, add an attribute on the left side, name it Health and make it an Integer. set the number to 2 -
Tried over and over and can get it rigth...
by azavega ·Hi guys... I'm trying to make my principal actor collide with ramps and stuff the right way so I tried to put invisible mini actor around him to make the collision so he look like he is colliding in -
Edit actor screen glitch
by tenrdrmer ·Just outta curiosity did you happen to save a custom behavior that contained a rule accessing a scene attribute.