-
Game Creation Log - BOT
-
Path To The end Of The Screen
by RThurman ·use the drop down menu to access the 'game.GunX' attribute (or did you type it in)? -
my mouse click effects all the objects, not individuals. how do i isolate?
by gyroscope ·Hi, use an integer attribute set to the default zero; lets call it Grow. -
advice on recycling actors?
by gyroscope ·When attribute Attack is true -
How to use the accelerometer
by Sheldon392 ·Ok i have used the code ----- constrain attribute: self.rotation to vectorToAngle(devices.accelerometer.y,devices.accelerometer.x*1) -------- it works great accept the snowboarder comes sideways and w -
How to use the accelerometer
by Sheldon392 ·is that all in one constrain or two constrain attributes -
How to use the accelerometer
by JohnPapiomitis ·constrain self rotation to: vectorToAngle(device.accelerometer.y, device.accelerometer.x*1) -
Music isn't working
by IsabelleK ·Try changing the device volume attribute to 1 in your scene and including the rule play music when device volume = 1 -
Path To The end Of The Screen
by RThurman ·1) Make a new game attribute. Name it GunX. (Make its type 'real'.) -
Overlap and Collide Wont Work!? Frustrated...
by ORBZ ·Checking the magnitude is also a viable option depending on your needs, I would avoid using a constrain though for magnitude, every single time the thing moves the constraint will be dispatching an ev -
Giving Attributes a Fade Effect with their opacity
by ORBZ ·change attribute self.initTime = self.time -
advice on recycling actors?
by pjnolen ·towards player, etc. When it is set to false, i constrain the actor back offscreen, BUT it's still shooting and trying to move towards the player. -
Changing direction on moving actor in ellipse pattern
by JohnPapiomitis ·Make a new attribute. Call it "counter" and set it to type real. -
Changing direction on moving actor in ellipse pattern
by RThurman ·Make a new attribute. Call it "counter" and set it to type real. -
Music isn't working
by HoneyTribeStudios ·Try changing the device volume attribute to 1 in your scene and including the rule play music when device volume = 1 -
Does saving only work on iphone?
by illusionist ·does the keyword have to be an attribute or something special? -
Replace actor with another actor but spawn new one in center of 1st
by old_kipper ·velocity values through to it via scene or game attribute. The smoothness of the transition between the flipping of the two actors will have to be answered by experiment or someone else as I've had n -
Do Constrain Attributes work both ways?
by old_kipper ·Basically a variable is something that can change. By inserting an extra element to the constraint expression you can have it reference not only the x or y pos but something else you want to add/subtr -
Changing direction on moving actor in ellipse pattern
by BrynjeBamsen ·Contrain attribute -
Saving Scores
by nikstaa ·i have already put the save attribute behaivour in an actor... BUT im not sure if its correct