Get a pool, or take a nice cold shower.

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 hBoto1_Up_AnyClick()
{
cBoto1.Frame=cBoto1.Frame+1;
if (cBoto1.Frame==10)cBoto1.Frame=0; // reseating the counter to 0, since there are only numbers 0 to 9.
if (code1==cBoto1.Frame) Display ("This is the right key number for code 1");
if (code1==cBoto1.Frame && code2==cBoto2.Frame && code3==cBoto3.Frame) Display ("This is the correct combination!");
}
function hBoto2_Up_AnyClick()
{
cBoto2.Frame=cBoto2.Frame+1;
if (cBoto2.Frame==10)cBoto2.Frame=0; // reseating the counter to 0, since there are only numbers 0 to 9.
if (code2==cBoto2.Frame) Display ("This is the right key number for code 2");
if (code1==cBoto1.Frame && code2==cBoto2.Frame && code3==cBoto3.Frame) Display ("This is the correct combination!");
}
function hBoto3_Up_AnyClick()
{
cBoto3.Frame=cBoto3.Frame+1;
if (cBoto3.Frame==10)cBoto3.Frame=0; // reseating the counter to 0, since there are only numbers 0 to 9.
if (code3==cBoto3.Frame) Display ("This is the right key number for code 3");
if (code1==cBoto1.Frame && code2==cBoto2.Frame && code3==cBoto3.Frame) Display ("This is the correct combination!");
}
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.478 seconds with 15 queries.