Search content:

 

Personal Menu
Username:
Password:
Save password

Become a member

Forgot Password?

 

Don't miss these
AutoRez Monitor Resolution Switcher
FileXtra
Drag Install
DirectFTP
Send E-mail using Buddy API
Shockwave Remote Faq
Centipede
Bevel Static-Alphamania
Round floating point numbers off to nearest ten
Sprite Recorder
MediaMacros Xtras Mall
 

 

 

Behavior Wait For Media Ready

Added on 5/30/2000

 

Compatibilities:
behavior D7 D8 Mac PC Shockwave

This item has not yet been rated

Author: KumarK

Waits until Media is ready before proceding in Shockwave

----Wait For Media Ready
-- Written for Director 8 --
-- Kumar.K, kumark@icode.com---
-- Custom Properties --

Property themember,MyAction


-- Get Behavior Parameters --
on getPropertyDescriptionList
  if the currentspritenum <> 0 then exit  
  set description = [:]
  addProp description, #themember, [#format:#Member, #comment: "Wait For
Which Member?",#default:member(1)]
  addProp description, #MyAction, [#format:#String, #comment: "What Next?",

  #range:["Go NextFrame", "Go NextMarker"],#default:"Go NextFrame"]
  return description
end

-- Get Behavior description --
on getBehaviorDescription
  return "This Behavior waits for the Media to be" & RETURN &
  "Downloaded before Proceeding Next." & RETURN & RETURN &
  "Parameters" & RETURN &
  "* Media to be downloaded." & RETURN &
  "* Action after the media Downloaded."
end

-- Events --
on exitframe
  if member(themember).mediaReady = TRUE then
    case MyAction of
      "Go NextFrame":   Go the frame+1
      "Go NextMarker":  Go Next
    end case  
  else
    go the frame    
  end if
end

-- Can be attached to only Frame Scripts --
on isOKToAttach (me, aSpriteType, aSpriteNum)
  case aSpriteType of
    #graphic:
      return False
    #script:
      return True
  end case
end isOKToAttach  

 


Upload Provided by ABCUpload ASP

Contact

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

Fax - (206) 339-5833

Send e-mail