-
Performance
by GuaveMedia ·refresh, total usage increases only 0,1mb. I think that's okay.But when I come to the levles with plattforms moving up and down, ( when actor collides with, change attribute to 1, destroy actor, level -
Uninspired Productions presents - Nom Nom Monkey! Any feedback is welcome!
-
Any clue how to do this?
by RThurman ·Give the actor a constrain behavior-- -
Saving and loading problem
by deej011 ·that has says you win in that actor I set a win attribute to 1 than on the main menu the level 2 which is locked set it to unlock when the win attribute equals one and it all works fine I just don't -
Saving and loading problem
by deej011 ·still unlocked I don't know how to use the save attribute in this situation I can get it to save the high score though don't think it's the same thing -
little problem with mario bross like game
by tabelor ·I have circle collision shape because it's better for doing a lot of things like walk above cubes without unexpected collisions or walk uphill. -
Need help with rotating around an actor [VIDEO INCLUDED]
by NtG ·here's the code i have to keep the actor in constrained to a circle around the brick, and also the object movement: -
Change self motion to accelerate?
by JohnPapiomitis ·change velocity or change the self motion linear attribute. -
Distance from Attribute using constrain to a specific location
by kirkland ·hey. please can you just tell me what you do differently in each bar to constrain it to different area's please. -
Distance from Attribute using constrain to a specific location
by RThurman ·To GS forum members: I apologize in advance for rewarding poor forum etiquette by giving in to kirkland's demands. I just found the 'challenge' intriguing and I wanted to learn how to constrain acto -
Animate simplification
by GuaveMedia ·Every 1.4 seconds change attribute animate to animate +1, -
Camera Offset Video Question
by harlin36 ·(Attribute - game.Touches.Touch 1.X - < - self.Position.X +game.camx) -
Please let me know why Hour hand does not work. Code included
by bajash ·I have a game attribute HourTarget set at 10 (interger). -
Change self motion to accelerate?
by GuaveMedia ·Yeah but isn't there a way to make it like when using the behavior change attribute velocity x? -
reindeer effect ?
by JamieOneil ·Constrain attribute 'reindeer' to 'self.position.y' -
Change self motion to accelerate?
by JohnPapiomitis ·in your rules when you have when key left is pressed or when attribute=1 accelerate -
Is there any way to re-order your attributes?
by Braydon_SFX ·Doesn't Darren have a attribute reorder program? -
Problem with rotating around another actor [VIDEO INCLUDED]
by NtG ·Constrain self.position.Y to "game.Post Y + self.radius *sin(vectorToAngle( self.Position.X - game.Post X , self.Position.Y - game.Post Y ))" -
Touch Control Camera Problem
by harlin36 ·Attribute-game.touches.Touch1.X- < self.position.X+game.cam) -
Spawn moving actor not colliding with fixed actor.
by HairyMuffinMan ·it's a rule inside the spawn actors, I want when the spawn actor collides with the fixed actor to change an attribute inside the spawn actor.