Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 how to fade in?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
1300713G3R




PostPosted: 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
Sponsor
sponsor
syntax_error




PostPosted: 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




PostPosted: 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 Smile )
Mackie




PostPosted: 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. Razz

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.




PostPosted: 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:

Turing:
Pic.DrawSpecial (picID, x, y, picCopy, picFadeIn, duration)
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: