-
Monthly GameSalad Meetup Thursday January 7 2016 at 7pm CST (01:00 GMT)
by Socks ·Looking forward to catching the talk on video later, remember to put some clothes on this time, you know the problems it has caused in the past. -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·I want the Enemy to do so. Right now my enemy shots 1 actor every 2 seconds but I want the enemy to choose 3 different actors to shot every 2 seconds -
Technical Audio Questions
by Socks ·I'm not 100% sure what you mean ? -
Technical Audio Questions
by Moik ·@Socks have you already verified the sounds will play back through the Music player on the iPad? 88.2kHz is a new sample rate to me. When I google it I see people asking for FLAC/96kHz support, compla -
Spawn Actor more than once with Attribute etc..
by The_Gamesalad_Guru ·You said above your hero fires random of three bullets right? So it's the same code to put in your monster just change the actor being spawned. -
Technical Audio Questions
by Socks ·(I don't speak 'code') !! -
Spawn Actor more than once with Attribute etc..
by tatiang ·the concept of random sequences of actors but... how would that actually function? Do you just want the monster actor to spawn a choice of bullet (1, 2 or 3) each time at set intervals? So, say eve -
Monthly GameSalad Meetup Thursday January 7 2016 at 7pm CST (01:00 GMT)
by Braydon_SFX ·Just a head's up for those attending the meetup tonight - I will be posting a demo file in this thread later this afternoon that contains the necessary basic logic that Appformative requires to make c -
Technical Audio Questions
by Socks ·Thanks for the input BlackCloakGS, very useful and much appreciated ! -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·@Lost_Oasis_Games What you mean? -
Technical Audio Questions
by adent42 ·I believe it's resampling since OpenAL lets you change pitch and speed independently. -
Spawn Actor more than once with Attribute etc..
by The_Gamesalad_Guru ·you should he able to do the same code you have for your hero actor? -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·Monster spawn actor 1,2 or 3 in random secvenses. -
Technical Audio Questions
by BlackCloakGS ·all sounds are converted to stereo on import. However the overhead should be small that you should not notice a difference in processing if we use mono vs stereo. -
Spawn Actor more than once with Attribute etc..
by The_Gamesalad_Guru ·I really recommend watch a series like my build a brick breaker type game on the academy or on my youtube how rules work et.. Will teach you some basics to work off of. -
Spawn Actor more than once with Attribute etc..
by tatiang ·An actor can spawn any number of other actors using multiple Spawn Actor behaviors. I don't understand what you mean by "do this random function for 3 vectors." -
Help needed with button animation
by tatiang ·If you have a rule such as... -
Help needed with button animation
by Socks ·I'd be wary of using Disney's IP in an app, you do see people occasionally get away with using copyrighted material, at least for a short while, but there is always a risk of being sued (more likely y -
Spawn patterns?
by antleecar ·By your illustration and description, you can have say 5 patterns, define it by game.pattern. in the spawn actor of the patterns, created 5 rules for each pattern. If game.patterns = 1, spawn actor dr -
Spawn Actor more than once with Attribute etc..
by KIIVIIN ·Well I managed to make it work.