-
So confused...
by AlphaCentori ·Change attribute --> Self.Weapon type --> 2 -
So confused...
by AlphaCentori ·"just create xyz minus 5 plus delta 4 divided by the attribute of the cube metrix...." -
So confused...
by AlphaCentori ·(Quote) -
So confused...
by AlphaCentori ·If i create an attribute in my hero how do i make it an attribute?? -
So confused...
by RossmanBrothersGames ·Make an attribute in your hero and make it an attribute. -
So confused...
by quantumsheep ·Make an integer attribute called 'weapon type'. -
So confused...
by AlphaCentori ·but her example (template) had only 1 power up so she used a boolean attribute which was fine for 2 weapons. -
problem with health bar
by jackhammer1000 ·in the health bar actor i used a constrain "self.size.width" to "table1.health" and another constrain "self.position.x" to a formula that goes lik -
Jungle Mania - An amazing game Available FREE on AppStore
by heman85 ·Me know. This version is more accurate in the collisions. Thanks for your message. -
Overlaps or collides with multiple actors only seems to be working when drawing a line very quickly?
by Hopscotch ·If you are trying to see if both actors where touched, the set game level attributes as each actor is touched -
How to Make Item Locked Until Player Buys it?
by SikkJewFro ·change attribute, "Players coins minus Price to unlock " -
How to make ball follow line?
by Socks ·(Quote) -
Prevent player jump on side of platform?
by yattamove ·You could create a "mask" actor and constrain its position to the bottom of your "animation" actor. Put the collide rule on the "mask" actor, not -
How to make ball follow line?
by Armelline ·Collisions do not work when using interpolate. You need to move the ball using a different behaviour. -
Hero destroyed (done) + Timer before resetting scene (not able) How?
by colander ·A game level attribute is created in the Attribute tab on the left and can be used in all actors. A self attribute is created in an actor in the panel on the left and can only be used in the actor it -
Hero destroyed (done) + Timer before resetting scene (not able) How?
by AlphaCentori ·What do you mean by game level attribute, sorry i'm quite new -
Hero destroyed (done) + Timer before resetting scene (not able) How?
by colander ·Put your reset scene in another actor off screen and use a game level attribute to run it. -
How to give health bar 1000 points but keep the bar under 200 pixel wide?
by zweg25 ·Constrain the health bar's width to game.health/5 -
Face direction of the swing
by frank067 ·for left: Attribute:game.rotation > 45,Attribute:game.rotation<0 -
Need Help on Lives
by MrParkerDoctor ·In my app I set an attribute called lives and had my actor programmed to lose a life whenever it runs into the floor. However, when the game is started the first life is lost when one of my actors cr