-
Clock/Time in GS (08:00 am)
by NMansell ·is there anyway to use a time as a attribute though. so i can add up 10 minutes etc etc -
Problem with change attribute
by fenix66 ·I think I will back to 9.4 and wait until 9.5 is fixed. My previous project doesn't work at all on 9.5 , it used camera.origin attribute and 9.5 freezes when you try to use it. It seems that 9.5 is to -
Problem with change attribute
by giacomopoppi ·have you tried just changing the attribute and not constraining it? -
Problem with change attribute
by fenix66 ·So I put an attribute scrollstop to my game when scrollstop=0 scroll is working when scrollstop=1 background scroll stops. I put an actor for testing with rule when I press space attribute change and -
Need a 'play' button
by RedlerTech ·create a boolean attribute called Play - false -
Follow Actor Continually?
by RedlerTech ·Create 2 attributes ActorX & ActorY (real) -
!can someone PLEASE help! (enemy facing)
by giacomopoppi ·create 2 game attributes: -
Turn System
by giacomopoppi ·make an attribute called playerTurn (integer) set it to 1. -
how to destroy a wall when the main character colides with a key
by osucowboy18 ·Use a boolean game attribute to determine when the user picks up a key. Then when that attribute is true, destroy the wall. Hope that makes sense. -
Follow Actor Continually?
by jad ·Constrain Attribute: self.Rotation to vectorToAngle( self.Position.X - self.Motion.Linear Velocity.X , self.Position.Y - self.Motion.Linear Velocity.Y )+90 -
rules help!
by old_kipper ·2 game integer attributes. The first one is changed by the first event and is changed from 0 to 1,2,or 3 when it has happened depending on what did happen, and then the second attribute is change to 1 -
Detect Number of Animies and Game Over
by RedlerTech ·Just so you know I am working on your project right now. For this create an integer attribute for each level. For level 1 create - LVL1Tanks starting at 3 -
How to make levels and objects lock and unlock
by giacomopoppi ·Yeah, make an attribute (levelReached - Integer) -
How to make levels and objects lock and unlock
by Appster ·Hey C.Monkey, you can use attribute to save and load attribute to determine lock or unlock. Good luck! -
giant backgrounds.
by SAZ_1 ·well your back ground (not the image) can be as large as you want, within reason that is, so lets say you want it to double...then change the attribute under scene attributes of size and width to what -
In game pop up menu like, level passed.
by SingleSparq ·Place your actors separately(background, buttons) put them in position as you would want them and go to each instance to check their x,y position. Move them off the scene and Set in your rules where -
High score board. Please help fast.
by Xizax ·(change attribute 2nd best to best score(timer 0.01 run till completion: change attribute best score to game score, save attribute best score key first ))) and so on but in the next one the rule is: -
please help me with attributes!
by jad ·I'm kind of confused about what you are talking about. Do you mean making an attribute that you name "JUMP". To do that you need to Click home, click one of your scenes, above your -
Follow Actor Continually?
by jad ·Is there any effective way to make another actor follow your player. I have tried the way of constraining my players position to Attribute A and B, and then making my actors move to those attributes, -
Move and collide only by rule
by DoMan ·The ability to set the attribute "movable" so that the actor will ONLY move or rotate if it is told to do so by a rule, So that other actors can't bump it and move it around, and gra