-
BAll goes slower after colliding with monster, PLEASE HELP! URGENT!
-
Problem with reseting a timer
by GuaveMedia ·is it because I am using an real attribute? -
Problem with reseting a timer
by GuaveMedia ·I did a timer running down with the behavior constrain attribute (index 10). -
Please, NEED SOME HELP !!
by GuaveMedia ·To move the gates I would use Interpolate self position Y. And then just create an attribute saying, when actor collides with button change attribute to 1, otherwise to 0. And then in the gate just sa -
Clock running down
by GuaveMedia ·Just a question, what am I doing wrong when I have a reset button, and I press this button I want the scene to be reseted. So I said when touch is pressed reset scene and change attribute time to 10 a -
Clock running down
by Rumi ·Use the floor or ceil function. in the display text, open up the expression editor and type ceil(game.attribute) Ceil rounds up to the nearest whole while floor rounds down -
Clock running down
by Rumi ·There is a way. Create an attribute that is a real type. set it to 10 and create a rule: Interpolate attribute to 0 in 10 seconds. Then have it display that real attribute. -
Clock running down
by GuaveMedia ·I made an actor and an Attribute (index 10). And in my actor I said constrain attribute to self.timer -
Highscore Saving Problem
by 0belisk ·Load attribute -
Collide while drag? Any luck yet?
by Hapiapps ·A few months ago, while I was working on a project I was told that an actor which you are dragging cannot collide with anything else even with the collide attribute. I am trying to finish it up and is -
Tshirtbooth onscreen control help with your template
by JohnPapiomitis ·so your asking the same rotation constrain question again... -
Animate problem in relation with attribute
by GuaveMedia ·I have 2 actors, and when Actor 1 collides with Actor 2, the attribute collide is set to 1. When attribute collide=1 I want to display a text, works fine. -
accelerometer problem
by old_kipper ·I would try a lot of different settings and you might try downloading one of the demos in the editor that give number readings as you play with the device. There is one called 'AccelTester22' which I -
Failure depending on attribute?
by 0belisk ·change attribute: -
Failure depending on attribute?
by GuaveMedia ·When I pressed a button for next scene my scene was always reseted or most of the time. I turned alpha colour off and said when attribute collect stars = 3, change alpha to 1, then my button for next -
why when mouse is pressed inside actors moves down?
by guilleface ·constrain self position x to mouse positions x -
Attribute Problem // Last problem in my app....Please help me
by GuaveMedia ·when collides with stars, change attribute star collect to star collect+1. -
Highscore Saving Problem
by 0belisk ·but for some reason everytime its still displaying the highscore as 0. i am saving the attribute and loading it, yet still get this, any ideas? is there something else im supposed to be doing when mak -
sous chiefs, can game salad even handle this?!
-
How to save and load a non-attribute?
by 0belisk ·i fixed it by making a global attribute instead of a self attribute.