I am new to the BuddyAPI xtra and more of a designer than programmer. My initial problem was that after my splash screen appears (.bmp file in projector folder)..applications or folders in that were open on my desktop jump in front of my fullscreen projector. I found another reference to this problem and bought the ba xtra. I put the following script on the first frame of my movie:
on enterFrame me
baWindowToFront(baWinHandle())
baSetWindowState(baWinHandle(), "StayOnTop"
end
This works.. EXCEPT.. there is a brief period where my desktop folders jump in front of my projector. Then as the first frame loads.. my projector becomes the focus. Is there a better place or way to use the baWindowToFront command?
Thanks in advance for any clues!!
on enterFrame me
baWindowToFront(baWinHandle())
baSetWindowState(baWinHandle(), "StayOnTop"
end
This works.. EXCEPT.. there is a brief period where my desktop folders jump in front of my projector. Then as the first frame loads.. my projector becomes the focus. Is there a better place or way to use the baWindowToFront command?
Thanks in advance for any clues!!