-
How Do I Make A Walking Sound Effect?
by WGPark ·Hello, currently I have a level and I have a constrain attribute behaviour telling it to move on the X axis for the speed of 400. However, I cannot find any tutorial on how to play a walking sound whe -
custom score font problem
by mhedges ·@evert , you're welcome. Keep in mind, though, a change attribute will update only once (unless you use a timer to update every fraction of a second or so), while a constrain attribute will update co -
custom score font problem
by evert ·Thanks guys! i indeed used a change attribute! -
custom score font problem
by MentalDonkeyGames ·Is it "Change attribute" or "Constrain attribute"? -
custom score font problem
by gingagaming ·Are you using the "constrain" behaviour or the "change" attribute? -
Only making 2 actors active at a time
by lucybranthwaite ·(Quote) -
custom score font problem
by evert ·but it does respond when i change my attribute integer directly to lets say 999.. -
custom score font problem
by mhedges ·Also, you should have used the expression in a "contain attribute" behavior or a very frequently updated "change attribute" behavior. -
Play Consecutive Notes of a Song with each Screen Touch
by RThurman ·The probable reason they are playing all at once is because you are using a constrain attribute behavior when you probably want a change attribute behavior instead. -
Constrain actor to make it move with you?
by Braydon_SFX ·Create 2 real attributes. Name them actors and actorY. Inside the main actor, constrain gameX to self.position.X. Do the same for Y. -
Constrain actor to make it move with you?
by http_gamesalad ·them real x & real y & the then constrain something.. that's the part I forgot. Thanks (Image) -
Play Consecutive Notes of a Song with each Screen Touch
by tatiang ·The mod() or % function returns the remainder of a division problem. So mod(9,9) is 0 and mod(6,9) is 6 for example. The problem with using notes+1%8 is that you are adding 1 to the attribute every -
Play Consecutive Notes of a Song with each Screen Touch
by Socks ·(Quote) -
logic of timers here
by Gnarly ·Will search what the self duration attribute actually is.... -
Rotating from a specific angle in a pendulum like manner (using only one actor)
by Socks ·Constrain X to 98 *cos((45 *sin( self.Time *160))-135)+512 -
Play Consecutive Notes of a Song with each Screen Touch
by floatingwoo ·@RabidParrot Brilliant! Thank you... And then just drop a change attribute (game.notes=0) in the last note to have it loop? -
Play Consecutive Notes of a Song with each Screen Touch
by RabidParrot ·Make an integer attribute called "notes" -
logic of timers here
by Gnarly ·I have an attribute set to 5 and the timer does change the attribute but it seems to have no effect..... (another timer) -
Only making 2 actors active at a time
by Lovejoy ·You can add another condition to the existing rule you have so if your clicks attribute is < 2 you can click it. -
Camera zoom problems
by RowdyPants ·•Twirl open 'Camera' attribute