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

Topics - streetcutter

#1
Hey Guys.

Simple problem but haven't been able to find an answer. All my backgrounds are 1024 x 768, but I have room (a hallway) that is smaller, 512 x 512. So obviously it doesn't take up all the space in the room which is what I want for effect. But it sits in the top left hand corner of the screen. Is there an easy way so it is centered in the middle of the room.

Thanks guys.
#2
Hey Guys.
I'm pretty new to AGS and I'm sorry if this has been posted before, but I have searched and can't seem to find anything.

I want to have a cursor mechanic like Broken Sword as in the the cursor changes to the relevant mode as it floats over an item rather then having to cycle through them.
I've done this successfully by using this script on a hotspot or object.
Code: ags

function hHallway_MouseMove()
{
    mouse.SaveCursorUntilItLeaves();
    mouse.Mode = eModeInteract;
}


But I need the exception to be if the player is using an inventory item, like a key for a door.
It's probably very very simple but I cant quiet work it out. Any help would be awesome.

Thanks Guys, Justin
SMF spam blocked by CleanTalk