b2dDrawScaledMovie

Draws movie with scale factors (applies scaleX/Y multipliers, uses b2dSetScale+b2dDrawMovie, resets after). Takes handle (movie handle from b2dLoadMovie, integer), x (screen X position in pixels), y (screen Y position in pixels), scaleX (horizontal scale factor, 1.0=original width, 2.0=double width), scaleY (vertical scale factor, 1.0=original height, 0.5=half height). Returns nothing.

2D Overlay

Parameters & Returns

Parameters

handle Int
x Int
y Int
scaleX Double
scaleY Double

Returns

Void

Quick Summary

Draws movie with scale factors (applies scaleX/Y multipliers, uses b2dSetScale+b2dDrawMovie, resets after). Takes handle (movie handle from b2dLoadMovie, integer), x (screen X position in pixels), y (screen Y position in pixels), scaleX (horizontal scale factor, 1.0=original width, 2.0=double width), scaleY (vertical scale factor, 1.0=original height, 0.5=half height). Returns nothing.

Technical Exegesis...

Draws movie with scale factors (applies scaleX/Y multipliers, uses b2dSetScale+b2dDrawMovie, resets after). Takes handle (movie handle from b2dLoadMovie, integer), x (screen X position in pixels), y (screen Y position in pixels), scaleX (horizontal scale factor, 1.0=original width, 2.0=double width), scaleY (vertical scale factor, 1.0=original height, 0.5=half height). Returns nothing.

Example

Example.bam
; No example implemented yet