-
Timer problems after upgrading to 0.8.8
by synthesis ·Use a time marker and then set an internal clock counter to it using a constrain or 2. It will be accurate. -
end of collection and then change scene
by quantumsheep ·Have an integer attribute called 'gems' -
Boost up/ Power up?
by quantumsheep ·change attribute timer to timer + 20 (or however much you want) -
BIG Performance problems
by eaguirre ·a) Review all you constrain attributes. Only use them when there is no other option. Use Change Attribute instead as much as possible. (Specially for setting images) -
How to make a LONG sidescroller background? o_O
by WolfieEnsalada ·Hmm... these are all good suggestions, I'm mainly focusing on what POLYGAMe said earlier about setting the graphics attribute on the background actor to tile... do you have to set both the horizontal -
An optimized way to reduce timers
by scitunes ·constrain game.levelTime to game.time - game.levelStartTime -
Limited number of spawns
by design219 ·Create a real attribute "10SpawnLimit", integer. -
Help with scores
by VoidedSky ·----save attribute game.highScore to HighScore(This is a key) -
Help with scores
by giacomopoppi ·place a "load attribute" in the highscore scene with the same "key" that you gave to the save highscore (Image) -
Help with scores
by AppChogie ·I have 2 attributes, 1st is current score, 2nd is high score -
Hold it, hoold it, hoooold it...
by design219 ·Make a global attribute called 5seconds, boolean. -
Help with scores
by Rob2 ·I think you can put whatever you want, that becomes the name of your attribute for saving and loading -
Help with scores
by AppChogie ·What do I put in key when saving attribute for current score? -
Trying to build a 9mm I got an m16?
by firemaplegames ·The gun needs to have a boolean attribute called something like 'OKToShoot'. -
How to make a LONG sidescroller background? o_O
by AfterBurnett ·ANY size - just make sure you have the graphics attribute set to tile, not stretched or fixed (Image) -
0.8.8 and resolution independence...Doesn't work as advertised???
by synthesis ·We removed both width and height attribute definitions in the actor's rule set. -
How to make a LONG sidescroller background? o_O
by WolfieEnsalada ·So, my question is... is there any way to add in a background image that can fit this? Maybe by tiling one image over and over again? (Although when I tried doing that I ended up having to drag in the -
An optimized way to reduce timers
by BarkBarkCo ·You could do the same thing with a single constrain. I'm not sure what is better, a timer + a change OR just a constrain, but here goes. -
Help with lives
by Weswog ·First make an integer attribute then call it lives -
Help with lives
by scitunes ·create a game attribute called lives (integer)