Splash Screen Launcher

André.Bisseret Andre.Bisseret at inria.fr
Wed Oct 10 03:15:42 EDT 2007


Le 10 oct. 07 à 00:12, John Tregea a écrit :

> Hi Guys,
> To the suggested script
>
> on startUp
> go stack "thatOtherStack"
> set the visible of me to FALSE
> end startUp
>
> Maybe it would be worth adding
>
> on startUp
> wait 2 seconds -- so users can admire my beautiful splash screen
> go stack "thatOtherStack"
> set the visible of me to FALSE
> end startUp
>
>
> : )
>
Hi,
And you might want to have your" splash stack" vanishing smoothly ;
So, you could wirte something like :

set the blendLevel of stack "splash stack" to "0"
   show stack "splash stack"
   wait 2 sec
   repeat while the blendlevel of stack "manoaciel" < 100
     set the blendlevel of stack "manoaciel" to (the blendlevel of  
stack "manoaciel" + 1)
     wait for 1 ticks
   end repeat
  go to stack "thatOtherStack"


Best regards from Grenoble
André





More information about the use-livecode mailing list