Visual Effects in Windows
Scott Rossi
scott at tactilemedia.com
Wed Oct 8 17:10:00 EDT 2003
Recently, "Chipp Walters" wrote:
> I've already bugzilla'ed this.
>
> Turns out if you're showing or hiding a group before doing the transition,
> then it breaks. You can show/hide controls all day long, but not groups.
> This WILL WORK:
>
>
> on mouseUp
> lock screen
> hide fld 1
> show fld 2
> unlock screen with visual dissolve
> end mouseUp
The above doesn't work for me on Win2K or XP. The objects just appear or
hide without any transition. We had a discussion similar to this recently,
and it does appear that hiding and showing objects is the problem, as Chipp
describes. For me, doing this doesn't work:
lock screen
hide grc 1
unlock screen with visual dissolve
But this (going to a new card) does:
lock screen
go cd 2
unlock screen with visual dissolve
Maybe there's an issue with the syntax (other folks are having similar
experiences?...).
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list