-
How to make it so when I click/touch an object it's gone
by osucowboy18 ·Change Attribute: self(which is the actor's name).color.alpha to 0 -
Collision Detection and Spinning Actors
by monsterpunch ·Now if you want to calculate an actors position, add TWO attributes to the main Scene called like, positionX and positionY. Go the object, add two Constrain Attributes. The first Constrain attribute s -
Pause Button Problem (Please Help!)
by NicholasSeah ·Hi, how do you change the game.Shoot boolean attribute to either true or false? -
How to change attribute types
by JohnPapiomitis ·your gonna have to jsut delete it make the new attribute and go threw everywher it was switching it out with the new one. -
How to change attribute types
by Rumi ·Okay. I need some help. I want to change an attribute from a text atribute to a integer. I have no clue how to do this. I tried editing the xml but it didn't work. Can someone help me! -
Change Scene behavior doesn't work
by iKandy ·I used a boolean attribute for the over/under 30-60 seconds. -
Game Creation Log - Arch Fiery
-
how to get score from stopping to early
by taytay10 ·My game has an increasing score that has a goal to be met, but the problem is that the score is ending the level early? I have the attribute set to = 10 but it is stopping the level and moving to the -
Pause Button Problem (Please Help!)
by Brecken ·Try having an game.Shoot boolean attribute. -
How to have an actor follow another actor with rotation?
by aandi ·and when i get to the player x what do i do. if the global attribute is player x or player y -
How to have an actor follow another actor with rotation?
by aandi ·what do i type in because it is not global attribute -
Free Yourselves From The Tyranny of Center Only Rotations!
by RThurman ·Constrain Attribute: self.Position.X To: -
How to have an actor follow another actor with rotation?
by aandi ·how do you create an global attribute -
Draggin And A Actor HAving A Fit
by tenrdrmer ·Put the constrain in the otherwise of a touch is pressed rule. -
Draggin And A Actor HAving A Fit
by aandi ·how do you get an actor when pressed to stop an constrain attribute -
Need help with overlaps!
by v00d0 ·the attribute priorità is the attribute that should check if the actor that i click and destroy it without destroy the other one -
Actor speed
by IsabelleK ·Two Self Attributes: Speed 1 and Speed 2 -
Random even number?
by IsabelleK ·I want to create a change attribute behavior: change game.XXX to random(200,300), but I want the attribute to always be an even number (so: 200, 202, 204 etc.). Is there any way to do it? -
I about finished with my app what do you guys think of it.
by Mammoth ·The collisions don't work in hard. Also when I get destroyed I can still move the explosion. -
Animation issue...
by freon1200 ·you could always just change attribute to alpha 0 too if you dont need it to fade. that should be less taxing than interpolate, tho im no pro, so im not 100% sure on the taxing issue. if im wrong some