I'm not sure if I read this correctly, but you were trying to make a "rainbow penguin", amirite? If so, so that we don't have you posting back about "lolwut? i dunt get it//??SHIFT"
- Code: Select all
while(true) {
$p->updateColor();
sleep(5);
$p->updateColor();
sleep(5);
$p->updateColor()
and so on.. I don't know if updateColor is the exact function, but I'm guessing it is, I didn't check the tasks.php.. It really was not that hard of a concept to understand, anyway. They said put updateColor() into a while(true). It wasn't that hard..
BTW: As Adam said, don't expect people to hand you codes. The only reason I'm giving it to you is because I don't want to see your "i dunt get it", as I said before.
If you need help with a script or an error, PM me. If you'd rather have instant help, check my user profile, my AIM is listed on there, just IM me there.
