From 2a6561b9b7307ea0b1cb92831c7a100f2356a290 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Fri, 15 Jan 2010 13:53:10 +0000 Subject: [PATCH] missing file --- net/systemeD/halcyon/ExtendedLoader.as | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 net/systemeD/halcyon/ExtendedLoader.as diff --git a/net/systemeD/halcyon/ExtendedLoader.as b/net/systemeD/halcyon/ExtendedLoader.as new file mode 100755 index 00000000..7000046c --- /dev/null +++ b/net/systemeD/halcyon/ExtendedLoader.as @@ -0,0 +1,19 @@ +package net.systemeD.halcyon { + + /* + === ExtendedLoader === + + This simply allows us to store arbitrary data (e.g. a filename) in the Loader object, + so that the responder knows which image has just been loaded. + + */ + + import flash.events.*; + import flash.net.*; + import flash.display.*; + + public class ExtendedLoader extends Loader { + public var info:Object=new Object(); + } + +} \ No newline at end of file -- 2.36.1