Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

(Hello!) Projector box query? Help!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
Hey people!

Can anybody tell me if its possible to change the color of, or remove the neat little black box, that appears around my movie when when I create a full screen projector?

Many thanks!

My computer she drive me crazy!
 
All you need to do is to write a script that goes into the frame script channel. For instance, you may have:

on exitFrame
play the frame
end

in order for it to hold on the frame, but you can on that same script write:

on prepareFrame
set the bgColor of the stage = rgb(x, y, z)
end

----- just plug in the values for rgb in the parentheses for whatever color you want---
Keep in mind this changes the stage color changes
and will change the color of the box around a full screen movie.. so make sure it is throughout the movie. i haven not tried writing this in a movie script but it may work as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top