Ken,
Can you speed this up?
on mouseUp
select card image 1
delete card image 1
put 300 into XX
put 300 into YY
put 200 into RR
choose brush tool
set brush to 32
set brushcolor to "blue"
put -((pi/2)-(pi/584)) into Rad
repeat until Rad>=1.5*pi
click at XX+round(RR*cos (Rad)),YY+round(RR*sin (Rad))
add (2*pi)/584 to Rad
end repeat
choose browse tool
end mouseUp
There's slow and then there's slow.
Nelson
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution