-
Question about "Constrain Attribute"
by tenrdrmer ·you have to click in the text box then go in the attributes list and click on the attribute you want to use. -
How to make a spawn actor go to the mouse click position
by FViMagination ·1. make 2 Real game.attributes -
Need help with invert movement
by patapple ·when collide with platform -> change attribute game.invert TO true -
How to highlight the text - actual word synchronized with sound..
by gyroscope ·Make a scene attribute (integer) and call it WordCount. -
Need to collect items in game and display in bar
by HC_DK ·- Have a Global Index Attribute keeping track of the crime scene which you can use to determine the COL to read/write in the table. -
How do you make a sound effect play one time after you touch the screen.
by gyroscope ·something new pop up for me, when I use the change attribute I get the two boxes set: and to: but inside my set box it say "self.playsound" It don't say "game.playsou -
Moving along a boundary
by master200012 ·Well, you should probably just have the actor constrain it's own rotation to the direction it's moving instead. (VectorToAngle its linear velocities) -
How do you make a sound effect play one time after you touch the screen.
by jobei ·something new pop up for me, when I use the change attribute I get the two boxes set: and to: but inside my set box it say "self.playsound" It don't say "game.playsou -
max integer (item 999).
by powkie ·Attribute game.howmanyitems is 1 or greater then 1. -
max integer (item 999).
by powkie ·Attribute game.howmanyitems is 1 or greater then 1. -
Help Camera Issue
by games4fun ·when attribute camera location equals 0 change self location x to 0 self location y to 0. -
max integer (item 999).
by powkie ·max(0,min(game.attribute+1,999)) -
Issue with General Attribute system
by Geikamir ·Quick question about another issue/function of the new interface that seems to work differently compared to the old version. When I'm trying to determine the amount of 'lives' the player has, I am not -
Time related events - Increasing actors velocity & spawn rate
by Nmdogdude ·Create a timer attribute 'after x amount of seconds change actor attribute 'game.linearvelocity.x.' to 'game.linearvelocity.x. + (amount of velocity change) -
how to play sound
by bjandthekatz ·when touch is pressed change attribute (integer) to 1 -
max integer (item 999).
by powkie ·. I have an item that can stack up to 999. The thing is i can't seem to get the integer to be max 999 and not go further. Been trying stuff like constrain attribute game.item min(0),max(999) and simil -
Timers are for chumps - GS optimization tips
by domenius ·change attribute switch to true -
How do you make a sound effect play one time after you touch the screen.
by gyroscope ·You really don't need a video for this: if you're not even sure how to make an attribute, you'd best work through some basic training via the Cookbook, I'd advise. :-) -
How do you make a sound effect play one time after you touch the screen.
by jobei ·make an integer attribute=0 -
How do I create a CPU actor that attacks another actor?
by JohnPapiomitis ·Attribute called player state, self attribute in ai called whatever.