Enlarging object hotspot

Started by sloppy, Tue 15/11/2005 14:59:42

Previous topic - Next topic

sloppy

Is there a way to make the hotspot on a small object easier to interact with?  Make it bigger or more locations on the object? 

Right now I have a piece of string on the floor that the character has to pick up.  But you have to put the hand icon on the exact right place for the interaction to work.  Anyone playing the game for the first time would try it once or twice and then conclude nothing's supposed to happen if they don't postion the hand icon exactly right.

Ishmael

Unchecking the pixel-perfect click detection option in the general settings should do it, but that will effect all objects and characters through the game.
I used to make games but then I took an IRC in the knee.

<Calin> Ishmael looks awesome all the time
\( Ö)/ ¬(Ö ) | Ja minähän en keskellä kirkasta päivää lähden minnekään juoksentelemaan ilman housuja.

sloppy

And there's no way to do that for just certain objects?

Scummbuddy

well,  you could not do object interactions, and just draw a real hotspot above the string image, and then do your interactions with the larger hotspot. when "pick up" disable object image on screen.
- Oh great, I'm stuck in colonial times, tentacles are taking over the world, and now the toilets backing up.
- No, I mean it's really STUCK. Like adventure-game stuck.
-Hoagie from DOTT

sloppy

I never thought of that.  Thanks!


Janik

If you don't want to make the interactions twice (once for the hotspot, again for the string) you can set the object non-clickable, like so:

oString.Clickable = false;

Any clicks will go thorugh the object onto the hotspot behind it.
Play pen and paper D&D? Then try DM Genie - software for Dungeons and Dragons!

sloppy

Quote from: Janik on Tue 15/11/2005 19:54:08
If you don't want to make the interactions twice (once for the hotspot, again for the string) you can set the object non-clickable, like so:
oString.Clickable = false;
Any clicks will go thorugh the object onto the hotspot behind it.

Thank you!

sloppy

I'm having a similar problem with inventory objects.  Each object has this one little hotspot, and when I want to use one inventory object with another, it takes about 5 tries.  And that's if you know something's supposed to happen. 

Is there something that can makes it easier to use inventory items with other items?

Elliott Hird

In the inventory window, look at the crosshair thingy.

SMF spam blocked by CleanTalk