Scott, Sorry for the delayed response. I'm not sure what the benefit of having a runtime class library like this would be. Most class usage requires ...
Just an FYI. I will be speaking tonight, at the Weisman Art Museum See here: http://www.inms.umn.edu/digerati/ -- Flash4Hire http://www.flash4hire.com ...
Hi all, I bought my WACOM tablet and I love it. It has improved my productivity a lot and I wish I had bought it two years ago. I'm not an artist and I've...
Hey Shawn, I remember you for the days with Skott at Autographics. Long time ago, man. I'm now in the animation business doing medical stuff for Guidant (now...
I don't know about a good tutorial but what makes the Wacoms invaluable for us are quick gesture drawings to sketch-in animations. I'm blown away by how many...
Vanessa, We meet on the 3rd Wednesday of every month at Easel Training at about 6:30pm. Check out FlashMN.com for some details (I need to update it for this...
Hey all, Eight Hour Day is going to be presenting this month! They will be talking about design and what they have been up to this year and process. Come and...
I have been working on this code for a multilayered menu, and keep hitting the same wall, too many variables all over the place. I keep getting to setting up...
Re: Next WednesdayQ + A with the design firm EIGHTHOURDAY. FlashMN invites to come verbally assault eighthourday. Katie Kirk and Nathan Strandberg will be...
Hi all, I haven't heard anything from MDM's support, but I have an app I created with Zinc that runs fine on my hard drive. Now however, the same app throws ...
Best guess--there's a file on your HD that's not on the CD. PC or Mac? What's happening in your app when this happens? Try it on a different machine? Try...
This is a hybrid CD which works fine on Mac, but on WinXP I see the error. In addition, it had been working perfectly for a day, but one build resulted in the...
Greetings - A client of ours is hiring. See the ad below: ActionScript Developer Description: If you want to work with friendly, smart people in a creative, ...
Scott, 2 things you could try 1. you should be using this: ( Application.path ) property when loading files from the system, also check the troubleshooting...
Thanks Steve, ... Usin' it. ... I've actually reinstalled Zinc and re-created project from scratch, which did not fix. Eventually realized that it was my...
An instructor I know worked with a few other people to develop study aids for certification exams. They currently have two "Exam Buster" products. They have...
Has anyone encounter a situation like this: There are 2 movie clips on the stage, each of them just a simple picture of something. When clip A is clicked, it...
Actionscript for clip A: on(click){ _root.clipB._alpha = 100;} Actionscript for clip B: (_alpha is initialized at 0) on(release){} If I did not have the...
To get rid of any weird scoping issues (and practices that are trying to be phased out) don't put code on movie clips. Instead put the code on the frame...
I have a container which opens up an image over a couple of selection thumbnails buttons. The thumbnails underneath become inactive when the container loads,...
More than likely Ade this is a timing issue. The reason this works locally is because the load is pretty much instant. Since I don't have your code/files in...
Nate, this paticular fla file i am working on is part of a bigger piece. its actually a swf that loads into a container of another movie ( A main movie ). so...
I am assuming you are using the MovieClipLoader class. If so, before you do your loadClip command create a listener object and in the onLoadInit event set...
Hey all, Just a friendly reminder that we have a meeting this Wednesday night with Eight Hour Day presenting. Check out www.flashmn.com for more details and...