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
Drop File
XTinyadoDB xtra
Confine Effect ot Mouse Over-Alphamania
zOpen
DiskJockey CD-ROM Builder
Animation on MouseUp
MADPlayer
Sound FadeIn
Set ViewScale Property of a Flash Sprite
Magnify-Alphamania
 

 

 

Behavior Make Director window odd sized.

Added on 10/2/2000

 

Compatibilities:
D7 D8 PC Script

Required Xtras:
Buddy API

This item has not yet been rated

Author: MediaMacros (website)

This function will let you make the director windw any size you need to (unlike the existing incremental sizes). Use like this... setWindowSize(width, height) This function will only work in projectors, and only on those set to be in a window and not full screen.

on setWindowSize theWidth, theHeight
  if the environment.runmode <> "Author" then
    baMoveWindow( baWinHandle(), -1, -1, theWidth, theHeight, true )
  end if
end

on getBehaviorDescription me
  describe = "This function will let you make the director windw any size you need to (unlike the existing incremental sizes).  Use like this..." & return & "setWindowSize(width, height)" & return & "This function will only work in projectors, and only on those set to be in a window and not full screen."
  return describe
end

 


Contact

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

Send e-mail