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

#921
The Rumpus Room / Re: *Guess the Movie Title*
Mon 01/05/2017 19:32:59
AnasAbdin - What is Tabata?
Misery is wrong.(wrong)
#922
The Rumpus Room / Re: *Guess the Movie Title*
Mon 01/05/2017 17:50:32
(wrong)
#923
The Rumpus Room / Re: *Guess the Movie Title*
Mon 01/05/2017 16:57:44
next movie:
This should be a very easy one.
[imgzoom]https://s17.postimg.org/6k85p7ksv/hqdefault.jpg[/imgzoom]
#924
The Rumpus Room / Re: The Movie Quote Game
Mon 01/05/2017 15:45:58
Really? it was 13 monkeys then?

I will put up a quote in a little bit. kinda busy at the moment.

EDIT:
start with something that is a bit more generic:
I'm fighting, for something that's real for the first time in my life!
then forget that.
#925
The Rumpus Room / Re: *Guess the Movie Title*
Mon 01/05/2017 15:44:45
Oh, havent seen it yet, just guessed it from your clue about a 2017 movie and the fact that looked like Denise Richards.
Will put up an image a little later.
#926
I am assuming you already have a room.
You need at least 1 character (the player)
Create and import at least one sprite for the character.
Assign the sprite to a view.
Then set the characters normal view to be that view and the characters starting room to be one of the rooms you created.

As far as showing text in the room you would have to have hotspots and/or objects for each of the areas then you can get the hotspot or object under the cursor and have the player Think the text.
I am not totally sure of the code, however this is what you need to do.
Code: ags

 if (GetLocationType(mouse.x, mouse.y) == eLocationHotspot) {
      Hotspot *hs = Hotspot.GetAtScreenXY(mouse.x, mouse.y);
      if (hs == hLamp) player.Think("What an odd looking lamp.");
 }
 else if (GetLocationType(mouse.x, mouse.y) == eLocationObject) {
      Object *o = Object.GetAtScreenXY(mouse.x, mouse.y);
      if (o==oDoor) player.Think("The door is closed.");
 }


Also, I believe the mods here would like if you have 2 questions to make 2 different threads.
#927
The Rumpus Room / Re: The Movie Quote Game
Mon 01/05/2017 03:33:14
Huh? 2008 movie Three monkeys?
Or could it be Thirteen monkeys?
#928
The Rumpus Room / Re: *Guess the Movie Title*
Sun 30/04/2017 23:22:14
That looks like Denise Richards so:

Altitude?
American Violence?

The rest of her 2017 movies are still in post production.
#929
The Rumpus Room / Re: The Movie Quote Game
Sun 30/04/2017 23:12:21
Three Monkeys?
#930
The Rumpus Room / Re: The Movie Quote Game
Sun 30/04/2017 02:31:05
Every Which way but loose?
or
Any Which Way You Can?
#931
Did he find out he had lost members of his family?
Did he intend to kill himself?
Did he think he was helping out someone by killing himself?
#932
The Rumpus Room / Re: Name the Game
Wed 26/04/2017 22:40:08
Pitfall?
#933
The Rumpus Room / Re: Name the Game
Wed 26/04/2017 22:22:58
Jungle Jane?
Jill of the Jungle?
#934
did she believe in Santa Claus, was crying cause she had been a bad girl but when she heard the bells ran away to go to sleep so he would stop at her house?
#935
I am pretty sure the answer to those last 3 will be no cause she answered no to "Was the bell in a home?" and "Was the alarm bell a burglary alarm?" and "Is the alarm bell automated?"

My question:
Was she crying cause she was hungry and this was the dinner bell?
#936
I don't know about the 9Verb GUI but do you call
Code: ags
lstRestoreGamesList.FillSaveGameList();


EDIT: guess I was too late with that.
#937
I would like to help you but I am a bit confused with some of the things you stated. You are using hotspots so the selections of Start Load and Quit are on the background but then you say Load does not appear as an option?
If it appears but is not working I would put a breakpoint in the hotspots any click event to see if the hotspot is firing or not.
Are you using objects instead of hotspots?
#938
I think the clue to solving this one is figuring out what kind of alarm bell we have here.

Is the alarm in a school?
Is the alarm outside?
Is the alarm bell automated? (does it not require someone to ring the bell?)
#939
Was the bell in a business?
Was the bell in a home?
Was the bell used to start a race?
#940
Was the alarm bell a burglary alarm?
was the alarm bell a fire alarm?
was the alarm bell from a slot machine or other gambling device?
SMF spam blocked by CleanTalk