-
can someone explain this expression?
by 1UpGamestudio ·Change Attribute: self.Motion.Linear Velocity.Y To: random(70,120)*(-1)^(random(1,2)) -
Showing up an image when pressing a button to reset scene?
by GuaveMedia ·when touch is pressed and mouse position is inside, change attribute game.change to game.change+1 -
Snapping a tile to a grid
by Toecutter ·At a guess once the tile is released I need the attribute to self lock and have a Real attribute offset x? Thanks -
Growing Actor until it touches other actor
by micksolo ·hey there, i had the same problem in one of my games. Basically collisions don't work when actors are changing size, one of the limitations of GS. What you need to do is to set a state for the actor -
Need help making a timer for my game
by micksolo ·Probably the easiest way is to setup some global level attributes for the levels and one timer that controls the level -
Need an expert or someone for help
by gmedina.172 ·Thats bad i think we should wait when you get replied can you reply me back so i can solve this problem in another way? still i know i need a global attribute but i dont know what kind of attribute an -
Need an expert or someone for help
by tenrdrmer ·For your issue with the timer. the timer only runs the random function the first time and then keeps that value. You have to set the timer to run on an attribute and then set that attribute to the dif -
Follow the mouse around
by FallacyStudios ·Lets say my game has a gun. The user selects it and I would like the gun to follow the mouse (which I can do with constrain attribute) I would like for the gun to be offset based on the location of wh -
Creating two attributes for jumping movement?
by GuaveMedia ·I have a button and I said: when button is pressed change attribute game.jump to true! -
Creating two attributes for jumping movement?
by wormil ·change attribute -
Big problem :// last step in my app
by wormil ·game attribute levelonestars = 2 -
How do you make an actor appear...?
by GuaveMedia ·when the player has to touch them in a fixed way, just say when first item is pressed change attribute to 1, 2nd item just say change attribute to 2 and so on... -
Growing Actor until it touches other actor
by RThurman ·----Change Attribute: self.Size.Width To: self.Size.Width + 10 -
Please help, Its melting my BRAIN!!!
by RThurman ·----Change Attribute: self.Position.X To: random (0,480) -
Actors not in the correct position
by guilleface ·I am not sure if this will work if you actor will move around the screen, but if you actor will stay all the time on same position what i do is for ex. if i have a actor of 480x320 and i need it to b -
Dragging an actor 'Not' through walls
by tenrdrmer ·I did a demo of something like this a while back but I don't know what I did with it. I'll see if I can find something. If I remember right it basically was basically putting the Touch rules inside th -
How do you make an actor appear...?
by GuaveMedia ·1) you create the collect attribute just once! -
TIP: Trail like Angry Birds
by lildragn ·1. I created an integer game attribute called "trailHistory" -
How do you make an actor appear...?
by christo ·Do I create the collect attribute for each item within the scene or for the scene itself? -
Please help, Its melting my BRAIN!!!
by cbt ·create 2 real attributes