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
MPEGXtra
Calculating the day of the date
Fade till done
Toggle ImageEnabled Property of a Flash Member
Create File Association
Sprite Drag - Confine to stage
Lingo Paradise
VdigXtra
Vector Shape - Rounded Rectangle
Flash Sprite Cusor Changing Movie Script
 

 

 

Behavior Direct Media Simple Control

Added on 6/10/1999

 

Compatibilities:
behavior D6_5 D7 D8 Mac PC

Required Xtras:
DirectMedia Xtra 2

This item has not yet been rated

Author: Tabuleiro (website)

This behavior is for use with the Direct Media Xtra from Tabuleiro Da Baiana

--DirectMedia Xtra Simple control  

property videoSprite    -- the sprite number that is getting controlled
property videoCommand   -- the command to be issued


on DoControl me
  case ( the VideoCommand of me ) of:
    #Play:
      videoplay(sprite the videoSprite of me)
    #Pause:
      videopause(sprite the videoSprite of me)
    #Rewind:
      videoseek(sprite the videoSprite of me, the segmentstart of sprite the videoSprite of me)
    
  end case
end


on mouseUp me
  DoControl me
end


---


on getPropertyDescriptionList
  
  set p_list = [   #videoCommand: [ #comment:   "Action:",#format:   #symbol,   #range: [ #Play, #Pause, #Rewind],#default:   #Play ], #videoSprite: [ #comment:   "DirectMedia Sprite Channel:", #format:   #integer,   #default:    1] ]                  
  return p_list
end

on getBehaviorDescription
  return "Used to create Play, Pause, and Rewind control buttons for a DirectMedia Xtra video sprite. " & RETURN & "PARAMETERS:" & RETURN & "Action - Choose the action to perform on mouseUP ( Play, Pause, Rewind )." & RETURN & "DirectMedia Sprite Channel - Enter the number of sprite channel of the DirectMedia Xtra video that is being controlled."
end

 


Contact

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

Send e-mail