
doFunction(action){
self.doFunction = action;
if (self.doFunction == "Nav_Up"){
[COLOR="#008000"]//Scroll Up for your menu type, add the function here.[/COLOR]
}else if (self.doFunction == "Nav_Down"){
[COLOR="#008000"]//Scroll Down for your menu type, add the function here.[/COLOR]
}else if (self.doFunction == "Exit_Menu"){
[COLOR="#008000"]//add your destroy elements or what not here.[/COLOR]
}else if (self.doFunction == "Open_Menu"){
[COLOR="#008000"]//add the build up to your menu here.[/COLOR]
}else if (self.doFunction == "Select_Item"){
[COLOR="#008000"]//add your select item code here.[/COLOR]
}
}
self thread doFunction(<your action>
;

doFunction(action){
self.doFunction = action;
if (self.doFunction == "Nav_Up"){
[COLOR=#008000]//Scroll Up for your menu type, add the function here.[/COLOR]
}else if (self.doFunction == "Nav_Down"){
[COLOR=#008000]//Scroll Down for your menu type, add the function here.[/COLOR]
}else if (self.doFunction == "Exit_Menu"){
[COLOR=#008000]//add your destroy elements or what not here.[/COLOR]
}else if (self.doFunction == "Open_Menu"){
[COLOR=#008000]//add the build up to your menu here.[/COLOR]
}else if (self.doFunction == "Select_Item"){
[COLOR=#008000]//add your select item code here.[/COLOR]
}
}
self thread doFunction(<your action>
;

doFunction(action){
self.doFunction = action;
if (self.doFunction == "Nav_Up"){
[COLOR=#008000]//Scroll Up for your menu type, add the function here.[/COLOR]
}else if (self.doFunction == "Nav_Down"){
[COLOR=#008000]//Scroll Down for your menu type, add the function here.[/COLOR]
}else if (self.doFunction == "Exit_Menu"){
[COLOR=#008000]//add your destroy elements or what not here.[/COLOR]
}else if (self.doFunction == "Open_Menu"){
[COLOR=#008000]//add the build up to your menu here.[/COLOR]
}else if (self.doFunction == "Select_Item"){
[COLOR=#008000]//add your select item code here.[/COLOR]
}
}
self thread doFunction(<your action>
;
Copyright © 2026, NextGenUpdate.
All Rights Reserved.