Soviut
06-15-2005, 04:22 PM
I'm trying to build some simple JSFL tools. So far I've created something that works and returns fl.trace() commands so I know it's working.
On the advice of several tool development tutorials I've read, I've created a command file in my /first run/commands/ directory. This command only contains the reloadTools(); line in it. When I run it from the Commands menu in Flash it seems to be working since the toolbar flickers and the active tool returns to the selection arrow.
The problem is, my tool itself isn't reloading. I've changed some of the trace lines to say something different, saved the file (in the same location, my /First Run/Tools/ folder), and then ran the reload Command. The tool must be cached or something because it won't update unless I close and reopen Flash completly.
Any ideas?
On the advice of several tool development tutorials I've read, I've created a command file in my /first run/commands/ directory. This command only contains the reloadTools(); line in it. When I run it from the Commands menu in Flash it seems to be working since the toolbar flickers and the active tool returns to the selection arrow.
The problem is, my tool itself isn't reloading. I've changed some of the trace lines to say something different, saved the file (in the same location, my /First Run/Tools/ folder), and then ran the reload Command. The tool must be cached or something because it won't update unless I close and reopen Flash completly.
Any ideas?