There's a way to run the fe in windowed mode, with or without the window border.
Create a file named "fe3darcade.ini" (or whatever the exe happened to be named) with:
Code: Select all
[Settings]
FullScreen=0
UseTitleBar=0
BackgroundAnimation=1
CenterStage=1
ResizeStage=0
SingleInstance=1
EscapeOK=1
[Lingo]
DisplayFullLingoErrorText=1One way to profit from this is, for example, to keep the default frontend's resolution of 1024x768 on a larger screen but without the black borders (say you have a nice background behind or something...)
There's also an other file that can be added, named "lingo.ini" with:
Code: Select all
on startUp
the debugPlaybackEnabled = 1
endYou can actually type-in stuff in there too using director's lingo syntax (it will mess up with the keybindings so copy/paste is best here...)

