how to fade in?
Author |
Message |
1300713G3R
|
Posted: Sun Apr 06, 2008 3:34 pm Post subject: how to fade in? |
|
|
I'm trying to make a really simple fade in, what is the command for it?
thnx in advance |
|
|
|
|
|
Sponsor Sponsor
|
|
|
syntax_error
|
Posted: Sun Apr 06, 2008 6:58 pm Post subject: RE:how to fade in? |
|
|
i dont think there is a command for it in turing, well in my old 4.0.3 you might want to try you F10 and type in Pic and check? But i do doubt, it highly. |
|
|
|
|
|
Jonnu
|
Posted: Sun Apr 06, 2008 10:28 pm Post subject: RE:how to fade in? |
|
|
i agree to don't think there is one but fading in is probaly the only movie effect types u can't do but try something else like a black screen then a white circle comes out from the middle of the screen or black to white from left to right!! ( that rhymed ) |
|
|
|
|
|
Mackie
|
Posted: Sun Apr 06, 2008 10:40 pm Post subject: RE:how to fade in? |
|
|
http://compsci.ca/v3/viewtopic.php?t=17171&postdays=0&postorder=asc&start=15
Shameless plug.
The latest version is grouped with a basic alpha class. Just draw a black rectangle over everything else and slowly decrease the opacity, until 0. It will be an almost perfect fade.
The only problem is, it's pretty slow (no possible way to speed up in Turing) and it also restricts colors to the basic 0-255 because of the use of whatdotcolor. So it can look a tad odd in some cases. |
|
|
|
|
|
andrew.
|
Posted: Mon Apr 07, 2008 5:49 pm Post subject: Re: how to fade in? |
|
|
If you have Turing 4.1.1 alpha (which is free), it has special effects and new transitions to other images. The command is "Pic.DrawSpecial". The whole syntax would be:
|
|
|
|
|
|
|
|