assistance with visual effects

Jeanne A. E. DeVoto jeanne at runrev.com
Fri Jan 3 16:18:38 EST 2003


At 10:56 AM -0800 1/3/03, rel102g4 at mac.com wrote:
>on openCard
>go next marked card
>vissual effect dissolve
>end openCard

You need to put the visual effect command before the go command, not after.
(The visual effect command takes effect the next time you move to another
card.)

  on openCard
     visual effect dissolve
     go next marked card
  end openCard

--
Jeanne A. E. DeVoto ~ jeanne at runrev.com
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/





More information about the use-livecode mailing list