Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Sat 06/05/2006 03:14:12

Title: My Hotspots are not working!
Post by: on Sat 06/05/2006 03:14:12
 ??? I am simply going through the tutorial and cannot get my hotspots to interact whatsoever... it must be extremely simple haha.  I tried the FAQ's and stuff.. I'm just missing it!  please laugh and help thanx!
-d0gskin
Title: Re: My Hotspots are not working!
Post by: Scorpiorus on Sat 06/05/2006 15:32:14
Can you elaborate, what you've done etc... ?

Make sure you're drawing a hotspot and not a walkable/walkbehind area.

What code/commands did you use on interact the hotspot?
Title: Re: My Hotspots are not working!
Post by: on Sun 07/05/2006 22:29:15
okay, I was simply following the tutorial and I have drawn the hotspots, and I'm sure that they are hotspots and not walkable/walkbehind areas.  I followed the script to the "t" as far as code/commands go.  But I'll make a step by step detailed summory of what I did:

I first clicked on "hotspot" in the dropdown tree under areas.  I then made a name "door" for my hotspot.  Then I clicked "interactions"  and double clicked on the "pick up hotspot" flag(I have also used other hotspots to try and see if the error was consistant.. and it was), then in the dropdown tree I clicked "Game- Display a message" and then Edit message.  Then I clicked new message and simply typed a cheesy line in the text box, and then clicked okay without checking any boxes, and so on and so forth.. 

did I miss something??.. thanx for the help!
Title: Re: My Hotspots are not working!
Post by: Wretched on Sun 07/05/2006 22:39:40
You probably want 'interact hotspot'  not 'pick-up hotspot'.
Title: Re: My Hotspots are not working!
Post by: Khris on Sun 07/05/2006 23:57:39
Quote from: d0gskin on Sun 07/05/2006 22:29:15I first clicked on "hotspot" in the dropdown tree under areas.Ã,  I then made a name "door" for my hotspot.
Did you actually draw the hotspot?
Title: Re: My Hotspots are not working!
Post by: Mr Flibble on Mon 08/05/2006 00:13:39
Quote from: d0gskin on Sun 07/05/2006 22:29:15
...I have drawn the hotspots, and I'm sure that they are hotspots and not walkable/walkbehind areas...
Title: Re: My Hotspots are not working!
Post by: on Mon 05/06/2006 18:14:46
Quote from: Wretched on Sun 07/05/2006 22:39:40
You probably want 'interact hotspot' not 'pick-up hotspot'.

Well I tried that... and it still isn't working.  I've programmed a message now to technically pop up anytime I click on my hotspot.  :-[
Title: Re: My Hotspots are not working!
Post by: Nathan23 on Tue 06/06/2006 21:44:12
Ok, ok there is something you pass out
first: do you define any type of cursors? like interact, look, walk mode???
if you don't refer to the manual for that then put in pratice the part of the hostpots ;)
Title: Re: My Hotspots are not working!
Post by: on Wed 07/06/2006 04:08:33
I'm sorry Nathan, I don't really understand what you mean.  I think I may just start from scratch again and follow the tutorial once more.  I have followed it as well as I know... unless I'm skipping over something or not understanding.  I would assume that before I try and re-download it.  I just don't understand how its just not working!!!  :P ::)... although, maybe you could explain what you mean by "defign cursors".  I have assigned messages to pop up and such.  thanks so much everyone
Title: Re: My Hotspots are not working!
Post by: Nathan23 on Mon 12/06/2006 19:13:57
Quotealthough, maybe you could explain what you mean by "defign cursors".Ã,  I have assigned messages to pop up and such.

In the tutorial of AGS, read the part 9 about how create cursors, you will notice that for click over a hostpot you will need the interact cursor and image linked with that.

Follow the tutorial once again, step by step and I'm sure it will work ;), antoher thing you can do is begin with a default game (or you already did that).