Revolution much slower then Hypercard

Nelson Zink zink at newmex.com
Mon Feb 11 04:10:01 EST 2002


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




More information about the use-livecode mailing list