Another nice adventure from Ape Marina is coming. Great!

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
function hDoorBedroomHall_MouseMove()
{
mouse.SaveCursorUntilItLeaves();
mouse.Mode = eModeLeft;
}
function hDoorBedroomHall_AnyClick()
{
cChecco.ChangeRoom(3);
}
Hotspot *h = Hotspot.GetAtScreenXY(mouse.x, mouse.y);
...
// room script file
function hDoorBedroomHall_MouseMove()
{
Mouse.ChangeModeGraphic(eModeLeft, 12); //12 is the ID cursor
}
function hDoorBedroomHall_AnyClick()
{
cChecco.ChangeRoom(3);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.089 seconds with 14 queries.