Reply to Re: spin
If you don't have an account, just leave the password field blank.
void main ( void )
{
sp_dir(1, 2);
wait(50);
sp_dir(1, 4);
wait(40);
sp_dir(1, 8);
wait(30);
sp_dir(1, 6);
wait(20);
sp_dir(1, 2);
wait(30);
sp_dir(1, 4);
wait(40);
kill_this_task();
}
easier than having &rwait -= 10 in each line
{
sp_dir(1, 2);
wait(50);
sp_dir(1, 4);
wait(40);
sp_dir(1, 8);
wait(30);
sp_dir(1, 6);
wait(20);
sp_dir(1, 2);
wait(30);
sp_dir(1, 4);
wait(40);
kill_this_task();
}
easier than having &rwait -= 10 in each line