
01-18-2002, 05:52 AM
|
|
Registered User
|
Join Date: Dec 2001
Location: Washington-=USA=-
Posts: 143
|
|
um..
|
I do not understand.
how do I activate the script?
if (created)
{ this.maxsel=6;
// The starting X Position of the menu;
this.startx = 5;
// The starting Y Position of the menu;
this.starty = 100; }
if (timeout) {
if (keydown(0)&&this.place>0)
{this.place--;}
if (keydown(2)&&this.place<this.maxsel)
{this.place++;}
showimg 401,@#-->,this.startx,this.starty+
(this.place*10); changeimgvis 401,4;
changeimgzoom 401,.5; timeout=.05; } |
|
|
|