Masking Text In A Movie Clip In Flash Problems?
Hi there all
Has anyone else had the problem that it is impossible to mask text in a movie clip when you tween the mask in flash?
Say you have a movie clip and in it you have some random text, you then add a mask to that text and then you apply a shape or motion tween to that mask....... The mask doesn't work... - no text at all is displayed.
Has anyone else had this problem? is it a common thing?
Let me know your experiences, or if i'm the only one!
Cheers
SitePoint > Design Your Site > Flash and Actionscript
Posted on: Mar 30, 2003, 09:19
View Complete Forum Thread with Replies
Sponsored Links:
Masking A Movie Clip Containing Dynamic Text?
I have a simple hand made dynamic scroller. It runs from a text file.
fyi : when i refer to 'record display' below, I mean the movie clip which contains a dyamic text field. the text field is were the loaded data shows up.
If I mask the scroller (in order to clip the viewing area correctly), it incorrectly displays the records in the scroller (it shows the text, and one record display). If I remove the mask, everything displays correctly, but nothing is clipped.
if you look in the text file (CellData.txt), you can set the first variable MASK, to true if you want flash to mask the scroller, or to anything else (false) if you want to see how it looks without the masking.
what is the workaround for this. I have included an example
View Replies !
View Related
Masking A Movie Clip Containing Multiple Dynamic Text Fields
I have a containiner mc with multipe mc's inside. each of these mc's is being used as a button and contains a dynamic text field. all of this is created dynamically. the effect being that i have a list of names loaded from an external file. the user can click on a name and access more info. everything is fine so far but now i'm trying to make this list scrollable. I want the mask so I can define the scroll window area. i have tried using setmask. this makes t so the mc-buttons outside the mask are not functional but they are still visible.
any ideas here? thank you to all who can help.
the following is the script used to make the buttons.
for (this.i = 0; i < directors.length; i++){
while (load_done == false) {
directorname = directors[i];
this.director_name_container.createEmptyMovieClip ("directors"+i, i + 4)
this.director_name_container["directors"+i].createTextField("director",1,0,0,200,20);
this.director_name_container["directors"+i].director.variable = "name";
this.director_name_container["directors"+i].director.border = false;
this.director_name_container["directors"+i].name = directorname;
this.director_name_container["directors"+i].director.setTextFormat(myformat);
this.director_name_container["directors"+i].director._y = 0 + inc_y;
this.director_name_container["directors"+i].director._x = 0;
load_done = true;
_global.numdirectors++;
}
inc_y = inc_y + 20;
load_done = false;
}
View Replies !
View Related
Flash 5: Scrolling A Movie Clip, Masking
So I have a Content Movie clip, then a mask movie clip and then the Final cut that has the Mask clip inserted, a background (which is approx. half the height of the content, but the same size as the mask), and the Scroll Arrows, back, and slidebar. This is then inserted in a frame in a scene.
First problem: when the content is masked nothing shows up.
Second problem: I don't know how to scroll the movie clip I have only scrolled text boxes.
Third Problem: I have some buttons in the content MC that set variables.. how do I access that variable from the Frame in the scene.
If anyone can answer any of these questions it would be greatly appreciated thank you.
View Replies !
View Related
Masking A Movie Clip
Ok, i have a movie clip(a) on the main timeline.
on frame 1 of this movie clip i have a second MC(b).
when i click a button, the timeline of MC A plays frames 2 - 10 which is a tweened shape on a mask layer to cover over MC B
MC B is a 20 frame looping animation but my problem is that when the mask tweens over, MC B always jumps back to frame 1 and starts playing again, same thing happens when i un-mask it.
if i change the mask layer into a normal shape layer it works fine and MC B carries on looping independently to anything else its just when there is a mask layer MC B allways jumps back to frame 1.
View Replies !
View Related
Masking A Movie Clip...
Hi All,
I am having some problems masking a movie clip and was wondering if maybe I could get some help! My problem is as follows...
If I import a picture to the stage and set it as a movie clip I can mask it no trouble, but if I create the movie clip using actionscript, something like
_root.createEmptyMovieClip("myImage", 0);
myImage.loadMovie(jukebox.jpg,false);
and then try to mask it I cant! All that happens is that the movie appears above everything else.
Cant figure out what I'm doing wrong!
Any Ideas???
Cheers,
Stephen
View Replies !
View Related
Masking Movie Clip?
Hey guys
Can anybody tell me how to mask a movieclip?
I create it like this.
ActionScript Code:
var container:MovieClip = new MovieClip();
this.addChild(container);
But if I try to put a mask Layer over the layer where the actionScript is it doesn`t work.
Hope u understand my Problem.
Thanks Martin
View Replies !
View Related
Masking A Movie Clip (_mc)
On my main timeline, I've created two layers. One is a movie clip (_mc NOT .swf), and the other (above) is a simple rectangular shaped mask(ing layer). Instead of the mask revealing the area of the movie clip that I want to show, it makes the entire layer beneath invisible. I've made thousands of masks, but have never had this problem. Is there something specific that I have to do to a mask or its masked layer if the masked layer is a movie clip?
View Replies !
View Related
Masking A Movie Clip
Is there some trick to masking a movie clip? I have two movie clips that I am placing on the same layer and duplicating about 20 times. One is a ball that vibrates and I can mask that one with no problem. The other movie clip is a ball that bounces around the screen. No matter where I place it, this bouncing ball will not get masked.
I have no clue what is going on. Help would be much appreciated!
JRW
View Replies !
View Related
Masking A Movie Clip
Is there some trick to masking a movie clip? I have two movie clips that I am placing on the same layer and duplicating about 20 times. One is a ball that vibrates and I can mask that one with no problem. The other movie clip is a ball that bounces around the screen. No matter where I place it, this bouncing ball will not get masked.
I have no clue what is going on. Help would be much appreciated!
JRW
View Replies !
View Related
[F8] Masking A Movie Clip For A Button
I’m having trouble with a masked moving clip that I’m trying to use for a button. My goal is to have moving water for a button when the mouse rolls over it. I already imported the water I want to use as a JPG, and turned it into a movie clip, but I haven’t been able to mask it. When I test the main movie and I roll over the button, I see the water moving like I want it to, but it’s the whole image, not just the circular shape I tried to mask. Is there a better way to do this or am I doing something wrong? Thanks.
View Replies !
View Related
Masking Movie Clip Question
I have a problem with a website I'm working on, but before I try to explain all of it, let me just ask a general question that may help answering it without having to explain everything. I read somewhere that in an external swf, if you have a mask that is masking a MC, the mask reads the MC as 1 frame. Is this true and if it is how do you correct that problem? If I am looking through my MCs timeline and I want to click a different link, the mask reverts my MCs timeline to frame 1 before it masks it.
View Replies !
View Related
Stuck In The Movie Clip Of Masking
Hi,
my problem is that I play a masking with a Movie Clip and can't get to the next scene after playing the mc once. here is the link to the file: http://teszt.netteam.hu/bgw/
I would like to skip to Scene2 and keep also the background music.
How would it be possible?
thanks for your kind help in advance
View Replies !
View Related
Masking Scrollable Movie Clip
I've recreated text boxes"movie clips" that use a mask for scrolling. I found the tutorial online. The scroll boxes work perfectly but the mask is not working. When I unmask the box within my text movie clip and test you can see the text that is outside of the "mask" and watch it scroll. When I mask that layer (it looks like it's suppost to in my .fla file) and go to test you can't see any text at all? I appreciate any feedback:)
I don't think that it is anything in the existing code but I'm attaching all the action script just in case.
Thankx
Attach Code
up button scene1:
on (rollOver) {
tellTarget ("control") {
gotoAndPlay(2);
}
}
on (rollOut, dragOut) {
tellTarget ("control") {
gotoAndStop(1);
}
}
down button scene 1:
on (rollOver) {
tellTarget ("control") {
gotoAndPlay(5);
}
}
on (rollOut, dragOut) {
tellTarget ("control") {
gotoAndStop(4);
}
}
control:
-down frame 4: stop();
frame 5: y = getProperty("_root.text.content", _y);
if (y<-120) {
gotoAndPlay(4);
} else {
setProperty("_root.text.content", _y, y-6);
}
frame 6: gotoAndPlay(5);
up frame 1: stop();
frame 2: y = getProperty("_root.text.content", _y);
if (y>70) {
gotoAndStop(1);
} else {
setProperty("_root.text.content", _y, y+6);
}
frame 3: gotoAndPlay(2);
View Replies !
View Related
Masking Scrollable Movie Clip
I've recreated text boxes"movie clips" that use a mask for scrolling. I found the tutorial online. The scroll boxes work perfectly but the mask is not working. When I unmask the box within my text movie clip and test you can see the text that is outside of the "mask" and watch it scroll. When I mask that layer (it looks like it's suppost to in my .fla file) and go to test you can't see any text at all? I appreciate any feedback:)
I don't think that it is anything in the existing code but I'm attaching all the action script just in case.
Thankx
Attach Code
up button scene1:
on (rollOver) {
tellTarget ("control") {
gotoAndPlay(2);
}
}
on (rollOut, dragOut) {
tellTarget ("control") {
gotoAndStop(1);
}
}
down button scene 1:
on (rollOver) {
tellTarget ("control") {
gotoAndPlay(5);
}
}
on (rollOut, dragOut) {
tellTarget ("control") {
gotoAndStop(4);
}
}
control:
-down frame 4: stop();
frame 5: y = getProperty("_root.text.content", _y);
if (y<-120) {
gotoAndPlay(4);
} else {
setProperty("_root.text.content", _y, y-6);
}
frame 6: gotoAndPlay(5);
up frame 1: stop();
frame 2: y = getProperty("_root.text.content", _y);
if (y>70) {
gotoAndStop(1);
} else {
setProperty("_root.text.content", _y, y+6);
}
frame 3: gotoAndPlay(2);
View Replies !
View Related
Masking Multiple Movie Clip Instances
Hi,
I'm trying to create a grid of square movie clips using the code below and then masking them so the Movie clips will only show thru the shape that I choose. I've got the first part working fine but I can't seem to mask them the way that I need. If i put a mask on layer then the MC's that get added with the attchMovie get put on top of it. I looked into the setMask() method but it didn't seem to work either. Any ideas would be great. Thanks.
Matt
Code:
w = 10;
h = 10;
across = 400/w;
down = 400/h;
for (i=0;i<down;i++){
for(j=0;j<across;j++){
counter = ((i*across)+j);
attachMovie("square", "square"+counter,counter);
mv = _root["square"+counter];
mv._x = j*w;
mv._y = i*h;
}
}
View Replies !
View Related
[F8] Trouble Masking Empty Movie Clip
I hope to get some help with this as this is driving me crazy!!
I am creating an image scroll gallery similar to the following:
http://www.oman3d.com/tutorials/flash/imagegallery/
I have the thumbnail images in place and I can get it to scroll properly, but I want the edges to be rounded. Basically, I just want a rounded rectangle to mask this whole thing. I created a rounded rectangle, converted it to a movie clip and exported it with an instance name of "Mask." When I play the movie you can see the whole stage regardless (the mask is being completely ignored). Can anyone explain to me how to mask the container of an empty movie clip??
The following is my action script:
this.createEmptyMovieClip("container",1);
var imagesNumber:Number = 9;
var scrolling:Boolean = true;
for (i=1; i<=imagesNumber; i++) {
container.attachMovie("thumb"+i,"thumb"+i+"_mc",i) ;
myThumb_mc = container["thumb"+i+"_mc"];
myThumb_mc._x = (i-1)*myThumb_mc._width;
myThumb_mc._y = (Stage.height-myThumb_mc._height)/2;
myThumb_mc._alpha = 50;
myThumb_mc.setMask(Mask);
myThumb_mc.onRollOver = function() {
this._alpha = 100;
};
myThumb_mc.onRollOut = function() {
this._alpha = 50;
};
}
container.onEnterFrame = function() {
if (scrolling){
this._x += Math.cos((-_root._xmouse/250)*Math.PI)*15;
if (this._x>10) {
this._x = 10;
}
if (-this._x>(this._width-250)) {
this._x = -(this._width-250);
}
}
};
Thanks in advance for all of your responses.
View Replies !
View Related
Masking A Movie Clip That Contains Other Movie Clips
hi,
i am just trying out something in flash but it just doesnt work.
I have a layer which has a movie clip which contains other movieclips in itself.
Masking the layer that has the main movie clip causes the other movieclips in the main one to disappear when running the swf.
Does any one have any idea how to get around this???
thanks
View Replies !
View Related
Masking A Movie Clip That Contains Other Movie Clips
hi,
i am just trying out something in flash but it just doesnt work.
I have a layer which has a movie clip which contains other movieclips in itself.
Masking the layer that has the main movie clip causes the other movieclips in the main one to disappear when running the swf.
Does any one have any idea how to get around this???
thanks
View Replies !
View Related
Every Other Movie Clip On A Masking Layer...strange Problem
Hey folks, I've got a weird one here...
I'm creating a grid of square "tile" movie clips, each of which contains a simple square button instance (and the scripting to handle those buttons). The movie clips are being loaded into a Masking layer, to incrementally reveal a portion of an underlying image
Behold exhibit A. When you roll over the tiles of revealed image, there's a popup balloon. NOTICE: the balloon only pops on every other tile.
Behold exhibit B. The only thing I changed was to make the layer into a standard layer. All scripting and button events seem to work flawlessly.
Could someone please explain to me why only every other button works on a masking layer? Or at least posit a theory?
View Replies !
View Related
Masking Dynamic Text In Movie Clips
I know you guys get asked alot about masking dynamic text and the ususal answer is the embed fonts. well i dont want to ask you guys that.
I understand how to mask text. layer one have grey text, layer 2 have black text then create a mask on that layer of a green rectangle that i animated down the page.
I do no know how to mask movie clips.
I want to load in a text file to a movie clip.
I want to turn that text grey.
I want to then load in the same text file and set that text to grey
i then want to mask that text by having a rectangular shape go from the top of the screen to the bottom.
How do i go about loading text into each different dynamic box etc.
I may be asking too much if someone could make me up a really rough eg of how to do it.
Thanks for any input.
Brad
View Replies !
View Related
Dynamic Text Masking & Attach Movie
My problem is using attachMovie() to load multiple instances of my Movie Clip onto the stage. I can add one no problem, but when I add 2 or more, only the last one added is displayed. I have them appearing in different positions and at different depths (as far as I know). Is there any way to fix this?
I guess I could use attachMovie(), then duplicateMovie()...but it seems a little counter-productive. It would mean more loops and functions, and my head is already starting to spin.
Thanx.
View Replies !
View Related
Nested Movie Clip-dynamic Text Problem. Flash MX
Hi all,
Flash MX - problem with dynamic text fields/nested _MC's
Essentially, I have created a text scroller movie clip which is embedded into a 'master movie'. The clip contains two dynamic text fields (variables text1 and text2) that scroll & loop. At runtime the master movie calls a .txt file that loads a bunch of variables and sends them to the text scroller movie clip. I've done this to make the scroller easily updateable- just by changing the .txt file. Simple stuff.
Using the debug facility I can see the the variables loaded into the movie clip instance. The scroller works outside the main movie (if I call the variables from within it).
It seems as if by importing the movie clip into another movie, that all dynamic text fields are somehow hidden/deleted or otherwise.
I've tried to place a static dynamic field with a border in the document to see if the border is displayed - to no avail. No dynamic fields are displayed.
Any ideas??
Sorry to burden yourselves with what will probably be, trivia.
Faithfully (& rather frustrated)
James Turner
View Replies !
View Related
Input Text Boxes Masking And Movie Clips HELP PLEASE?
I created a sliding window that eases in with 4 pages for a clients site. In the movie clip when page 1 goes under the mask it is displayed page 2 and page 3 and so on. Page 3 is the contact page I placed input text boxes on it for the form fields but when you goe to that page the text boxes do not work. Is there a problem because of the mask? Try it your self . 1) make a graphic image . 2) then make it into a movie clip. 3) do som kind of mask inside the movie clip over the graphic image you made. 4) put input text boxes on the graphic image under the mask. 5) View the movie and try to type in the text boxes you will see they do not work. Does anyone know a work around for this?
View Replies !
View Related
Text Masking In Flash MX
I was just wondering if anyone knew of a tutorial or of a source fla that I could download that can help me to make a 'glinting' text effect. Im not sure if you would call it a glint effect so i will explain what i mean.
I would like have something slide over the top of my text so it looks like it is really shiny, like the thing that happens when you get a piece of glass on the right angle to the sun, it glints.
Any help anyone can give me will be greatly appreciate. If you would like some more information then please let me know and I will try and explain myself a little better.
Cheers
View Replies !
View Related
Flash Mx 2004 3d Text And Masking
Hi ! i have just stated using flash .mx 2004 .
i am trying to develop this application for my own based on a free tutorial at this web site: http://www.cbtcafe.com/flash/3dtext/3dtext.html
I can never get the text alligned to rotate at the fixed angle... nor does the pen tool mask ... the text does rotate clcokwise but at all weird angles .. sometimes 90, somtimes all the way around...
u can see what happens at http://bruce.engr.ucf.edu/~mgu/car/circle_not.swf
Can anyone help me out with this ....
mangups
View Replies !
View Related
Flash Mx 2004 3d Text And Masking
Hi ! i have just stated using flash .mx 2004 .
i am trying to develop this application for my own based on a free tutorial at this web site: http://www.cbtcafe.com/flash/3dtext/3dtext.html
I can never get the text alligned to rotate at the fixed angle... nor does the pen tool mask ... the text does rotate clcokwise but at all weird angles .. sometimes 90, somtimes all the way around...
u can see what happens at http://bruce.engr.ucf.edu/~mgu/car/circle_not.swf
Can anyone help me out with this ....
mangups
View Replies !
View Related
Setting A Text Box's Text Property That Is Inside A Duplicated Movie Clip?
How do you set a text box's property that is inside a dynamically duplicated movie clip?
for instance:
I have several duplicated movie clips (mc1, mc2, mc3, etc...) which were duplicated off a movie clip named "mc" and I was wondering how you set a text box's property that is inside one of those duplicated movie clips.
I don't know how many of these movie clips there are, or I would just use a for() or while() loop.
I hope I've explained this clearly, but I think I just confused everybody.
Furry
View Replies !
View Related
How To Add Text To A Dynamic Text Feidl In A Movie Clip Added Through Actionscript?
ok I've never been able to get this to work so I've always just found a way around it. But I really need to get this to work in this project.
I need to get dynamic text to change in a movie clip Where you are adding the movie clip through actionscript (its not on the stage, you are adding to trhough createEmptyMovieClip). I can change dnamic text in a movieclip that is already onthe stage and thats usually how I get around this, but I really need to add it through createEmptyMovieClip this time.
The follow doesn't seem to work and I've searched everywhere all they all say this is how you do it but I can't get it to work...
///////////////////////////////////////////////////////////
//create an Empty movie clip
var CountLayer:MovieClip = home.createEmptyMovieClip('CountLayer', 5);
//add the movie clip to the empty movie clip just created
CountLayer.attachMovie('ScoreCount_mc', 'ScoreCount_mc', 0, {_x:400, _y:400});
//test variable
var test:Number;
test = 0;
//Add text to the dynamic text in the movie clip
ScoreCount_mc.Score_txt.text = test.toString();
////////////////////////////////////////////////////////////////////
The above never seems to add anything to the dynamic text feild. So if anyone know whats going on here or the right way to do it please help.
Thanks.
View Replies !
View Related
Load Text From Text File, INSIDE A Movie Clip...
Hi, I'm making this website, and I want to have a news section on it, and therefore I have to load some text from an external text file. This works fine when I try it out in a new, blank movie, but on my page, I have to have the whole Text Field inside an MC, and this is where it all goes wrong....
Nothing shows up at all when I do exactly the same in the MC as I do on the mainstage...
I don't blame u if you didn't understand what I was talking about
Hope someone has an answer!!
Thomas
View Replies !
View Related
Show Text In Dynamic Text Box (nested Movie Clip)
can someone please help me look in my file.. i stuck here 1 day already..
i wan the dynamic text box fill in the number when i click on the button. And the value is keep increasing by 1 once i click the button.
the nested movie clip is as folo,
mc_A-->mc_B-->txtnumber
the button is in the mc_B..
please help me... thanks..
View Replies !
View Related
Flash Mx: Probs With Masking Attached Movie Clips
hey, thanx for stopping by! i have a quick question...
how do i mask an attached movie clip(mc called by attachMovie())?
what i mean by this is... i know how to create a mask layer. this mask layer works for all mcs that i dragged from the library. but this mask layer does not to work with mcs i called using the code "attachMovie()". i think it is becuz the depth of the attached mc is on top of that of the mask layer... but since i am create the mask layer on the main stage i cannot make it on top of any attached mcs... any replies are greatly appreciated. thanx in advance
View Replies !
View Related
Text Area Movie Clip W/ Input Text
I am using actionscript to edit text areas using the variable text and then typing out what you want it to say, along with the variable title. This changes depending on how the navigation is set up because the buttons guide everything by telling the text area what frame number to go to, hence leading to what text is displayed.
My question is, lets say you want one of the areas to be input text instead of displayed text, basically to have a contact area to be set up for the user to enter in email, comments etc. Or maybe a guestbook of some sort, integrated into the site with PHP. I understand how PHP works with Flash and how to set it up with input text, but what I don't understand is how to set up the text area, based on how I have it now, to have input text in the text area movie clip?
Do I need to create another text area MC for input text? Do I add a frame at the end and tell it to go there when the button is pressed? I tried both those ways, and when I tried the latter...The movie would reload itself instead of just go to another frame when you leave the area I delegated for the "input" area.
So, if someone could help me out with that I would be grateful and your time and effort would be much appreciated. I have attached a small example of what I am talking about via .fla file so you can dissect it.
Any help/suggestions are greatly appreciated. Thank you
View Replies !
View Related
Text Area Movie Clip W/ Input Text
I am using actionscript to edit text areas using the variable text and then typing out what you want it to say, along with the variable title. This changes depending on how the navigation is set up because the buttons guide everything by telling the text area what frame number to go to, hence leading to what text is displayed.
My question is, lets say you want one of the areas to be input text instead of displayed text, basically to have a contact area to be set up for the user to enter in email, comments etc. Or maybe a guestbook of some sort, integrated into the site with PHP. I understand how PHP works with Flash and how to set it up with input text, but what I don't understand is how to set up the text area, based on how I have it now, to have input text in the text area movie clip?
Do I need to create another text area MC for input text? Do I add a frame at the end and tell it to go there when the button is pressed? I tried both those ways, and when I tried the latter...The movie would reload itself instead of just go to another frame when you leave the area I delegated for the "input" area.
So, if someone could help me out with that I would be grateful and your time and effort would be much appreciated. I have attached a small example of what I am talking about via .fla file so you can dissect it.
Any help/suggestions are greatly appreciated. Thank you
View Replies !
View Related
Loading Txt File When Text Box Is In A Movie Or Movie Clip
Can you help me to do it when the textbox is in another movie or movie clip...?
I got some code to work for a basic load a file to a textbox... its just when there's a movie/movie clip I all the suddent have trouble...I use movies/movie clips because I like to break everything up and put together the parts and so if I change on part the rest of the site won't be affected.... In any case I could really use a Flash guru right about now...
I appreciate your help,
Chris
View Replies !
View Related
Different Text In Same Movie Clip?
How can I get different text to load in a movie clip symbol? The movie clip is a text box thing that I want to load with different text depending on where on the page the user clicks. BUT I cain't figure it out.
The movie clip text box has a drag thing on it, so I need the text to be attached to it somehow, so the text will move along with the movie clip text box when the user drags it.
Thanks,
Matthew
View Replies !
View Related
Text FX Movie Clip
http://www.flashkit.com/textfx/index.php
Is it possible to use these text effects inside of a movie clip.
When I download the file every thing works fine, but if I copy and paste these frames to a movie clip then put that movie clip on the root level it does not work.
The movie dupicates its self the correct number of times based on the text variable but the individual letters are no being set, the stay at 'w'.
View Replies !
View Related
All I Need Is Text On A Movie Clip
Here's what I'm trying to do. I have text on a button. I need another movie clip to represent the button's reflection. The path taken in the attached fla was to make totally separate movie clips for the reflection and button with both set as children of an answerOption movie clip. How did I mess this up. In the attached file, the reflection text displays "_level0.round.answer0.instance0" instead of the desired text. Why?
I'm extremely new.
View Replies !
View Related
Movie Clip Text
I purchased a template that contains the .fla file. There is a library with all pictures, symbols, etc. I need to edit a movie clip in the library that contains pop up text. How do I edit the movie clip.
View Replies !
View Related
Movie Clip With Text
hey all.
everyone seems to have problems with LoadVars() (porting text from a server-side to FLASH). I've managed to get that working. HOWEVER, even though the text shows up fine in the SWF, I want to be able to do some sort of tween to it (example: give it an _ALPHA of 0 and then bust it up to 100 when i want it to).
In the attached .FLA, there are two boxes: one is the MOVIE CLIP (a text box under) and the other is a text box. the text box outputs fine, but the MOVIE CLIP doesn't do anything.
Here's the code (actionscript):
ActionScript Code:
myData = new LoadVars();myData.onLoad = function(){placeTheDataIntoTheRightPlace();};myData.load("http://www.tsaconas.com/flash/myData.php");placeTheDataIntoTheRightPlace = function(){ txtBox1.text = myData.output; txtBox2.text = myData.output2; //this one is under the MC entitled 'movieClip_mc'};
thanks.
garry.
View Replies !
View Related
Making A Movie Clip In A Movie Clip Go To The Next Frame Of The Original Movie Clip
I have a movie clip (for simplicity I'll call it movie_a) in movie_a I have another movie clip movie_b.
in movie_a i have a button that when pressed makes movie_b play (it has a stop frame every once in a while so the button acts as a "next" button)
I want it so that when i get to the last frame of movie_b and press the button, it will go to the next frame of movie_a
I hope that doesn't confuse u and u can help me solve this problem, as i am stumped and I've tried everything I could think of (which isn't that much as I'm not too good with actionscript)
thnx
View Replies !
View Related
SwapDepths With A Masking Clip
I want to be able to get a mask to the front of the stage and mask around 100 duplicated clips in one go.
I tried using swapDepths on a clip that was in a mask layer but all that did was lose my mask somewhere! Not sure where it went, maybe to the back...
I notice theres an action setMask() but this only works in masking a single clip. How can this be done? I want to keep the duplicated clips on the maintimeline rather than have them all within another clip. Surely I don't have to create a mask clip for EVERY clip I want to mask???
GP
gp@1lg.com
View Replies !
View Related
|