Posted: Tue Aug 17, 2004 11:24 pm
Make the corona a script_model and give it a targetname. Lets say I called it corona_red.
Then in the blink thread do something like:
while(1)
{
$mylight lighton
$corona_red show
wait 3
$mylight lightoff
$corona_red hide
wait 3
}
end
Then in the blink thread do something like:
while(1)
{
$mylight lighton
$corona_red show
wait 3
$mylight lightoff
$corona_red hide
wait 3
}
end