Search the web
Sign In
New User? Sign Up
FLASHmacromedia · Moderated Flash discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 59171 - 59206 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59171
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...
Ivan Diamante (GMail)
ivandiamante
Offline Send Email
Nov 1, 2007
12:23 pm
59172
Hi, I want effect like laser i mean something like this www.eslaser.com site. some text effect or intros starting with laser beam etc. jake...
tehmeen falak
falakitehmeen
Offline Send Email
Nov 2, 2007
10:25 pm
59173
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...
Anggie Bratadinata
mas_ab2003
Offline Send Email
Nov 2, 2007
11:52 pm
59174
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...
Mike Hudak
hudey123
Offline Send Email
Nov 3, 2007
12:31 am
59175
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...
jake
eragon546
Offline Send Email
Nov 3, 2007
9:29 pm
59176
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...
Martin St-Pierre
swing_design
Offline Send Email
Nov 3, 2007
9:50 pm
59178
http://www.miflashfest.org November 10th, 2007 9:00am - 5:30pm Conference highlights Novice & Pro track breakouts Special keynote speaker Gallery of Flash...
Erickson, Mark (JDPA)
whalemap
Offline Send Email
Nov 7, 2007
11:09 pm
59182
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....
aaronturner72
Offline Send Email
Nov 9, 2007
1:27 am
59183
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...
Robin Whale
robinwhale
Offline Send Email
Nov 9, 2007
8:05 pm
59185
Michigan Full on Flash Conference Saturday Nov. 10th Schoolcraft College - Vistatech Bldg Livonia, MI www.miflashfest.org Sponsored by Organic Eprize ...
Erickson, Mark (JDPA)
whalemap
Offline Send Email
Nov 9, 2007
8:06 pm
59186
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...
kristischmidt72
Offline Send Email
Nov 9, 2007
8:13 pm
59187
The slideshow is simple. I must misunderstand what you mean, because if you can make an entire game, then a couple keyframes and on(press){ ...
jake
eragon546
Offline Send Email
Nov 9, 2007
8:38 pm
59189
the game? I don't know how that link came up because that's not the template I placed on here it was a completely different link here it is again...
kristischmidt72
Offline Send Email
Nov 11, 2007
12:22 am
59190
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....
aaronturner72
Offline Send Email
Nov 11, 2007
12:25 am
59191
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: ...
Lenny Davila
mathius1
Online Now Send Email
Nov 14, 2007
3:45 am
59192
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...
Mike Hudak
hudey123
Offline Send Email
Nov 14, 2007
4:32 am
59193
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...
Lenny Davila
mathius1
Online Now Send Email
Nov 14, 2007
4:09 pm
59194
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...
Mike Hudak
hudey123
Offline Send Email
Nov 14, 2007
5:51 pm
59195
You are close . . . I'm assuming that the code is on an actions frame, try this on the same frame number that the clip exists on: onEnterFrame =...
Jim Berkey
jm_berkey
Offline Send Email
Nov 14, 2007
8:52 pm
59196
Hi Lenny, Did you try _root.playIt.play(); with a stop action in the next frame. Bill Flash Tutor...
bill dallas lewis
flashtutora1
Offline Send Email
Nov 14, 2007
8:52 pm
59197
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...
Mark Erickson
mkercsn
Offline Send Email
Nov 14, 2007
8:52 pm
59198
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...
Merrill, Jason
jmerrill_2001
Offline Send Email
Nov 14, 2007
8:55 pm
59199
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...
Merrill, Jason
jmerrill_2001
Offline Send Email
Nov 14, 2007
9:39 pm
59200
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...
Douglas.R.Aker@...
run2bmi21
Offline Send Email
Nov 15, 2007
4:57 am
59201
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 ...
Henry P. Sasser III
hpsasser3
Offline Send Email
Nov 15, 2007
7:02 am
59202
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...
Becky Kinney
beckykanokinney
Offline Send Email
Nov 15, 2007
3:39 pm
59203
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...
Merrill, Jason
jmerrill_2001
Offline Send Email
Nov 15, 2007
3:51 pm
59204
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...
Becky Kinney
beckykanokinney
Offline Send Email
Nov 15, 2007
4:05 pm
59205
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 ...
loryuno
Offline Send Email
Nov 16, 2007
9:51 pm
59206
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...
arthans
new_dreamer2004
Offline Send Email
Nov 16, 2007
10:00 pm
Messages 59171 - 59206 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help