Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread John Grden
Hey Aaron, click on the icon in the upper left, and rollover the options menu - select show errors and show batch command. Even if you don't want to use the IDE, Flasc will print out a useable script for you to use with FlashDevelop JPG On 8/23/06, aaron smith [EMAIL PROTECTED] wrote: I've

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread aaron smith
yeah I tried that. Still no luck. I am getting the same errors.. here is the entire output::: C:/Program Files/mtasc/mtasc.exe -swf C:/Documents and Settings/aaronsh/Desktop/dev/flash/flashprojects/disasterstruclonthedayofmybirth/bin/Main.swf -out C:/Documents and

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread John Grden
are you useing a precompiled SWF with components? On 8/23/06, aaron smith [EMAIL PROTECTED] wrote: yeah I tried that. Still no luck. I am getting the same errors.. here is the entire output::: C:/Program Files/mtasc/mtasc.exe -swf C:/Documents and

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread aaron smith
no. it is a precompiled swf but no components. I did manage to add all the packages in, and suppressed all errors. but now there is functionality that doesn't work in the mtasc compiled version. It's weird. .not getting any errors. but things aren't working.. I've tried rebuilding the swf from

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread aaron smith
would it have anything to do with having imports like: com.somepackage.* VS. com.sompackage.SomeClass ? On 8/23/06, aaron smith [EMAIL PROTECTED] wrote: no. it is a precompiled swf but no components. I did manage to add all the packages in, and suppressed all errors. but now there is

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread John Grden
I wouldn't think so. I don't use wild cards so I've not run into that issue. But from whatever I've read/experienced, MTASC would support that just fine. On 8/24/06, aaron smith [EMAIL PROTECTED] wrote: would it have anything to do with having imports like: com.somepackage.*VS.

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread aaron smith
yeah that's what I tried. No luck. It did suppress the errors but now there is missing functionality.. Weird. No errors but there is obvious missing functionality.. If I pack everything in maybe that would force every class to be compiled? On 8/24/06, John Grden [EMAIL PROTECTED] wrote:

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread John Grden
you certain could try it. One thing I just did with someone else, was to start at the beginning. Add the main class (if that's what you have) and add a class path. Compile. Follow the errors until you get the necessary classes in there. It worked like a charm. On 8/24/06, aaron smith [EMAIL

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread aaron smith
sorry not following completely what you mean, quick exmaple? or deeper explanation?.. thank you.. On 8/24/06, John Grden [EMAIL PROTECTED] wrote: you certain could try it. One thing I just did with someone else, was to start at the beginning. Add the main class (if that's what you have)

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread John Grden
IE, start a new flasc project add a class path first then, if you have a main class that's your starting point for the application, add that to the project. Compile Read the errors about what's missing and add them one at a time. Compile...repeat If you are using a precompiled SWF, make

Re: [Flashcoders] Any MTASC masters out there?

2006-08-23 Thread aaron smith
ok I think I got what you meant. I started by just giving one class path. and the main.as file. then after trying to compile.. it gave me all those errors about having to force compile the actionscript. I went through. one by one. compiling after each one.. evetually it got to the point where no

<    1   2