-
How to do an endless wave survival game.
by GLGAMES ·As you mentioned , you can track every waves' kills. simply have a condition in your actor which will be killed or destroy to +1 an int attribute every time it's destroyed. And also have a target kill -
Problem with saving attribute. Can you use it to have a overall score?
by GLGAMES ·For e.g have attributes Level Score which changes in every level & Final Score which totals all levels scores. -
Rotate/Constrain to Actor Problem/Question
by Nconan ·get the x and y of all 5 weapon slots and then constrain the weapon to that. -
Rotate/Constrain to Actor Problem/Question
by EricTippett ·get the x and y of all 5 weapon slots and then constrain the weapon to that. -
Rotate/Constrain to Actor Problem/Question
by EricTippett ·In the constrain attribute I would have -
Rotate/Constrain to Actor Problem/Question
by EricTippett ·Yeah I moved the 2 constraints from otherwise to out and it does the same thing. -
points system
by fawzma ·save/load attribute behavior perhaps -
Playsound stopped working
by fawzma ·So I have a game running fine without sound. to explain the situation, I have an actor acting as a spawner for balls. It uses game.time and checks to see if its greater than the nexttime attribute. if -
Rotate/Constrain to Actor Problem/Question
by EricTippett ·Attribute Game.stickisActive is True -
Rotate/Constrain to Actor Problem/Question
by Nconan ·Constrain Attribute: Self.Position.Y To:Player1TopYPosition*sin(game.Angle1) -
Rotate/Constrain to Actor Problem/Question
by EricTippett ·Constrain Attribute: Self.Position.X To:Player1TopXPosition +10*cos(game.Angle1) -
Rotate/Constrain to Actor Problem/Question
by Nconan ·You'll need two constrains on the extra turrets, one for their x position and one for their y. -
i need a little help
by Pennez-Games ·So i assume that the controls change an attribute right? So say that when your not pressing the controls change that attribute back to its original value. And on that actor that moves say that when th -
i need a little help
by muoch10 ·So i assume that the controls change an attribute right? So say that when your not pressing the controls change that attribute back to its original value. And on that actor that moves say that when th -
Rotate/Constrain to Actor Problem/Question
by EricTippett ·So right now I have basically a tank bottom and a tank top. These work fine, the tank bottom is what moves and the tank top rotates and is constrained to the tank bottom. -
Highest Possible Score/Integer Problem
by fadamion ·you could have 2 numbers right next to each other and when the first number gets full have it spill over to the next with an attribute that should get you to 99,999,999,999,999 make sense? -
bird flying help
by ashtmj ·Make a true/false attribute within the actor named right/left -
Character won't stop when hitting a wall (im using windows version)
by et3rn1ty ·So i tried using the collision attribute, i make the velocity=0 when the character collides with the wall. -
Making A fire button work
by IsabelleK ·Make sure that you have change attribute game.Shoot to false in Otherwise section of the rule in the Shoot button. -
Double Jumping
by JohnPapiomitis ·Make an attribute (integer) within the actor who is jumping. Call it "jumps."