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 - millennium2k

#1
Hi,
I'm developing a first person adventure game and I want change the graphic mouse cursor on an hotspot hover event.
How can I do it?
I tried with this code but nothing happens:

Code: ags

// room script file

function hDoorBedroomHall_MouseMove()
{
Mouse.ChangeModeGraphic(eModeLeft, 12); //12 is the ID cursor
}

function hDoorBedroomHall_AnyClick()
{
cChecco.ChangeRoom(3);
}


Many thanks.

#2
Hello developers!

I have a simple question:
AGS supports 2.5D? I would develop a adventure game with a 3d character on 2d background.
I think that I can do it with Wintermute, but with AGS?

Thanks a lot.:smiley:
SMF spam blocked by CleanTalk