Contents
Articles
Behaviors
Books
Director News
Director Web Sites
FAQ
Games
Mailing Lists
News Groups
Project Examples
Reviews
Software
Tools
Useful Web Sites
Utilities
Xtras

Don't miss these
Editable Field/Text AutoTabbing
New bitmap from existing member
cXtraGraphicIO
Text scrolling effect
Scroll Text With Mouse
Find CD Drive - Using Wierd File
Intermedia Transition Xtra
Flash Sprite -- Simple Controller [Play, Pause, Rewind]
Vector Shape - Create Sine Wave
ToolTip Behavior
 

 

 

Behavior Make Projector

Added on 6/12/2000

 

Compatibilities:
behavior D7 D8 PC

Required Xtras:
Buddy API

This item has not yet been rated

Author: KumarK

Make Projector "always on top"

---- written for Director 8 ---
---- Kumar.K kumark@icode.com ----

-- Get Behavior description --
on getBehaviorDescription
  return "This Behavior Brings the projector window in front of all other windows.. " & RETURN &
"Projector window gets the priority." & RETURN & RETURN &
  "This Behavior needs Buddy API Xtra to work, so please ensure You Have Buddy API Xtra." & RETURN & RETURN &
  "* Please use this script in movie script of the projector file"
end
-- Get Behavior description --

-- Make always on top --
on makealwaysontop
  baSetWindowState( baWinHandle(), "StayOnTop" )
end activateprevious
-- Make always on top --

 


Contact

MMI
36 South Court Sq
Suite 300
Newnan, GA 30263
USA

Send e-mail