-
Making Score Increase Upon Collision
by Eastbound ·Make a global attribute called score. When they collide set score = score + 1 -
Does anybody know a quick random number generator?
by StormyStudio ·how about trying interpolate instead of a timer. To vary a game attribute, incase that works instead of a timer... -
Does anybody know a quick random number generator?
by beefy_clyro ·Every 8 seconds change attribute game.animation (random x,y) -
Does anybody know a quick random number generator?
by beefy_clyro ·um .. maybe use a global attribute called animation -
Is better multi touch rotation possible?
by rebump ·@stormy - I'm not on a Mac to look at Bark's solution but from the sound of your solution's issue regarding the second touch and the actor's rotation snapping back to some position upon second touch r -
How to load data from a file
by RH ·You can save games, just use the save attirbute and load attribute -
how to resize all..
by BarkBarkCo ·Double-click on an actor on the stage and that brings you to the instance editor. You will see that most of the attributes are grayed out until you "unlock" the instance. Don't unloc -
Score According to Height?
by RH ·Create an attribute called 'Score'. -
How to move actor like in GRID
by Vmlweb ·I think you need to constrain X, Y of the object to this -
GORO'S WAY - Just submitted on AppStore
by goku9001 ·2. For the moment vision range is limited to increase game difficulty. I've designed levels in a way that constrain player to memorize a little level's structure ( levels are not very big ). But yours -
Saving Help
by SethsApps ·Im putting a load attribute rule for my high scores button but the high scores will still not show up when the app is exited and re entered. The saving keys match but the scores are reset to 0. -
Pausing Game
by craps ·My Game attribute is GameIsPause - unchecked box - boolean. -
Saving Help
by dmilinovichiii ·Do you have a load attribute anywhere in your game? Without the load attribute, the game wont load saved data. -
Is better multi touch rotation possible?
by Ignis ·be easily remedied by creating a boolean Game Attribute called "select-lock". When any object was selected, select-lock would be set to "true". When the object bec -
Saving Help
by butterbean ·Make sure you create an attribute for the save, and name it "highscore" -
landscape orientation from right to left and a portrait error?
by beatrage ·do I need to change the accelerometer values or something? is there a why to constrain the portrait orientations to lock them or to turn them off ? -
Is better multi touch rotation possible?
by StormyStudio ·constrain: self.position x to floor(touch1.position.x/2)+floor(touch2.position.x/2) -
Is better multi touch rotation possible?
by BarkBarkCo ·constrain: self.position x to floor(touch1.position.x/2)+floor(touch2.position.x/2) -
Point to an Attribute with an Index Attribute
by michelericcio ·I would like to increment the " i " attribute so that i can call all the names like this » A(i) -
Actor Dying
by markh72 ·yeah ive tried that, but i dont seem to beable to cross reference one actors attributes to another actor. when i use the attribute browser, it only brings up conditions for that actor, not for another