Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Wait for Cue Point GTF
MediaMacros Devcon Presentation 2002 - Imaging Lingo
Writing HTML in Text member
Faux Marquee Tool
Script Database
Text Services API
Cuberoids
Importing bitmaps without loosing white space
Control Buttons for DirectMedia Sprite
Graphic Drag on top
MediaMacros Xtras Mall
 

 

 

Behavior Open MIAW

Added on 7/7/2000

 

Compatibilities:
behavior D7 D8 Mac PC

This item has not yet been rated

Author: ChristianKrauter

Drop this behavior on a button fill in the excate coordinates to open a MIAW

-- copywrite christian krauter
-- free to use for all regular MediaMacros visitors
-- if you have any comments pls email me
-- christian@simplicityhq.com

property pfilename, pwindow, prunLeft, prunTop, prunRight, prunBot, pDirectory

on getPropertyDescriptionList me
  list = [:]
  addProp list, #pDirectory, [#comment: "Name Folder", #format: #string,#default: "YourFolder"]
  addProp list, #pFilename, [#comment: "What MIAW", #format: #string,#default: "YourWindow"]
  addProp list, #pwindow, [#comment: "Window parameters", #format: #integer,#default: "2"]
  addProp list, #prunLeft, [#comment: "Stage Left", #format: #string,#default: +20]
  addProp list, #prunTop, [#comment: "Stage Top", #format: #string,#default: +20]
  addProp list, #prunRight, [#comment: "Stage Right", #format: #string,#default: +20]
  addProp list, #prunBot, [#comment: "Stage Bottom", #format: #string,#default: +20]

  return list
end

on mouseUp me
  --  Needs some adjustment Christian
  (the searchPath).add(the moviePath & pDirectory)
  window(pFilename).rect = rect(the stageLeft + prunLeft, the stageTop +prunTop, the stageRight + prunRight, the stageTop + prunBot)
  window(pFilename).windowType = pwindow
  open window pFilename
end

 


Upload Provided by ABCUpload ASP

Contact

MMI
22 West Court Sq
Suite 2C
Newnan, GA 30263
USA

Fax - (206) 339-5833

Send e-mail