-
Health System Question~Creating Age of War-Like Game for iPod Touch
by Danneman101 ·The "GL_Attack" attribute I was suggesting related to the player's attack, not the monsters. So there should be no problems there. -
How can I do password codes?
by StormyStudio ·create an attribute...with the password in. -
Random that doesn't repeat
by kkaramanian ·What I mean is that rather than triggering the change attribute on 0 sec. is there a way to trigger it on an event Like a change in game score - -
Random that doesn't repeat
by kkaramanian ·I have tried changing the random attribute when the same number is called (and has already been "pressed"). And it works fine at the beginning but when you get down to the last few n -
Best way to save info inside the app.
by SlickZero ·Use save and load attribute behaviors. Create an attribute for every thing you want saved, and save it at whatever appropriate times you need them saved at. It's a little time consuming, but no where -
★★★ Agro Birds iPhone + Promo Codes ★★★
by UtopianGames ·Yes same as the video except i didn't use constrain on the custom font, i used a new method that's a lot lighter using booleans. -
Best way to save info inside the app.
by bluebyu25 ·I use numbers as the save attribute names. It works well. -
Best way to save info inside the app.
by Manto ·I use numbers as the save attribute names. It works well. -
Make Actor Spawned Above Touch
by cbt ·I spawn a block and constrain it. Do not have a location for touch. Do I create that? -
Make Actor Spawned Above Touch
by sessien ·I spawn a block and constrain it. Do not have a location for touch. Do I create that? -
Best way to save info inside the app.
by Manto ·I think it's easy to save them with save attribute. Just save them with different names. -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by StormyStudio ·attribute.x *.75 -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by Rob2 ·attribute.x *.75 -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by StormyStudio ·(3 * attribute.x) / 4 = The number. -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by StormyStudio ·I want to find out what three quatres of attribute.x are.... in one sum rather than two sums added together.. -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by cbt ·(3 * attribute.x) / 4 = The number. -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by VoidedSky ·So you want attribute.x/? to equal three quarters? -
slow day in my brain... quick maths problem...(Answered by Rob2).. attribute*.75
by StormyStudio ·(attribute.x / 2) + (attribute.x/4) = the number I want. -
Attribute to be see from everywhere.
by titos ·To be able to see or click on attribute when editing a actor. -
Trying to publish for arcade...frustrated
by mikelowe ·EDIT: Problem solved! I was using a save/load attribute on my main menu. This is not allowed in a web game. I got rid of the load attribute and it worked