all groups > flash actionscript > march 2004 > threads for saturday march 13
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
telltarget
Posted by fralla2 at 3/13/2004 10:54:17 PM
How Am-I supposed to do for doing a "TellTarget" to an object in my scene if I
do this actionscript into a button placed in a movieclip that is in this scene.
I mean :
_global.TellTarget ("Background")
or
TellTarget (_global("Background"))
or anything else...
thanks for your help
... more >>
onDblClick for ListBox
Posted by Chizl at 3/13/2004 10:30:39 PM
I can't seem to get onClick to work for listboxes, but I really want onDblClick
if there is such a thing..
Right now I have this for onClick yet NOTHING seems to happen.. Any ideas on
this or hopefully how to use Double Click instead..
myObject = new Object();
myObject.onClick = fu... more >>
how to do an "if"
Posted by fralla2 at 3/13/2004 9:21:24 PM
I'm not shure how to do an if in a button with a global variable
this is my code :
on (release) {
if (position="Accueil") {tellTarget ("Background") {stop();
}
} else if (position="Nouvelles") {tellTarget ("Background") {gotoAndStop("Nouv
- Acc");
}
} else if (position="Biographie"... more >>
Analog Clock for MX2004
Posted by kimmy at 3/13/2004 9:11:36 PM
Does anyone know where I can find a tutorial or sample file for an analog
clock that works with MX2004? I have a sample movie for one built in Flash
5 but it doesn't work in my Flash 7 movie.
thanx for any help!
-kimmie
... more >>
Newbie having trouble...
Posted by ConradCoe at 3/13/2004 8:11:49 PM
O.K. This is kind of a tricky problem. I have an animated menu of a cube with
four sides and and four blocks to a side. I only used 8 different buttons to
create it. So each button is repeated twice in the animation. I need all 16
seperate blocks to display the name of the page it links to whe... more >>
What action script to use on a a button instance?
Posted by foulem at 3/13/2004 7:18:38 PM
Hi, I have a flash movie with many frames. In the first frame I have a movie
clip. Within this movie is a button and I added this action script to redirect
the user to frame 2 on the main timeline.
on (release) {
gotoAndPlay("q2"); //q2 being the label name of the frame
}
I aslo tried ... more >>
Need help with sound problem
Posted by daytonakid at 3/13/2004 5:28:08 PM
I want to play an MP3 music track throughout a flash movie even when linking to
other frame labels with new content. I put the sound event on frame 1 of the
main timeline. It plays fine when movie starts, then I click to go to a new
frame label and content, the track continues playing the way ... more >>
navigation buttons
Posted by Greg_123 at 3/13/2004 5:18:32 PM
Hi Guys,
I am fairly new to flash and have 3 scenes in my movie that i want the user to
be able to navigate those scenes at will.
I have a main menu + two other scenes, and i want to the movie to start at the
main menu and from there the user should be ale to use buttons to naivgate to
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Shared Object created from class instance
Posted by Laiverd.COM at 3/13/2004 3:07:39 PM
I am trying to create a Shared Object from within a class instance, but a
trace on the SO returns 'null' indicating the SO does not exist. I am
obviously missing something obvious in my approach, so if someone could shed
alight on this, I would appreciate it. Basically this is the way I do it:
... more >>
Masking Question
Posted by ID. Awe at 3/13/2004 2:45:24 PM
I have an action that uses duplicateMovie, so that one movie clip appears many
times on different layers. I have been unable to create a mask that will work
with this script. I usually get things figured out, but this one eludes me.
... more >>
link to the page of perticular frame
Posted by kaliki at 3/13/2004 11:24:07 AM
i have 2 files
file name : test.html
first file
having 4 buttons
in second button script i write it like that
on (press)
{
_global.pra = 2;
getURL("test1.html", "_self", "GET");
}
file name : test1.html
second file
having 4 frames each frame having the stop.
i... more >>
Convert Dynamic Text To Static or Bitmat
Posted by monshi at 3/13/2004 10:47:04 AM
I'm using a database driven flash, which contanis information reading from a
Access database file,
how can i convert text fields to a static format so that if i download the swf
file it will include the information whithout having any connection to database.
also i want to do the same for Im... more >>
spaces in strings
Posted by Silencer-CH-AU at 3/13/2004 9:22:39 AM
Hi
This is the code where the variables: obj and obj_sub may contain spaces.
Is there an easy way to check for spaces and remove them if there are any?
Thanks for your support
_root.targetClip.loadMovie ("flashpaper/" + obj + "/" + obj_sub + ".swf");
... more >>
Goto in scene 1 from whitin a movieclip
Posted by Noudje at 3/13/2004 9:04:12 AM
Hi I have a problem
I've made a movieclip (clock) which should control my scene...
It is a clock (timer)..
My scene excist of 3 frames.
In frame 1 I have this movieclip.
When the movieclip has a time of 2 minutes it should put my scene to frame 3.
Only I do not know how.... :-S
hel... more >>
Interactive presentation
Posted by Ibbermand at 3/13/2004 8:33:16 AM
I am working on a small presentation.
Frame 1 - Animation
Frame 2 - Animation
Frame 3 - Interactive animation
Frame 4 - Animation
The interactive animation is a town map with a function that can zoom around
on the map when clicking on some buttons. (East town, Centre, Northern area..... more >>
Is this the correct syntax ?
Posted by Zouplaz at 3/13/2004 7:57:01 AM
Hi, I'm writing a custom component using an external AS 2.0 script
(containing the class code).
If I put a design-time component when editing my component (eg: I add a
label to my component) I'm unable to access this label box from the class
code...
The design-time label instance's name ... more >>
hitTest or Collsion Detection between 2 mc
Posted by woodmont at 3/13/2004 7:27:04 AM
I have a boomerang that is twirling through space to hit a Kangaroo. I don't
know if the hitTest is detecting the collision as there is no message in my
"Trace" test box. Also in the actionscript for another mc to play if the
boomerang hits the kangaroo. This is a very basic problem wh... more >>
Back to the top button?
Posted by Rayzor at 3/13/2004 6:45:45 AM
I have just created some scrolling text, however I would like a "back to the top" button at the bottom of the text, can anyone help me!
Thanks... more >>
non local variable
Posted by fralla2 at 3/13/2004 6:34:35 AM
Does anybody know how to set up a non local variable in a layer and then how to use it with my buttons???
Thanks... more >>
To set a Timer?
Posted by Manoj vn at 3/13/2004 6:29:22 AM
I want to set a timer in between playing a movie. Get timer will give me the time since the movie started. Is there is any provision to set the time as zero for a movie which is already playing?... more >>
Script not working inside a function
Posted by catfink at 3/13/2004 6:08:15 AM
Hi,
I've created some actionscript in an external file. The code posts an XML
document using the sendAndLoad function and then prints out the XML document
that is returned. The code works fine unless it is inside a function, in which
case the trace command prints, "undefined" for the XML... more >>
A problem about string space
Posted by timedrive at 3/13/2004 5:47:02 AM
I use CFCs return a query to FlashMX,the codes like this:
[i]DataGlue.bindFormatStrings(list,result,"#a#","");[/i]
I found the result in the list has a lot of spaces,so I change my codes like
this:
[i]DataGlue.bindFormatStrings(list,result,"#trim(a)#","");[/i]
But the Trim() deleted al... more >>
quirky placeholders
Posted by fu-meng at 3/13/2004 5:12:23 AM
hi.
has anyone experienced any weirdness with loading external movies into a
placeholder movie clip?
i've done it before and it's worked fine. but now i've got movies of different
dimensions and there is movement based on mouse position inside them, too.
the first one always loads... more >>
Why are movies not loading completely ??
Posted by printmasterstudio at 3/13/2004 5:08:37 AM
Dear fellow flashers,
I have created an all flash website where I tell flash to load 5 movies,
the three biggest are about 250K. For some reason at least one of these loads
partially, but not completely. Any ideas as to what would prevent a movie
from loading completely when instr... more >>
where to put loadMovie()
Posted by Necron at 3/13/2004 4:54:45 AM
I am having major difficulties deciding where to put my loadMovie() function
that loads several external swf files into my Flash movie.
I have tried putting it onto a frame, as well as putting it onto a movieClip
(using onFrameEvents), but in both cases the result is that if I play my movie ... more >>
resize external loaded MC
Posted by kpqt01 at 3/13/2004 4:32:34 AM
hello,
I have loaded an external swf file into my main Flash movie... using
loadMovie() to load it,
is there anyway that I can control that loaded swf?? for instance resize that
swf....within my main movie?? thanks a lots.
... more >>
|