Menu

Show posts

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

Messages - dayowlron

#901
The Rumpus Room / Re: The Movie Quote Game
Wed 24/05/2017 02:32:02
Is that a guess?
#902
The Rumpus Room / Re: The Movie Quote Game
Tue 23/05/2017 21:58:24
(wrong)
All good guesses but this is a much older movie, non animated comedy.

If you have never seen it before you should get it once you find out what movie it is.
#903
The Rumpus Room / Re: The Movie Quote Game
Tue 23/05/2017 16:06:45
(wrong)

Another quote:
If you're innocent, they'll never send you to jail.
Is that how it works, Chester?
Not in my neighborhood.
#904
Is the guy masterbating?
If this is correct you will have to explain to me about the armies.
#905
The Rumpus Room / Re: The Movie Quote Game
Mon 22/05/2017 17:56:38
Next Quote:
You just went through a stop sign.
I can't help it. I don't like to read when I drive.
#906
The Rumpus Room / Re: The Movie Quote Game
Mon 22/05/2017 16:38:40
Amazing Spider Man
#907
Whenever you have a lot of code that you think will be repeated see if you can do it in a function.
With the below you could create a function that you pass in a sound and it gets applied to all 3 frames.

I am not sure of how to correctly define the parameter. I think it is "AudioClip*"
Code: ags

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); }
}
#908
The Rumpus Room / Re: Name the Game
Fri 19/05/2017 18:40:13
Pirates of the Caribbean?
#909
Is the guy exercising?
#910
Quote from: CaptainD on Thu 18/05/2017 14:13:09
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.
but killing all in its path???
#911
endocrine system huh...
Would the armies be your kidneys?
#912
Try this:
Code: ags

    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);
    }
#913
Basically what you need to do is have one loop with conditions to determine at what part of the animation your at.
I am not sure of what you wanting specifically but I can code something up for you if you like. You also don't need variables to contain the transparency as that is a property of the object anyways.
For instance:
Code: ags

int BlackoutTrans=oBlackout.Transparency;
BlackoutTrans++;
oBlackout.Transparency = BlackoutTrans;

is the same as
Code: ags

oBlackout.Transparency ++;
#914
Tabata, that was what I was thinking at first but he answered yes to the following and I don't think Teeth are some kind of micro-organism.
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?




and Adeel he did answer yes to is this a natural phenomenon and I don't know if being impaled is a natural phenomenon.
#915
Is the guy eating?
Is this part of the endocrine system?
Is this part of the nervous system?
#917
The Rumpus Room / Re: The 4 word story thread
Tue 02/05/2017 03:10:15
three tier wedding cake.
#918
The Rumpus Room / Re: The Movie Quote Game
Tue 02/05/2017 03:02:23
Didn't realize there was so many movies with monkeys in the title, but i did find 3 monkeys, 12 monkeys, 13 monkeys on top of monkey shines, monkey trouble, monkey go home, monkeys paw, the monkeys uncle and monkey business.
#919
The Rumpus Room / Re: *Guess the Movie Title*
Mon 01/05/2017 22:33:58
Quote from: Snarky on Mon 01/05/2017 20:06:51
A forum member with a thing for mice and rats.
looked it up and saw A Tabata is a high-intensity workout protocol that has fitness and weight-loss benefits.
Quote from: Quintaros on Mon 01/05/2017 20:30:09
Fried Green Tomatoes
(wrong)
Quote from: AnasAbdin on Mon 01/05/2017 18:34:05
Tabata race :-D
That is not the name of the movie.
#920
The Rumpus Room / Re: The Movie Quote Game
Mon 01/05/2017 22:32:04
He said Take it away Ron, and I had guessed 3 Monkeys first and he thought I was kidding with that guess. There have been movies called 3 Monkeys and another movie called 13 Monkeys.
SMF spam blocked by CleanTalk