-
Paddle "game.mouse.position.X" problem!!!
by RThurman ·In the Ball actor, under the "Note" there is a Change Attribute behavior. Modify it to: -
How to make an actor grow until it hits something
by jad ·# change attribute "move" to "1" # -
How to make an actor grow until it hits something
by RThurman ·you will need an attribute called 'growMe' (or whatever) -
how do you change the speed of an attribute constrain?
by JohnPapiomitis ·make a real attribute called actorVelocity -
how do you change the speed of an attribute constrain?
by JohnPapiomitis ·constrain self position x to actor1.position.x-40 -
how do you change the speed of an attribute constrain?
by 1UpGamestudio ·I put the string in the second actor: constrain attribute (self.position.X) to (game.AIActor1) but by doing so the second player moves as fast as the first. -
Tell if actor is moving.
by JohnPapiomitis ·its not working because you cant change the moveable attribute in game -
Tell if actor is moving.
by Braydon_SFX ·Rule: When attribute self. linear velocity x is 0 and when linear velocity y is 0: -
Game Reset Question
by harlin36 ·I have a button to reset my game which I have set all the attributes back to zero. But when it -
Problem Changing Scene with score attribute
by butterbean ·@tinmouse: Make sure you're resetting all your attributes after the player reaches the goal. So if you have a rule that says, if ball overlaps with goal, change goal = 1, go to next scene, make sure y -
Problem Changing Scene with score attribute
by tinmouse77 ·I have an attribute called "goal", when the ball goes into the goal, I set the attribute to 1, if the attribute is = 1 then I goto next scene. but it's not working after the 2nd sce -
Discoloration with animations
by svn ·2. On the left side of the Actor Editor, there is a list of attributes. Click on Color. -
On Start Instructions and Affecting Actors...
by delorianhayze ·1.) Is there a way to have "on level start" instructions. Meaning, something like, "At beginning of level set attributes x and y to 1. Set Attribute score to 001." -
Save attribute test?
by GuaveMedia ·I tested tshirtbooths score save attribute template and of course it worked, but in my -
Save attribute test?
by GuaveMedia ·In each level I have two attributes, levelstars and level complete. When levelstars = 3, level complete is set to true. -
Anyone know where I can purchase a gun template?
by 0belisk ·i would imagine you could go about just spawning the muzzle flare, and using an interpolate attribute to reduce the colour.alpha to 0 then return it to normal really fast, add in some sound effects an -
Touch to change (simple stuff that I cant figure out)
by JohnPapiomitis ·have a attribute called selectedColor -
Game scores not an option?
by JohnPapiomitis ·you have to make the attribute yourself. In your scene youll see a attributes tab next to the actors tab, click the attribute tab and click the plus sign at the bottom to make a new attribute. -
Overworld possible?
by natzuur ·You could also create a game attribute to control your character on the map. Such as a real attribute and name it "move to", and create something like a place to touch on a road wher -
Game scores not an option?
by KJGamez ·Hi, in two games, "Alien Conquerors" and "Cannon Physics" I cannot find any attribute list that allows me to add scores to the game. Tried adding it to any actor, b