-
Random Questions for Game? Random Scenes?
by Breezeonhold ·(The attribute below is put above the otherwise in the grey box) -
Random Questions for Game? Random Scenes?
by Sparkyidr ·so you have an attribute, "scene number" -
Random Questions for Game? Random Scenes?
by Breezeonhold ·The only thing not working is that random number now in my change attribute... I tried a function of "random(1,5)" and that does nothing except go to one scene however when I have ju -
Random Questions for Game? Random Scenes?
by Sparkyidr ·Becuase the attribute is picking a random number, hence the scene picked will be random. -
Random Questions for Game? Random Scenes?
by Jamieo1977 ·Create an attribute (integer) for your scene, call it sceneselector, use the change attribute command to change sceneselector to a random number. -
How many attribute until slowdown?
by MarkOnTheIron ·How many attribute can you create until a game get a considerable slowdown? And how they will impact on load times? -
bug or bad code?
by firemaplegames ·You might also want to make a global boolean attribute just to lock it down like this: -
Movement Problem
by Forte ·These are the attributes for the buttons and the actor -
Actors collide one way on web and another on iPhone
by jkornoff ·I have a bomb-type actor that explodes several smaller actors out of it when triggered. These smaller actors collide with elements in the scene. With one 'bomb' spawned on the stage, the exploding a -
Random Function No Way Random
by beaudoin_n ·this doesn't work for me either.. not even to spawn just create a random value in an attribute and then displaying in an object (Image) -
accelerometer and preserve scene issue
by Sparkyidr ·I have an attribute called "game paused". -
accelerometer and preserve scene issue
by firemaplegames ·Use two Change Attributes to kill the player's motion, like this: -
Attribute folder kind of thing
by Forte ·You know how the background attributes of your scene, it has an attribute called, "Display Size" -
Character customization
by rebump ·Add to this, you can then create overlay actors that you constrain position wise on the top of the aforementioned monochrome actor. This has the effect of adding more color, features, clothes, armor, -
Health bar growing too long!
by firemaplegames ·It's an easy way to set limits on things - the second choice is usually the max limit of the attribute you're tracking. -
Make a paddle follow a ball back and fourth. Question for tshirtbooth
by scitunes ·are you using touch to control the player paddle? Any tips for doing that that I can use on my kidney bounce science game? Did you just constrain the x position to touch? -
Character customization
by scitunes ·If all of the actors are very different you could have an actor for each and an integer game attribute called playerID or something. Then in the spawner have 40 rules. When game.playerID = 1 spawn pla -
Make a paddle follow a ball back and fourth. Question for tshirtbooth
by scitunes ·I would create a game attribute (integer) called ballX. In the ball constrain game.ballX to self.positionX -
Feedback Requested - New Game
by rebump ·Just remember to implement a game boolean attribute "SceneInitiated" to test for before doing other things otherwise you may get unexpected results (i.e the initiatation should of co -
Make a paddle follow a ball back and fourth. Question for tshirtbooth
by BeyondtheTech ·It would make the Computer Paddle move in normal speed and in the direction based on whether or not the Y values were higher or lower. I knew Constraining the Attribute would make the Computer Paddle