Hi Falak, that´s an old "stuf" but you can find it easelly in: http://www.flashkit.com/ http://www.actionscripts.org http://www.flashadvisor.com choose MOVIE...
You can easily create something similar by using blur filter in Flash 8 or Photoshop. A quick way to make it, Create 2 layers, one on top of the other. Draw a...
That's not an animation that's going to be easy to create with Actionscript for a beginner, so you will need to learn to use the Flash drawing tools, text...
hmmm... The laser would just be a movie clip with some motion tweens thrown in... the text just requires a little fading... It wouldn't be amazingly hard; the...
Hi, In AS 2.0, I use this to add some mc on my stage: for (var i:Number = 0; i<6; i++) { content.attachMovie("pic"+i, "pic"+i, i, {_y: 70*i}); } In AS3.0, I...
http://www.miflashfest.org November 10th, 2007 9:00am - 5:30pm Conference highlights Novice & Pro track breakouts Special keynote speaker Gallery of Flash...
Hi everyone, I just wrapped up version 1 of a game I've been working on. However, playing locally, it's fine, however, playing online, it feels a little slow....
Played the game on a Mac 2.0 Dual G5 with 8 mg broadband - plays fine, though it's not necessarily a "fast" game (like a "shoot em up" or driving game). Nice...
Michigan Full on Flash Conference Saturday Nov. 10th Schoolcraft College - Vistatech Bldg Livonia, MI www.miflashfest.org Sponsored by Organic Eprize ...
What is this called and how do I create this? http://www.templatemonster.com/flash...tes/17062.html http://tinyurl.com/2mhoqu (link added by moderator) I want...
Excellent. I'm glad it even worked... for some reason it's not even appearing on some computers. Trying to figure it out now. Thanks for the feedback. Aaron T....
I have a project created by someone else. I need to make be able to stop a movie loaded into level 26 and 27. I am using this code to load the movie clip: ...
You need to give the SWF a target movie clip, and you can't do that with loadMovieNum... switch to using loadMovie instead. Create an empty movie clip, put...
I have in my main timeline, an mc with the instance name of 'playIt'. In another mc I have the actionscript: _root.playIt.nextFrame(); Shouldn't this make the...
In theory, yes, it should move playIt to the next frame. Make sure that your playIt movie clip has not played to the end already because nextFrame will not...
Does anyone have a decent tutorial for creating a bar chart using XML data? Even better, the data will be formatted in Excel, does anyone have process by which...
Sometimes you need to do: clip.nextFrame(); clip.play(); Also, _root is not good practice, as it can easily change. Do _parent or some other way to reference...
Many bar chart components out there, as well as Flex charting components. As for XML, Excel will export XML for you (unless your version is very old). Jason...
I spent a lot of time creating bar charts using SVG. When I switched to Flash, it wasn't worth spending all the time and effort doing that again, so I shopped...
I have a problem with integrating an existing Flash object into a new Flash I'm building. My problem goes something like this: I have a pre-compiled Flash ...
The easy thing is to drag an empty movieclip into your timeline, in the layer you want the loaded movie (that is to say, lower than your other content). Name...
That would would work, but if you want to keep this as Actionscript instead of manually creating an empty movie clip, all you need to do is swap the other...
Quite true. I recommended the timeline clip not because it is "best practice" but because it sounded as if you already had timeline content, as opposed to...
Hi everyone, My English is not excellent, but I try to communicate you my problem. I have 2 computers: a computer with Windows ME and with Flash MX and a ...
Sounds like you need to download the latest flash player on the first computer, (you may need to do it for both browsers, or however many browsers you have on...