MetaCardians,

Under MC 2.3.2 I notice a strange visual effect--namely none--with the following code 
from a labeled field
(lockText):

on mouseUp

  doSomethingInteresting withBells,andWhistles

  visual zoom out fast
  go this card
end mouseUp

Yet, the following does produce the desired effect:

on mouseUp

  visual zoom out fast
  go this card

    doSomethingInteresting withBells,andWhistles
end mouseUp

The Visual Effect should take place AFTER (in this case), not before the handler 
operates. Is this caused by the
lost focus of the locked fld? The called handler updates a flock of fields and POP 
buttons, however, the control
still resides within the original mouseUp handler, right?


Any clues?

Ray
--


Ray G. Miller
-----------
Turtlelips Productions
4009 Everett Ave.
Oakland, CA 94602
MailTo:[EMAIL PROTECTED]
(V) 510.530.1971
(F) 510.482.3491


_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to