Jan 3, 2001 #1 Baixinha Programmer Joined Dec 27, 2000 Messages 122 Location BR I had already seem, multimedia softwares in Director, where before start, the software verify if you're using 16 bits. I'd like to know how can I do this. Thanks
I had already seem, multimedia softwares in Director, where before start, the software verify if you're using 16 bits. I'd like to know how can I do this. Thanks
Jan 3, 2001 1 #2 Horrid Programmer Joined May 20, 1999 Messages 373 if the colorDepth = 16 then yes its 16 bit, should use <= 16 cause it may be 32 bit else no, its not end if Upvote 0 Downvote
if the colorDepth = 16 then yes its 16 bit, should use <= 16 cause it may be 32 bit else no, its not end if
Jan 6, 2001 Thread starter #3 Baixinha Programmer Joined Dec 27, 2000 Messages 122 Location BR TKS for your help. Upvote 0 Downvote