all groups > flash actionscript > february 2007 > threads for friday february 16
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
linking movieclips together
Posted by akeezy at 2/16/2007 11:53:29 PM
Is there a way to link the actions of movie clips together, so that if movie1 is playing, movie2 will also be playing. But if movie1 is paused, movie2 will also be paused? Thanks!... more >>
fscommand and Batch Files
Posted by jfahey1 at 2/16/2007 8:46:38 PM
Hello, been wrestling with this one for a bit. I am trying to figure out what
code to use that would let me push a button ( on release ) in my standalone
projector , and have a batch file execute.. is this possible ?
... more >>
External as files
Posted by ogre11 at 2/16/2007 7:25:03 PM
I find that when I make a change to an external as file, the changes don't take
effect in an swf that uses it without republishing the swf. Why is that?
What's the use of as files if I have to republish the swf anyways? (aside from
separated view and model).
... more >>
Forcing a non inteaction event. Listeners just wont listen!!! Aaarg!
Posted by Ibis Fernandez at 2/16/2007 6:52:58 PM
I'm trying to force a series of components to update themselves when the
selected index of a comboBox has changed. This works perfectly fine when i
manually click on the main combo box and make my selection. BUT... and here is
the big BUTT...
I have a movie clip that plays and when it ends... more >>
dynamic text variable
Posted by yogi bear at 2/16/2007 6:24:50 PM
I have a dynamic text box call "color.txt" at the root and two Movie clip
buttons one called Red and one called Yellow.
When I press the button the name of the button is passed to the text box. When
I press the second button the
name is not replaced. Do I have to create a seperate function... more >>
Drawing API within attachMovie instances
Posted by torwalker at 2/16/2007 5:13:00 PM
Hi I am trying to get curveTo to work within attachMovie created instances
where the _x coordinate of each movie lines up with the _x coord of the
previous. each movie is a square of differing dimensions.. All works fine apart
from the curveTo which whatever i try does not come out as expected... more >>
Drag'nDrop with resize Handlers free class
Posted by coldMiner at 2/16/2007 4:49:46 PM
I've just updated my old as1 class to as2 and need some feedback.
How to make it more useable, and maybe more methods?
Bugs? etc.
The class ImgDragController enables Drag'nDrop with resize Handlers.
I often use this in my projects, and have decided to release it on the "GNU
Lesser Genera... more >>
Grouping symbols programmatically
Posted by hummosa at 2/16/2007 3:37:21 PM
Hello,
I am drawing a graph that can be panned through a mask layer. I need to drag
icons into the graph, and have the icons move with the graph when it is panned.
So I guess I need a way to have the newly created a icons be incorporated into
the graph and act as a group.
Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Adding sound in actionscript
Posted by geilezeit at 2/16/2007 3:25:15 PM
Hi. I made a simple Quiz and it enters text "Congratulations" when all 6
questions are correctly answered.
if (score == 6) {
output.text = "Congratulations";
}
That works OK but now I want to a short sound to come up at the same time.
Tried different arrangements of "addSound" but not... more >>
xml file not loading
Posted by Mordred58 at 2/16/2007 2:50:43 PM
i am trying to create an e-learning course that will have glossaries according
to the various lessons that are within the overall course. i have attached the
code that i am using to quickly switch out the glossary xml file (that contains
the definitiosn and terms). I can currently trace the ... more >>
Recreating a program interface with the drawing API?
Posted by TerryCee at 2/16/2007 2:12:39 PM
Hey there all!
I've been out of the developing arena for awhile, so please bear with me.
I'm currently doing a road trainer gig, and it would help me out tremendously
to have a Flash version of the software I'm providing training on. Can someone
point me in the right direction to find t... more >>
adding parameter to a function
Posted by felisan at 2/16/2007 12:21:54 PM
hi :O)
i've got 32 different movieClips on my stage and 32 pictures, all
pictures with _alpha = 0.
my movieClips are named:
billedevalg01_mc
billedevalg02_mc
.....
billedevalg32_mc
and my pictures are named:
billede01_mc
billede02_mc
.....
billede32_mc
i've made my file so... more >>
Converting Actionscript 1.0 to 2.0 in Flash 8
Posted by caryln at 2/16/2007 5:26:16 AM
Hi there,
Currently, I am developing game using Flash MX which i using Action Script
1.0. However, I have install Flash 8.
My question is, how am I to convert the my previous actionscript 1.0 to
actionscript 2.0 in Flash 8?
Thanks.
... more >>
Key Class Woes
Posted by mikaelsnavy at 2/16/2007 5:03:38 AM
Hi,
I have a button named "jump1". I put the fillowing code in:
keyListener = new Object();
keyListener.onKeyDown=function(){
if(Key.isDown(Key.ENTER)){
jump1.onRelease();
}
}
Key.addListener(keyListener);
It doesn't Work!!! I've been following online tutorials and ... more >>
Dynamic XML URL via HTML Param (not working)
Posted by Papa Rabbit at 2/16/2007 4:44:58 AM
The idea is to use PHP and it's variables returned from a form to change the
URL path of the XML feed to Flash...
The HTML output from PHP is simple and works...
Here's the PHP snip:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.c... more >>
Zoom on Mouse Over Move to Front HELP
Posted by doinka at 2/16/2007 2:54:37 AM
I need help with scripting.
I have 7 graphics and on mouseover I want them to Zoom to fill the blue dotted
line I have in layer 2.
I also think ther will be a problem with over lapping. The script would have
to bring to front.
File is attached in link
I will have photos in each one o... more >>
Load swf via Actionscript 2.0
Posted by phi nupe at 2/16/2007 12:51:17 AM
I use Actionscript 2.0 to load an external swf [shared directory], followed 2
similar tutorials [1 from LiveDocs, the other from Flash 8 ActionScript Bible]
neither works. Here is the code, if someone sees whatI'm missing I'd appreciate
the assistance:
this.createEmptyMovieClip("myswf.swf"... more >>
How to capture the image in the flash movie player and export to the local directory as jpeg?
Posted by Bencwai at 2/16/2007 12:00:00 AM
I am making a t-shirt editor .I want to make a function that can let the user
to save their design as jpeg (or another image type).However , i cant find any
action script for exporting image from a movie player.
Thank you so much.
... more >>
slideshow
Posted by johnnyblondon at 2/16/2007 12:00:00 AM
I'm working in Flash 8, and want to produce a slideshow where the little
thumbnails are buttons which replace a central image with a new one by
crossfading the old one out and the new one in on top of it; does anyone know
the code to attach to the buttons? Something like: 'onclick fade up new ... more >>
read cookies
Posted by monuu at 2/16/2007 12:00:00 AM
HI all,
Please help...How to read the cookies which already stored in "C:\Documents and Settings\103077\Cookies" folder...
is it possible with flash or not...plz help me any one ... more >>
|