At 10:56 AM -0800 1/3/03, [EMAIL PROTECTED] 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 ~ [EMAIL PROTECTED]
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/


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

Reply via email to