You are viewing our Forum Archives. To view or take place in current topics click here.
anybody know this ?
Posted:
anybody know this ?Posted:
Status: Offline
Joined: Nov 07, 201014Year Member
Posts: 59
Reputation Power: 2
Status: Offline
Joined: Nov 07, 201014Year Member
Posts: 59
Reputation Power: 2
dpad_up()
{
self.scroll--;
if(self.scroll < 0)
self.scroll = 0;
self notify( "refreshMenu" );
self thread drawMenu( self.scroll );
wait 0.001;
}
I wana add button to this but it doesnt work so help me if u can plz
{
self.scroll--;
if(self.scroll < 0)
self.scroll = 0;
self notify( "refreshMenu" );
self thread drawMenu( self.scroll );
wait 0.001;
}
I wana add button to this but it doesnt work so help me if u can plz
You are viewing our Forum Archives. To view or take place in current topics click here.