all groups > flash actionscript > august 2005 > threads for saturday august 27
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 29 30 31
exec command's use
Posted by Ma.Pranav at 8/27/2005 9:50:53 PM
Hello.
I am learning to just use flash MX. I need experts' help in it. Can any one help me to understand "exec" command in "fscommand"... more >>
Moving Multiple images with functions
Posted by billy nugz at 8/27/2005 7:31:50 PM
Hello Im using flash MX.
Im trying to move multiple images to different Y positions on the stage. I can
make a single image move with the function I have but I cant make it work for
two or more.
Here is what I have.
//function for first image with a instence of picone
function moveArr... more >>
Ideas for a new ActionScipt website
Posted by digital_monkey at 8/27/2005 7:06:29 PM
Hi,
I'm thinking about making a tutorial website for Flash. Hopefully I want to
make mine stand out from the rest by offerring tutorials that are up to date
and use AS2. I have been on this forum for a little while and there seems to be
problems that crop up time and time again. I'm lookin... more >>
ComboBox component
Posted by ccraj at 8/27/2005 12:51:56 PM
I am new to Actionscript 2.0 and I want ot use ComboBox componet getting data
from an XML file, now in that swf file it works fine but when the same swf is
loaded in a dynamically created movieclip of another swf file , the dropdown
of the component doesn't works.
can anyone pls help re... more >>
Links?
Posted by bryancounts at 8/27/2005 1:01:43 AM
I am using Note Pad to dynamically load text for description boxes and buttons.
I have the text loaded but now I would like to be able to change the button
path or URL through notepad file as well - is there a code or a way to do this?
HELP ! - Bryan
... more >>
variable "if"statement
Posted by LSNsaltlamp at 8/27/2005 12:00:00 AM
I have the script:
on (release) {
if (xx=0) {
_root.cont._y = -186.5;
}
}
on a button in my movie. With:
var xx = 0;
in frame 1.
When I click the button with the above code nothing happens. If I remove the
if(xx=0){} condition it works. Why isn't this working with t... more >>
Weird problem with Sound
Posted by Egui at 8/27/2005 12:00:00 AM
I have a movie with attached sounds from the library (linked). It runs perfect
alone. But when I load this movie into another movie sound cannot be heard.
The sounds are ativated via the button component I dont know if thats the
problem. Any ideas??
... more >>
tabIndex not working in Actionscript 2.0
Posted by fullyarmed at 8/27/2005 12:00:00 AM
Evening all,
I'm trying to apply tab ordering to a series of buttons/text boxes etc. in a
Flash MX 2004
(player 7, AS 2.0) document I've been asked to edit
However tab ordering on buttons refuses to work unless the button has also
been assigned an onPress function!
Has anyone ever encoun... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Defining height in AS
Posted by LSNsaltlamp at 8/27/2005 12:00:00 AM
How do I define an objects size via AS? I want somthing like this:
onClipEvent (load) {
this.height = 200;
}
This looks good but doesn't work. What's the right way to do this?... more >>
Flash Movie
Posted by wazzkhan at 8/27/2005 12:00:00 AM
:brokenheart;
How do I create a falsh MOvie with Action Script.
I am a beginer in flash. I want to create a flash movie which runs a
collection of images one after the other. But the images should appear/ change
when I click the next button. For this i will have to write a actionscript. ... more >>
dateField
Posted by Ineedsleep at 8/27/2005 12:00:00 AM
I want to make it so the user select a start date and an end date and then work
out how many days are in between
but I really have no idea how and the info on them isnt so help ful or maybe I
just stupid???
... more >>
jpg loading script not working
Posted by macron at 8/27/2005 12:00:00 AM
i'm beginning to lose my mind over this one.
i have a script that i use for loading jpgs:
function loadImage1(){
createEmptyMovieClip("jpegholder", 10);
jpegholder.loadMovie("image1.jpg");
}
i copy and paste this script and modify only the name of the function (i.e.
Image1, I... more >>
|