-
Change attribute bug ?
by Armelline ·In all seriousness, I'm curious as to why @jamie_c's suggestion of using a constrain attribute isn't any use. In practice it's doing the exact same thing in exactly the same way. Maybe I missed your e -
Adding an Ammo Counter
by tatiang ·On a Mac, you can use an Index attribute to keep the value greater than or equal to zero. On either platform, you can use the max() function which returns the larger of two values. Let's say you hav -
Unable to change names
by Carol Carter ·box appears is when I click + then text in the attribute section. In there I can type into the box. I have uninstalled and reinstalled and I have also tried using someone elses half built program. -
changing an integer attribute with a constrained actors motion!
by skipnice ·i have actorBEE's x position constrained to the mouse. i want to change Attribute integer Motion to 1 when actorBEE is moving left.change Attribute integer Motion to 2 when actorBEE is still. and Attr -
UNconstrain Attribute
by skipnice ·ohhh so make the constrain to mouse only when its less than 3!!! nicee thanks home slice! -
Someone please tell ma how to make my shop work
by bjandthekatz ·What do you mean give the character the item? If you buy something in the template it will add 1 to the items attribute. -
UNconstrain Attribute
by zweg25 ·make a rule in the actor that say when endgame < 3: constrain position to mouse, otherwise: move to wherever -
UNconstrain Attribute
by skipnice ·i have an integer called ENDGAME set to count the collisions of actors. my actor's self position x is constrained to the mouse. when endgame hits 3 i want to have my actor move off screen but because -
Change attribute bug ?
by Socks ·(Quote) -
Change attribute bug ?
by Socks ·I think that's one of the first workarounds I tried, to move the target size into an attribute, it still suffered the same problem if I remember correctly (?) . . . . but thanks for the input, apprec -
Change attribute bug ?
by RThurman ·Change Attribute: self.goal To: 300Interpolate: self.size.Width To: self.goalWhen self.size.Width > 299.5 Change Attribute: self.goal To: 100 -
constrainning a number in Tables
by ohshoe ·Hi I am trying to make a score system in a table and i don't want it to go over 50 but I can't figure out how to constrain the number.. -
constrain a real attribute with MIN and MAX
by colander ·If you want to keep an attributes value between a min and max use Constrain Attribute like this, myTime to min(max(myTime,0),210). -
constrain a real attribute with MIN and MAX
by MattButlerStudios ·I have a real attribute that is my time. I need it to only go from 1 to 3.30 seconds. How can I do this? When it hits zero it resets to 10 even though the attribute value is set at 5. -
Change attribute bug ?
by Socks ·(Quote) -
Change attribute bug ?
by natzuur ·A way around it is to put a timer with 0.0 run to completion on the change attribute. This is how i've worked around these issues for a while. My theory is that interpolate is working to a number by -
Actor stops moving after collision
by mxs2649 ·"I am moving a rectangle actor diagonally on the screen within a limited y value, it moves only when a "moved" attribute is false. As soon as my other circle actor touches r -
Crash after "change scene"
by Rohal ·I have a rule checking for player's health. If player health reaches zero or below the bolean attribute "Dead" got true and i want to change to my "Game over" scene -
I need help using custom font down to milliseconds
by MattButlerStudios ·I want to display my custom font with three numbers EX: 3:33. This is displaying seconds:millisecond millisecond. How can I do this? Could someone please give me the code to put in with my constrain t -
Intelligent A.I. Path Finding with GameSalad. Has anyone ever created an A* style path finder setup?
by StormyStudio ·Latest A* Pathfinding video.