1. Import OR create bitmap ( it will be a shape of your window )
2. Convert this bitmap to 1-bit, menu: Modify > Transform Bitmap... > Color
Depth : choose "1 bit"
and name it "1BIT"
3. Create movie script:
on startMovie
appMinimize --
the stage will be mnimized
myWindow = window( "mywindow.dir" )
myWindow.windowType = member( "1BIT" ) -- yes, yes, type of
window have to be equal bitmap member
myWindow.open()
end
4. Create projector: "start.exe"
5. Create new movie and save it as "mywindow.dir".
Now you can run "start.exe"
Szymek
PS Remeber to loop you start movie :-). check menu: Control > Playback loop.
I use Director 8.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]