>hi! kerry, thanx for the code. I tried it however, i keep getting the 
>following error:
>
>script error : Handler definition expected
>gScrHgt? = baScreenInfo("height")

You need to put it in a handler. Declare your globals, then:

on prepareMovie
   gScrHgt = baScreenInfo("height")
   -- etc.
end

It doesn't have to be the prepareMovie handler, but that's where I usually 
put it. Make sure it's a movie script, too, not a behavior or parent script.

>I have downloaded the budfull and budsaver xtras from buddyAPI.I have 
>added the budsaver.x32 xtra to the Xtras's folder in Director.

You got the wrong Xtra. Go back to www.mods.com.au and click on the first 
link, Buddy API. Buddy Saver, the one you got, is for making your projector 
into a screen saver.

You should end up with a file called budapi.x32 in your Director/Xtras 
folder. You'll probably also want to put the BUDAPI.HLP file in the same 
directory.

>Would you also be knowing of some code to make the movie adjust to the 
>desktop size regardless of the screeen resolution?

Do you want to stretch or shrink the movie? Your graphics will be distorted 
if you do. I'd just make it full screen when you create the projector 
(there's an option you can check).




[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!]

Reply via email to