Thanks john!

 


Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens John Grden
Verzonden: dinsdag 20 juni 2006 14:13
Aan: Open Source Flash Mailing List
Onderwerp: Re: [osflash] Xray: Runtime grid line creator panel and Edit Tool

 

Yes!  sorry, I should have done that last night

connectorOnly package with updated XralyLoader class by Chris Allen:
http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector_only/xray_connector_only.zip?format=raw

SWF only:
http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector_only/xrayConnector_1.5.5.swf?format=raw


Chris updated the event types with static properties
Sample usage:

      private function loadXray():Void
       {
               XrayLoader.addEventListener(XrayLoader.LOADCOMPLETE, this,
"xrayLoadComplete");
               XrayLoader.addEventListener(XrayLoader.LOADERROR, this, "xrayLoadError");
               XrayLoader.loadConnector("xrayConnector_1.5.5.swf");
       }

       private function xrayLoadComplete():Void
       {
               start(AllTests);
       }

       private function xrayLoadError():Void
       {
               trace("an error occured loading the Xray connector");
       }


On 6/20/06, Arnoud Bos <[EMAIL PROTECTED]> wrote:

Hey John,

 

Great additions!

Will there be a connector only release? (swf version of the connector)

 

Thanks,

 

Arnoud

 


Van: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]] Namens John Grden
Verzonden: dinsdag 20 juni 2006 6:11
Aan: [EMAIL PROTECTED]; Open Source Flash Mailing List
Onderwerp: [osflash] Xray: Runtime grid line creator panel and Edit Tool

 

1.5.5 Connector: http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector/xray_conn_1.5.5.mxp?format=raw

1.5.5 - changes:

1.  New Grid Line creator - add grid lines at any x/y coordinate in any timeline when working with coordinate conversions

2.  New Edit tool - scale, rotate and move any clip on stage at runtime with a similar edit tool you'd find in the flash IDE

video:
http://labs.blitzagency.com/wp-content/xray/flex2/assets/videos/GridLines_EditTool.html

Flex2 interface:
http://labs.blitzagency.com/wp-content/xray/flex2/Xray.html (requires Flash9)

Would love comments on improvements!
--
John Grden - Blitz


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org




--
John Grden - Blitz

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to