Hang on there's a typo in the swf8 lzsprite code, looks like 'yscale' should
be 'xscale'

LzSprite.prototype.setXScale = function(xscale) {
    if (! this.__LZmovieClipRef) this.makeContainerResource();
    this.__LZbgRef._xscale = this.__LZbuttonRef._yscale =
this.__LZmovieClipRef._xscale = xscale * 100;
    this._xscale = xscale;
    //Debug.inf



On Wed, Aug 11, 2010 at 2:32 PM, Max Carlson <[email protected]> wrote:

> Change 20100811-maxcarlson-t by [email protected] on 2010-08-11
> 12:28:30 MDT
>    in /Users/maxcarlson/openlaszlo/trunk2
>    for http://svn.openlaszlo.org/openlaszlo/trunk
>
> Summary: Fix resource scaling in swf8
>
> Bugs Fixed: LPP-8814 - resource gets wrong width when stretches equals
> width
>
> Technical Reviewer: ptw
> QA Reviewer: mdemmmon
>
> Details: Apply patch from LPP-8814
>
> Tests: See LPP-8814
>
> Files:
> M       WEB-INF/lps/lfc/kernel/swf/LzSprite.as
>
> Changeset:
> http://svn.openlaszlo.org/openlaszlo/patches/20100811-maxcarlson-t.tar
>
>


-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to