Jump to content
Search Community

mpetter

Members
  • Posts

    2
  • Joined

  • Last visited

mpetter's Achievements

0

Reputation

  1. Found it! The image disappear because it's x and y position were negative. You need to set the bounds: var manager:FlexTransformManager = new FlexTransformManager({bounds: new Rectangle(0, 0, 800, 500)});
  2. Hello, I'm making some tests with FlexTransformManager and when I create an Image and the FlexTransformManager object in the ActionScript instead the MXML tags, I got a problem. When I click the image it's disappear!!! Here's the code: <?xml version="1.0" encoding="utf-8"?> xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:transform="com.greensock.transform.*" minWidth="955" minHeight="600" applicationComplete="this.init()"> Am I doing something wrong? I'm trying to figure out what is happening... Thanks in advance.
×
×
  • Create New...