Sure there is:
sync on
sync rate 30
make object cube 1, 1.0
set object transparency 1, 1
do
for i=255 to 0 step -1
color object 1, (rgb(255,255,255) && 0xffffff) + (i << 24)
sync
if escapekey() > 0 then end
next i
loop
You just have to play around with the alpha part of the colour. That's what that '(rgb(255,255,255) && 0xffffff) + (i << 24)' nonsense does.
*** Coming soon - Network Plug-in - Check my site for info ***
For free Plug-ins, source and the Interface library for Visual C++ 6, .NET and now for Dev-C++
http://www.matrix1.demon.co.uk