Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
Stop all the sounds
Mile High Table O'Products
HTML-ingo
Xtra Safe
ScreenFade
Put stream percentage
Key Code
installer/unstaller
DirectControl Xtra
Reset Cursor of all sprites to Default
MediaMacros Xtras Mall
 

 

 

Behavior Open Windows Explorer

Added on 10/2/2000

 

Compatibilities:
behavior D7 D8 PC

Required Xtras:
Buddy API

This item has not yet been rated

Author: MediaMacros (website)

This behavior opens the windows explorer to the specified directory.

property spriteNum, driveLocation, relative

on getPropertyDescriptionList me
  p_list = [:]
  addProp p_list, #driveLocation, [#format : #string, #comment : "Location to open explorer to:", #default : "C:"]
  addProp p_list, #relative, [#format : #boolean, #comment : "Relative to the movie?", #default : true]
  return p_list
end

on mouseUp me
  if relative = true then
    location = the moviePath & driveLocation
  else
    location = driveLocation
  end if
  baShell("open", "explorer.exe", location, "", "normal")
end

on getBehaviorDescription me
  describe = "This behavior opens the windows explorer to the specified directory."
  return describe
end

on getBehaviorTooltip me
  describe = "This behavior opens the windows explorer to the specified directory."
  return describe
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