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é


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to