-
Windows bug? Can't adjust camera tracking area.
by NettekovenGames ·For now can you use a Change Attribute at the start of the scene to set those values? -
How to end game (race) when actor crosses finish line?
by tatiang ·Here, try this... for the rule you mentioned (below), add a behavior to the Otherwise section that says Constrain Attribute game.raceTime to self.Time-self.startTime. -
How to end game (race) when actor crosses finish line?
by britto24 ·Attribute: scene.Background.car.startTime > 0 -
How to end game (race) when actor crosses finish line?
by britto24 ·Event: overlaps or collides with finishLine (I will change this to when attribute self.position.x >= the actual x value of the finish line) -
How to end game (race) when actor crosses finish line?
by tatiang ·What happens if you change the rule from a collision rule to a When attribute self.position.x (or y) >= [the actual x value of the finish line]? Again, I'm not sure what your race track looks -
How to end game (race) when actor crosses finish line?
by britto24 ·Attribute: scene.Background.car.startTime > 0 -
making actors colision volume smaller than actor
by tatiang ·The only way to make a collision area smaller than the actual actor's size is to constrain another actor to that actor's position and make all of your collide rules dependent on the smaller " -
Move To, Accelerate Toward Help
by sawkastee ·Change Attribute -
combo scoring
by youdvdk ·maybe put a timer and change attribute behaviour in otherwise, and set that to something like timer- after __ seconds change attribute game.score to game.score+0. -
How to end game (race) when actor crosses finish line?
by britto24 ·gameAttribute: raceTime -
Windows bug? Can't adjust camera tracking area.
by tatiang ·For now can you use a Change Attribute at the start of the scene to set those values? -
Making a drag option / making a ramp - HElp! can't explain =P
by stackpoole ·to make a line/strip as a ramp … change its Rotation attribute -
Timer ignore Rule - Thoughts?
by tatiang ·--->Change attribute game.createNew to false -
Newbie need help on project
by tatiang ·Change attribute self.color, and change the color to what you need. -
Adding a Rule to a Group, or a Rule within a Rule - Odd Workflow
by MotherHoose ·hint: click and drag that little indented dot above the AttributesPane on the Left -
Alternating Pause Screen
by MotherHoose ·gameAttribute … lastImage … index type -
Alternating Pause Screen
by beefy_clyro ·Yup create an attribute that on pressing the pause button changes to a random number. Then on the background image of the pause screen have a rule; -
Newbie need help on project
by Cluv ·Change attribute self.color, and change the color to what you need. -
black screen when publishing to arcade
by jonmulcahy ·probably bad code. black screens usually appear when you have a missing attribute or a broken rule -
How to flip an actor?
by kielhanson ·Select the cards width attribute from the drop down in the expression editor.