-
Change attribute : image to a filename - works in creator, not in viewer
by Sparkyidr ·Hey guys. -
Spawn Actor with the same speed as the other actor
by JohnPapiomitis ·in the 2nd portal have to change attribute behaviors -
Bug? Touches are being remembered
by Gannuscio ·Touches being made in my game are being remembered and are causing a problem when I change an attribute later on in the game. -
carry an object with another?
-
calculate the direction of collision. help!!!
by SkyMaple ·Make two global real attributes Called "X" and "Y" -
Help with BIRD flight controls!
by SkyMaple ·Add a new global attribute called "Direction" (integer) -
Help with BIRD flight controls!
by scitunes ·1) create a self boolean attribute (call it self.Dive) -
Keeping Score
by mkfoster ·There's no timer or anything, but it's just not keeping score accurately when collisions happen in real time. strange. -
Keeping Score
by mkfoster ·There's no timer or anything, but it's just not keeping score accurately when collisions happen in real time. strange. -
Keeping Score
by mkfoster ·I've created an attribute and an actor in order to keep score during a game. Once there's a collision the score is added by 20. It's working, but it's also lagging. So when a collision happens it d -
Another way to resize ??
by JamieOneil ·change attribute > self size x - ???? -
help with the typography of the score and something else!! PLEASE
by old_kipper ·2). Create an actor for number of digits displayed, with 0 to 9 as graphic images dependant on an game attribute fed by the score. -
calculate the direction of collision. help!!!
by imbrendino ·Id simply constrain actors to the sides of the rectangular shape. Then when those actors get hit, you got ur answer! -
Another way to resize ??
by ozboybrian ·change attribute > self size x - ???? -
Change Atrribute: Current Scene. I don't see Current Scene? How do you see that?
by scitunes ·If darren's template has game.currentscene it is becuase in the game attributes list he clicked the "+" button and created an attribute called "currentscene" -
Change Atrribute: Current Scene. I don't see Current Scene? How do you see that?
by ozboybrian ·I've got a templates from Deep Blue apps that have "Current Scene" in the Change Attribute options but that doesn't appear in any new games I make???? Rather strange... -
Object collision problems
by micksolo ·change attribute No of Hoops to No of Hoops + 1. -
Question about touching (changing image, like buttons)
by Asymptoteell ·In the one you touch: When touch is pressed on one, change a game attribute to 1. -
Kill the accelerometer!
by devjohnson ·I actually have something like this in one of my new games. I set up a rule that when actor is touched, I set an attribute, touched = true. I have another rule that says once touched = true the acto -
Kill the accelerometer!
by mangaroo ·i have not used the controls before but i would create a rule and have it triggered by the overlaps or collides u wanted. inside that rule put when attribute triggered = false [ insert all your accele