Another question today.

Klaus Major k_major at os.surf2000.de
Fri Feb 28 06:33:00 EST 2003


Hi Tim,

> Sorry to keep asking question but I just can't figure it out.  I have 
> a stack that has a button with the following script in it.  The user 
> presses it and then this happens.  It puts images into image "1.jpg".  
> I would like to use some of the visual effects, but they don't seem to 
> work when you set the filename.  Anyone have any ideas or is it 
> impossible?  Thanks a lot in advance.
>
> on mouseup
>   set filename of image "1.jpg" to "pics/sue/1.jpg"
>   put "My daddy left home when I was three" into field "text"
>   wait 5 seconds
>   put "And he didn't leave much to Ma and me..." into field "text"
>   wait 5 seconds
>   set filename of image "1.jpg" to "pics/sue/2.jpg"

you can lock the screen and unlock it again with a visual effect.


...
   put "And he didn't leave much to Ma and me..." into field "text"
   wait 5 seconds
   lock screen
   set filename of image "1.jpg" to "pics/sue/2.jpg"
   unlock screen with visual dissolve very slow
...

Hope that helps.


Regards

Klaus Major
k_major at os.surf2000.de




More information about the use-livecode mailing list