Is that a guess?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
void AssignSounds(AudioClip* Snd){
ViewFrame* MomHackFrame1 = Game.GetViewFrame(26, 0, 2);
ViewFrame* MomHackFrame2 = Game.GetViewFrame(26, 0, 6);
ViewFrame* MomHackFrame3 = Game.GetViewFrame(26, 0, 10);
MomHackFrame1.LinkedAudio = Snd;
MomHackFrame2.LinkedAudio = Snd;
MomHackFrame3.LinkedAudio = Snd;
}
void PlayMomSounds(){
int RandomHackSound=Random(2);
if (RandomHackSound==0){ AssignSounds(aKnifeHack1); }
if (RandomHackSound==1){ AssignSounds(aKnifeHack2); }
if (RandomHackSound==2){ AssignSounds(aKnifeHack3); }
}
Quote from: CaptainD on Thu 18/05/2017 14:13:09but killing all in its path???Quote from: Gurok on Thu 18/05/2017 13:31:32
Is this about sex? (Intercourse.)
I did wonder this myself, especially with the "coming from 2 different directions" clue.
while (oLogoExtra.Transparency>0) {
if (oBlackout.Transparency<100) oBlackout.Transparency++;
if (oLogo.Transparency>0) oLogo.Transparency--;
if (oLogo.Transparency<50) {
oLogoExtra.Transparency--;
if (oLogoExtra.Y<30) oLogoExtra.Y ++;
}
wait(1);
}
int BlackoutTrans=oBlackout.Transparency;
BlackoutTrans++;
oBlackout.Transparency = BlackoutTrans;
oBlackout.Transparency ++;
Quote from: Mandle on Mon 15/05/2017 13:22:16
Yes
Does the army consist of cells, microbes, viruses, spores, or some other kind of micro-organism?
Quote from: Snarky on Mon 01/05/2017 20:06:51looked it up and saw A Tabata is a high-intensity workout protocol that has fitness and weight-loss benefits.
A forum member with a thing for mice and rats.
Quote from: Quintaros on Mon 01/05/2017 20:30:09
Fried Green Tomatoes
Quote from: AnasAbdin on Mon 01/05/2017 18:34:05That is not the name of the movie.
Tabata race
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.193 seconds with 15 queries.