PDA

View Full Version : Drop Down Menu


complexity
12-27-2004, 11:54 AM
The menu closes and opens. Now how cool is that?


*door 66 (main)*

ON SELECT{
ME GETSPOTSTATE state =
{0 ME SETSPOTSTATELOCAL
"menu shut" STATUSMSG}
{1 ME SETSPOTSTATELOCAL
"menu open" STATUSMSG} 1 state == IFELSE
}


*regular doors*

ON SELECT {
66 GETSPOTSTATE state =
{DEST GOTOROOM}
{MOUSEPOS SETPOS} 1 state == IFELSE
}

*door for webpage*

ON SELECT {
66 GETSPOTSTATE state =
{"http://avatar.palacehost.com" NETGOTO}
{MOUSEPOS SETPOS} 1 state == IFELSE
}[/quote]