Home Page        Up one Level        Site Map        Send us mail


MediaMogul Script Commands



Select which command group you wish to view -

Download this table as an rtf file


Description Type Column 1 Column 2 Column 3 Column 4 Column 5 Column 6
Run-Length Animations
Animate at 5 fps V begin anim: time Animate5 animation filename offset into file: time duration time
Animate at 10 fps V begin anim: time Animate10 animation filename offset into file: time duration time
Animate at 15 fps V begin anim: time Animate15 animation filename offset into file: time duration time
DYUV Movies
Play movie at 5 fps V begin movie: time Dyuvmovie5 movie filename topleft corner: X Y # pixels to mask
Play movie at 10 fps V begin movie: time Dyuvmovie10 movie filename topleft corner: X Y # pixels to mask
Play movie at 15 fps V begin movie: time Dyuvmovie15 movie filename topleft corner: X Y # pixels to mask
Still Picture Display Top of page
Open Curtain to new picture V begin curtain: time Curtain Open picture filename duration of open
Close Curtain to new picture V begin curtain: time Curtain Close picture filename duration of close
Cut to new picture V do cut: time Cut picture filename
Dissolve to new picture V begin dissolve: time Dissolve picture filename duration of dissolve
Fade down on current picture V begin fade: time Fade_Down duration of fade
Fade up to new picture V begin fade: time Fade_Up picture filename duration of fade
Wipe Left->Right to new picture V begin wipe: time Wipe LR picture filename duration of wipe
Wipe Right->Left to new picture V begin wipe: time Wipe RL picture filename duration of wipe
Wipe Top->Bottom to new picture V begin wipe: time Wipe TB picture filename duration of wipe
Wipe Bottom->Top to new picture V begin wipe: time Wipe BT picture filename duration of wipe
Turn video off (makes screen blkack) V do off: time Off
Special Still Picture Controls Top of page
Load Picture in background plane V be ready by: time Background picture filename
Loop through foreground CLUT V begin cycling: time Clutcycle start at position # end at position # time per entry duration of loop
Select Font for text display V load font by: time Font font filename
Turn on interlace video for QHY V do at:time Interlac_On
Turn off interlace V do at: time Interlac_Off
Display back on front & enable transp V do at: time Overlay_bg
Blast picture onto current picture V do at: time Partial picture filename
Blast picture onto background picture V do at: time Partial_bg picture filename
Pause video in mid-transition V do at: time Pause Video
Draw solid rectangle on current pict. V do at: time Rect Lx Ly Rx Ry
Draw solid rectangle on back picture V do at: time Rect_bg Lx Ly Rx Ry
Choose color for "draw rectangle" V set color at: time Rectcolor Color: Red, HalfRed
Display text line on current pict V display at: time Text A line of text between ^ location:Lx Ly
Display text line on back pict V display at: time Text_bg A line of text between ^ location:Lx Ly
Choose text color for fore. pict V set color at: time Textcolor Color: Red, Halfred
Choose text color for back. pict V set color at: time Textcolor_bg Color: Red, Halfred
Display text from text file on fore. V display at: time Textfile text filename location:Lx Ly
Display text from text file on back. V display at: time Textfile_bg text filename location:Lx Ly
Animation transparency enable/disable V enable at: time Transp_on
Transp_off
Branching Controls Top of page
Branch immediately, track/don't return C branch at: time Br_alwys_r
Br_alwys_nr
script to branch to
Branch IF a variable is TRUE/FALSE, track/don't track return C branch at: time Br_true_r
Br_true_nr,
Br_false_r
Br_false_nr
script to branch to variable examined to make decision
Branch if variable is some desired value, track/don't track return C branch at: time Br_ifeq_r
Br_ifeq_nr
script to branch to variable examined to make decision Desired value
Branch if two variable contents match, track/don't track return C branch at: time Br_ifeq_r
Br_ifeq_nr
script to branch to variable in question reference variable
Plug-in Controls Top of page
Attach plug-in - pauses script to run plug-in C attach at: time Call plugin filename run instructions
Attach plug-in - does NOT pause script to run plug-in C attach at: time Call_bg plugin filename run instructions
Digital Video Related commands Top of page
Curtain Open when DV plays V be ready by: time DV_Curt_Open picture filename duration of open
Curtain Close when DV plays V be ready by: time DV_Curt_Close picture filename duration of close
Cut to new picture when DV plays V be ready by: time DV_Cut picture filename duration of open
Wipe L-R when DV plays V be ready by: time DV_Wipe_LR picture filename duration of wipe
Wipe R-L when DV plays V be ready by: time DV_Wipe_RL picture filename duration of wipe
Wipe T-B when DV plays V be ready by: time DV_Wipe_TB picture filename duration of wipe
Wipe B-T when DV plays V be ready by: time DV_Wipe_BT picture filename duration of wipe
Setup still planes for DV Play V be ready by: time DV_Transp matte/mode -or-
clut/mode

mf1 mf2 mf3
ck1 ck2 ck3
NONE
HIDE
SHOW_T
SHOW_NT
Matte Location:
Lx Ly Rx Ry
Load DV Entry point list V load by: time EPLoad EP filename
Variable Controls Top of page
Put a number into a variable C Put at: time Set_var target variable number
Copy one variable to another C Copy at: time Set_var target var name source var name
Put true/false into a variable C Put at: time Set_true
Set_false
variable to set
Add a number to a variable C Add at: time Add_var variable name number
Add one variable to another C Add at: time Add_var sum variable var to add with
Save a variable to NV memory C save at: time Save_var variable to save
Save all variables to NV memory C save at: time Save_var_all
Retrieve a variable from NV mem C get at: time Load_var variable to retrieve
Retrieve all variables from NV mem C get at: time Load_var_all
Memory Control Top of page
Free memory used by pointers C do at: time Free_ptr
Free memory used by video buffers C do at: time Free_video
Free memory used by audio buffers C do at: time Free_audio
Restore memory freed earlier C do at: time Restore_ptr
Restore_video
Restore_audio
ADPCM Audio Commands Top of page
Adjust volume of currently playing and subsequent audio clips A adj at: time Volume new volume level how quickly volume changes:time
Pause audio playback A adj at: time Pause Audio duration of pause
Play an Audio file A begin play at: time Play filename,filename.. offset into file: time duration of play
Stop current audio play immediately A stop at: time Stop
Menu Controls Top of page
Disable current menu C do at: time Menu_Off
Enable a menu and pause for select C do at: time Wait menu filename pause for: time
Enable a menu and DON'T pause C do at: time Menu menu filename breakout after: time
Wait here to advance to next line C do at: time Wait leave blank
Misc Controls Top of page
Allow advance to branch/menu on a click (when NO menu is enabled) C allow at: time Skip_on
Disallow advance to branch/menu on a click (when NO menu is enabled) C disallow at: time Skip_off
Enable Microtouch brand screen C enable at: time Touch On Point
Change cursor patterns, colors... C change at: time Change_crsr cursor pattern file
Turn on/off cursor (when off freezes cursor at last X/Y position) C on/off at: time Cursor_on
Cursor_off
Move cursor immediately to coord. C move at: time Cursor_pos Coordinates: X Y
Turn click sound on/off C change at: time Click_on
Click_off

Back to top of page


Home Page        Up one Level        Site Map        Send us mail