Movie Clips Within Movie Clips: Text Link Problem
Hello.
I have a Movie Clip that is my main one with another Movie Clip inside of it. In the subordinate Movie Clip, I wish to have text linking frame (13) to frame (14) for instance. The problem that manifests is that while buttons is the subordinate Movie Clip link to frames within it with no complications, the text link from 13 to 14 with its respective code links to the last frame (would be 14) in the main Movie Clip.
Am I doomed to convert all text links to buttons in the subordinate Movie Clip or is there (what I am praying for) a code to work around this and keep frame links confined to the subordinate Movie Clip? I would appreciate any help that anyone can offer regarding this problem. Many Thanks.
ActionScript.org Forums > Flash General Questions > Flash 8 General Questions
Posted on: 12-24-2005, 12:12 AM
View Complete Forum Thread with Replies
Sponsored Links:
How To Remove All Movie Clips/array: Movie Clips Carry Over To Next Frames/ Scenes
Hi: I am creating a small game. So far so good, but only problem I have come across is when I jump to another frame or scene, previous movieclips (using an array) that are still running carry over to the next frame/scene.
See attached if you have some time- start clicking on answers in the game, and when time runs out some movie clips that are still running will remain on top of my end frame and carry over to the next scene as well.
Is there any sort of remove all movie clips or "clear all" type of actionscript?
thanks in advance!
View Replies !
View Related
Maintaining Event Behavior For Movie Clips Nested In Movie Clips
Is there any way to maintain a clip's event callbacks when said clip is nested in a parent clip that has its own definitions for those callbacks?
In other words, if clip B has a definition for .onPress and clip A has a definition for .onPress, is there anyway to maintain clip B's definition if it is nested in clip A?
I have tried doing it by making clips into movie clip subclasses but it doesn't work... but how do components work then?
View Replies !
View Related
Link Out Of Movie Clips And To Scenes
Hi All,
My first post here, though I'v been reading alot in the forums =)
I am creating a flash website that will be used as my personal website once it is completed, but I have run into a problem.
To solve this problem, here's my question:
Is there any way to link (using a button and action scripting of course) from inside a movie clip to a frame OUTSIDE the said movie clip which is in the current scene?
I know thats kinda a wierd worded question, but I dont know how else to put it. If you need me to say more, let me know, though i might be out of town for a couple days.
Right now I have the action script so when I click on the button in the movie clip, it uses the "go-to and play" command to link to frame 15 of Scene 1, but it seems it is really taking me to frame 15 of the movie clip with the button!
Any help would be greatly appreciated
=)
-M1
View Replies !
View Related
Link Between Movie Clips Using Buttons
Dear All,
I have a question about how to link movie clips using buttons. In the "section" layer of the timeline, I have two frames. In each frame is a movie clip. The section1 movie clip has 10 frames and the section2 movie clip has 7 frames. In the first frame of the section2 movie clip there is a previous button. What I want to do is to link this previous button to the last frame of section1 movie clip. How to do it?
Thank you very much.
Ethan
View Replies !
View Related
Link Between Movie Clips Actionscript
This is probaby a really stupid question, as i know virtually nothing about flash and it seems like a stupid question to me.
But basically what i want to do is to link from a button in:
Scene 1 > Nav
movie clip, to change what frame this movie clip is displaying:
Scene 1 > Main
I saw something like:
on (release) {
gotoAndPlay("main", 20);
}
But i wasn't sure if it was using the "gotoAndPlay" functio or something else.
View Replies !
View Related
Movie Clips Acting As Buttons Can't Load Other Movie Clips
Frame 1 has three movie clips on it, instance names are A, B, C. I have the following actionscript on frame 1 as well:
stop();
import flash.filters.GlowFilter;
ar = [A, B, C];
for(var z=0; z<ar.length; z++) {
ar[z].onRollOver = rollover;
ar[z].onRollOut = rollout;
}
function rollover() {
this.swapDepths(0);
this.filters = [new GlowFilter(0x333333, .20, 7, 7)];
}
function rollout() {
this.filters = null;
}
This code creates a glow, obviously, on whatever movie clip I rollover. What I want to do as well is this:
I want to click on mc "A" and have it launch a different movie clip (let's say "X") on top of everything else (so that A, B and C are still visible in the background). "X" is in a sub-folder of "A" if that makes any sense or is relevant. Same kind of action for mc's B and C. B should launch mc "Y" and C should launch mc "Z".
What is the actionscript for this? Any questions please let me know. Please respond, I need this info as soon as possible. Much appreciated!!
Text
View Replies !
View Related
External Movie Clips With Multiple Menu Movie Clips
It's pretty late and I don't think i have enough time to search this question in the forums but here I go. Sorry If I upset someone for making a topic that already exists.
I have a main timeline that im importing an external movie clip in. This external movie clip is named "members" it has several buttons that load other external movie clips into a window within "members" . What do I need to do to make this work. Do I need to use "this, _parent, _root, level(s) or "whatever.swf". If you can help me out that will be great. I'll make it up to you down the road. No sexual favor please.
I'm using flash mx 2004 btw.
Thanks in advanced
View Replies !
View Related
Movie Clips In A Movie - How To Link Them?
Hi everybody.
I was wondering if somebody can help me with this problem:
I put in the timeline in frame 1 (which has a stop action script) a movie clip. The movie clip contains an animation of a button. When the user clicks the button I want the original timeline (not the one of the movie clip) to jump from frame 1 to frame 2 (where the movie will stop again).
How can I do this? When try to assign the button (within the movie clip) with an goto... script nothing happens. Somehow I must refer to the original timeline, but how is it done?
If anyone can help that'll be really great.
Thanks in advance,
Cheers!
View Replies !
View Related
Making Movie Clips Link To Separate Url's In A _blank Window.
heres my problem:
I have a flash menu bar i made on my site. When you mouseover one the links, i have thumbnails appear on the screen that stay there until you mouseover another link. The thumbnails that appear are movie clips so that i can have the _alpha change to 100 on mouseover and go to 0 when i go to another link (I made them clips so i could reference their instance name on _root). I need the movie clip thumbnails to link to the corresponding picture in a _blank window, but using
onClipEvent (mouseUp) {
getURL ("picture.jpg");
}
doesn't only open one picture in the _blank window, it opens all the other pics in separate _blank windows.
HOW DO I GET THE MOVIE CLIP THUMBNAILS TO OPEN THEIR CORRESPONDING PICS USING ONE _blank WINDOW?
If you didn't understand that, then here's the site: http://www.geocities.com/neo_techus/menu.html
View Replies !
View Related
[MX04]Movie That Works Fine When Clips Apart Acts Strange When Clips Are Together.
Hi,
I have a pretty basic movie in which a ball moves along a track.
The track is made up of 3 sections & all I want the movie to do is trace an ID number (num) that is an individual property of that clip when it goes over it.
In the first movie attached below “trackOne” the whole thing works great! However in the other movie “trackTwo” I have moved the clips closer together & the whole thing has gone crazy with the following issues.
1.)The “trace” command fires on every “onEnterClip” event
2.)A text field that is used to show the ID number only changes when the ball is fully over the clip not as it first touches it, as it does in the first movie
3.)Although the ball is full off a clip it keeps tracing it’s ID number together with the new clips number?
Anybody able to help me on this?
View Replies !
View Related
Screwy Stuff With Movie Clips Within Movie Clips
This is kind of difficult to explain but here it goes...
I have created a Barney's like slide site and have gotten it to work fine. the problem I'm having is when I take scroll text box and try to place it on the movie clip that is going to be the part of the site that is going to slide out.
The whole thing slides fine and the scroll box is visible. However, the text is not visible therefore I'm not sure if the up/down buttons are actually working.
The scroll box is a movie clip itself with "on(release)" commands on the buttons. The "onClipEvent" commands are added to the textbox when the scroller movie clip is brought into the slider movie clip.
Is this something that just isn't supposed to work or I am doing some thing dreadfully wrong?
Thanks in advance,
Fakeout
View Replies !
View Related
[F8] Help Making Movie Clips Load Other Movie Clips...
well i have miraculously figured out how to make my buttons grow and shrink simultaneously reacting to mouse overs... and even stay large when they are clicked on... however the only way i found to do this was by making them movie clips and not buttons...
now luckily the task at hand i'm assuming will be quite a bit easier than what i've already accomplished...
i am looking to now make those movie clip instances (when clicked on)... load photos into an empty movie clip that will be a separate swf... in the same dreamweaver file...
i have made each photo into a small movie clip that simply tweens the photo from alpha 0 to alpha 100 and back to alpha 0...
so i'm hoping for some code that will call up the first part of the movie clip (the fade up) when the corresponding movie clip is clicked on... and hold it... until another button is clicked... making the current movie clip play to end (fade out)... and then load the new movie (up to the middle... alpha 100) into the empty movie clip...
View Replies !
View Related
Intersecting Movie Clips/ Dividing Movie Clips
I've bee trying all day to find out how to find the intersection point on two moive clips with non linear lines in them.
If I use the Hit Test method it seems to recognise only the hit point when the imaginary rectangle arounf the two clips collide. Is there any way of determining the point where the lines themselves cross over.
If not I think I've got another method but I can't figure it all out.
I know at what x point the lines will cross over (the more horizontal of the two lines will be crossed every by one of the verticle lines every 1/108th of it's width) but I can't determine exactly where the Y co-ordinate of this line will be at the time.
I could sort this out if I was able to delete all of the more horizontal move clip except the point of intersection I'm looking for, I'd then then be able to determine the y co-ordinate at this point. But I havn't been able to determine how to delete a move clip for example from x=0 to x=51 but leave the rest of the movie clip on the screen.
Any help with this would be much appreciated.
Cheers
Scifo
View Replies !
View Related
Creating Movie Clips Inside Movie Clips
Hello,
I am having difficulties creating movie clips within other movie clips. The following works to create a movie clip on stage with no problems...
Code:
//Create movie clip and load image into it
_level0.createEmptyMovieClip("tn1",this.getnextHighestDepth());
mcl.loadClip(String(albums[0].photos[0].image),"tn1");
However, I want these movie clips inside another movie clip (mcPics1). For this I attempt...
Code:
mcPics1.createEmptyMovieClip("tn2",this.getnextHighestDepth());
mcl.loadClip(String(albums[0].photos[0].image),"myPics1.tn2");
Can anyone tell me where I have went wrong?
Thanks!
View Replies !
View Related
Targeting Movie Clips Inside Of Movie Clips
I am a AS3 newbie and am working on an animated cell phone text demo for my company's web site. I have three phones, each are a movie clip with a time line animation. The three phones are all inside of another movie clip where I animate their intro. I have a stop on the first frame of each of the three cell phones so that their screens are static as they fall into place. Their animations begin on the second frame of each of their respective time lines, and I would like the animations to begin when the phones are clicked. I'm not sure if these clips should be targeted from the main time line with the rest of the global script or if it should be on the time line of the nested MC. Even if I knew where to put it, I'm not really sure exactly what the script should be. Please help! My boss wanted this done last week!!!
View Replies !
View Related
Movie Clips Controlling Movie Clips, Problem
Hello.
I've been trying to make some drop down menus for awhile and I've run into a snag.
I have a button that when you roll over it, a movie clip appears [jumps to frame 2, frame 1 is blank.] This mc is the drop down menu. The drop down menu mc consists of other buttons that when you roll over them they stay green, but all other buttons go blue. [done by making certain mc jump to frame 2 and others jump to frame 1 to dissappear.]
So this all works fine.
My problem now comes when I try to attach on (release) functionality to the buttons inside the drop down mc. I have the following code on one of the buttons inside the 1st drop down menu:
// Drop down menu colour changes.
on (rollOver) {
_parent.about.gotoAndStop(1);
_parent.what_about.gotoAndStop(1);
_parent.what_else_about.gotoAndStop(1);
_parent.where_about.gotoAndStop(2);
}
// Trying to get wherewestarted movie clip to jump to frame 2 on release.
// Also making other movie clips jump to frame 2 to dissapper.
on (release) {
_parent.wherewestarted.gotoAndStop(2);
_parent.mainlogo.gotoAndStop(2);
_parent.address.gotoAndStop(2);
}
So the on (rollOver) part workds great, and I'm quite pleased with the resluts... however when you click a button in the menu, nothing happens. No movie clips appear, or dissappear. I've tried it without using _parent, I've tried _root... I just don't know what to do.
How can I get a rollover AND a release action?
Help!!
DryCow
View Replies !
View Related
How To Make Movie Clips React To Other Movie Clips?
I'm designing this menu system that has four square buttons in a horizontal line. The premise of the menu system is when one button is clicked that button expands horizontally and the other buttons shrink horizontally and slide to the right. How would I go about doing this with actionscript? I'm using Flash 8 and Actionscript 2.0.
View Replies !
View Related
Movie Clips Controlling Movie Clips, Problem
Hello.
I've been trying to make some drop down menus for awhile and I've run into a snag.
I have a button that when you roll over it, a movie clip appears [jumps to frame 2, frame 1 is blank.] This mc is the drop down menu. The drop down menu mc consists of other buttons that when you roll over them they stay green, but all other buttons go blue. [done by making certain mc jump to frame 2 and others jump to frame 1 to dissappear.]
So this all works fine.
My problem now comes when I try to attach on (release) functionality to the buttons inside the drop down mc. I have the following code on one of the buttons inside the 1st drop down menu:
// Drop down menu colour changes.
on (rollOver) {
_parent.about.gotoAndStop(1);
_parent.what_about.gotoAndStop(1);
_parent.what_else_about.gotoAndStop(1);
_parent.where_about.gotoAndStop(2);
}
// Trying to get wherewestarted movie clip to jump to frame 2 on release.
// Also making other movie clips jump to frame 2 to dissapper.
on (release) {
_parent.wherewestarted.gotoAndStop(2);
_parent.mainlogo.gotoAndStop(2);
_parent.address.gotoAndStop(2);
}
So the on (rollOver) part workds great, and I'm quite pleased with the resluts... however when you click a button in the menu, nothing happens. No movie clips appear, or dissappear. I've tried it without using _parent, I've tried _root... I just don't know what to do.
How can I get a rollover AND a release action?
Help!!
DryCow
View Replies !
View Related
Problems Creating Movie Clips Within Movie Clips
Okay, I'm creating yet another game and need to create a vehicle. So I wanted to create one movie clip for the vehicle and within that movie clip create multiple movie clips for all of the parts.
So I created a new symbol, let's call it vehicle and then within that area I created all of the vehicle parts as symbols within that symbol. At least I think I did. Anyway, when you look at the library, sure enough you see all of parts for the vehicle and the vehicle itself. Within actionscript, however, I can create an instance of the vehicle. I can create instances of all of the parts, but not the vehicle.
The reason why I was going this route is that I wanted more realistic movement. I wanted certain parts of the vehicle to move depending on what the user did, but not other parts. Can anybody shed some light on this subject? Thanks in advance.
View Replies !
View Related
Embedding Smart Clips In Movie Clips Causes Crashes...?
i noticed that if you use more than one of those drop-down menu smart clip in the common library, you can't see all the choices...
e.g.
drop in one instance
then another directly below it.
publish the movie
select the third or fourth choice from the second drop-down
let go so that your choice is selected
now re-select the second drop-down menu...
the other choices are hidden by the menu above it.
this is also the case if you try the procedure in reverse...
i.e. if the second instance is on a higher z-plane, the choices in the first will be hidden.
it seemed logical to drop the smart clip into a movie clip then use mc.swapDepth to set the z-index
got swapDepth working perfectly
(thanks, Mac8myPC): http://www.flashkit.com/movies/Scrip...98/index.shtml
but as soon as you put an instance of the smart clip into a movie clip, flash (5 for mac, PPC, OS 9.1, g4 466, 384MB) crashes as soon as you try to publish/export/test movie.
i tried it in a button as well... same thing
i've been trying to rebuild the menu in a normal movie clip form but it seems like more pain than it's probably worth...
any suggestions?
thanks in advance,
--cera
View Replies !
View Related
Movie Clips Inside Move Clips. How To Control?
I have an object in this case a foot with toes on it. the toes animate as well as the whole foot moving with the nails on it. I have instance names assigned for all the mc's problem is that the toes are buried about 3 layers down inside the foot_mc so they will move with the foot as well. When I assign a function to them the error compiler does not know where the nails are . What is the best way to fix or re-do this layout?
I am a total newbie to Flash and AS3, so any help would be great
I FIGURED IT OUT.
View Replies !
View Related
Aligning Movie Clips To Movie Clips Within Movie Clips?
hi, i want 2 align a movie clip, with a movie clip nested within a movie clip using actionscript. When I try to do this it aligns to the top of the screen. I know movie clips have like different _y and _x cooridnates relative to the stage or whateva or something like that. Neway any one know how to align movie clip with another movie clip within a movie clip like for instance:
_root.ball._y =_root.square.triangle._y
and get them 2 be at equal positions on the stage. If u understand please help
Tanx in advance4
View Replies !
View Related
Movie Clips, Vs. Smart Clips Vs My Brain
I am having a difficult time trying to wrap my head around the MC process and its usefulness. I know they are very beneficial, make things easier, file sizes smaller etc. but I can't seem to make logic mesh with my brain cells.
Does anyone have a good way of explaining the "How to's" and "Why for's" of Movie Clip's????
Also, what is the difference between a Movie clip and a Smart clip?? (The latter I have the same questions about as well.)
Thanks,
View Replies !
View Related
Controlling Instances In Movie Clips From Other Clips
I am trying to get a button on my level 2 in my main movie to point to a frame inside a movie that has been loaded in on level 3 on the main movie. I have tried all different kinds of combinations and no success. I even tried putting the level 3 movie in an empty movie clip on the root, and naming the instance "music", and then writing in the button _root.music.GotoAndPlay(3); I need it to target frame 3 in my level 3 movie. Should I put the level 3 movie in its own empty movie clip? I was able to get the button to unload movie3, but I don't want it to dissapear, I just want it to go to frame 3 in the movie clip to turn off the music.. You can see what I mean at the address below. I have my audio player in the bottom right with an on/off that works fine, but when I go to the link in my site "Music" there are some downloadble MP3's, and when you click on one I want the "equalizer bars" you see in the audio in the lower right corner to stop, and it means I need it to go to frame "3" of tha movie clip for that to happen, just like it does when you click on "off" in the audio movie. Anyway, sorry this is long winded, but wanted to make sure it was clear as to what I am trying to do..
Thanks in advance,... Here is the link
http://www.incogneato.tv/stales
Mike
View Replies !
View Related
Movies Clips Called Within Other Movie Clips
I started this flash porject a while back and haven't touched it in a long time...a few problems to it, that I will fix one problem and then ask for the next problem.
I have a flash file called playin.fla with 2 frames, frame one has a movie clip that is a intro, frame 2 is my main screen with the nav and all the good stuff.
I have 4 buttons on that with a blank screen to load my stuff in, and it is called 'screen'
So here is my code that isn't working:
on (release) {
loadMovie("portfolio.swf", "_root.screen");
}
Easy to fix I am sure, I have tried _parent.screen as well, doesn't work....
Thank you very much for your help in advance.
View Replies !
View Related
Clips Within Movie Clips And Instance Troubles
I'm trying to create ultimately 9 seperate instances that function seperate from each other perhaps after being click on within their own hit box.
directions: up and down to cycle squares, click (anywhere) to rotate.
As it stands the first instance is the only one that reacts to the up and down commands and both react at the same time (bad) to the clicking for rotation...
go here http://maroonedmoon.com/cubes.swf to see the swf if action...
I need these two squares to act independent of each other, i've tried naming them different things, and even duplicating the symbol with different names... but it's not working. I imagine the issue is with my simplified actionscript...
any help is greatly appreciated
and here's my .fla
View Replies !
View Related
Empty Movie Clips And Duplicating Clips
I've been trying to reproduce an animation effect I've seen on the Armani website, but I'm stuck trying to duplicate an empty movie clip with image loaded into it. The duplicates exist and I can move them, but they are invisible. Since the duplicates reside on depths above the intitial clip I'm confused about why they are invisible. The duplicates are scripted to follow behind the initial clip - each offset by 30 pixels (though I don't have that working perfectly).
I'm attaching a simplified version of my file to isolate just the duplication troubles. Thanks for the help!
View Replies !
View Related
Dynamic Text In Movie Clips
I have created floating, dragable windows which are animated to minimise and maximise. I have added dynamic scrolling text read from a .txt file and each window is a separate Movie Clip as I plan to have quite a few of the when I'm finished. I have saved the text box as a graphic and added this to a movie file which animates the box opening and closing. The text appears in this movie because I load the variable again, but when I add this movie to the main scene the text won't appear, even if I try to load the variable again. It seems to work with graphics but not movie clips. Does anyone know a way around this or where I may be going wrong or If what I am trying to do is possible.
If you need any more info let me know
Thanks Steve.
View Replies !
View Related
Dynamic Text Between Movie Clips
It seems like this problem I'm having would be straight forward to solve, however I'm finding it to be quite frustrating...
Let's say I have three movie clips - green_mc, yellow_mc and red_mc.
green_mc and yellow_mc are the same in that each has 3 input text fields (greenInput, greenInput2, etc) that dynamically add up and display their sum in a dynamic text field (greenDynamic). For example, green_mc would look like this...
onClipEvent(load){
greenInput = 0;
greenInput2 = 0;
greenInput3 = 0;
greenDynamic = 0;
}
onClipEvent(keyUp){
greenDynamic = Number(greenInput);
}
The frustration I am having is I would like red_mc to have a dynamic text box that would display the sum results of greenDynamic and yellowDynamic.
I thought this would work, but it's not...
onClipEvent(load){
redDynamic = 0;
}
onClipEvent(keyUp){
redDynamic = green_mc.Number(greenDynamic) + yellow_mc.Number(yellowDynamic);
}
Any help? Thanks!
View Replies !
View Related
Dynamic Text And Movie Clips
Hello. I want to load text dynamically from a .txt file into a text box that is within a movie clip and then scroll the movie clip. Where I get hung up is how to make the movie clip the same length as the text box(because the length of the text box would always be changing due to the fact the text would be "news"). This is more than likely a very simple problem to solve, but I would be very happy indeed is some one could give me some help.
View Replies !
View Related
Duplicating Movie Clips With Text
Hi, I have a movie clip with a dynamic text box inside called theTextBox with the variable name theText, and while the movie is running, if a certain button is pushed, that movie clip is duplicated. I want to then set the text of the text box inside that newly duplicated movie clip, however for some reason Flash is not letting me do that. No matter what I do to try set the text (whether I write theNewMovieClip.theTextBox.text="blah" or theNewMovieClip.theText="blah") the text never shows up. I even tried using the TextFormat object to set the color, font, and size thinking that maybe flash reset the color of the textbox to the background color, but it still does not work. Can anyone help? Thanks!
View Replies !
View Related
Movie Clips - Disappearing Text
Hi there,
I have movie clips in my animation which consist of a rectangle shape and a dynamic textbox. These movie clips are rotated when the user clicks a button.
Everything works fine except that when the clip is rotated the text disappears. Once rotated back to the horizontal it reappears.
Anyone have any clue why this is happening, and how it can be fixed?
Many thanks.
View Replies !
View Related
Loading Text Into Movie Clips
I have been trying to load text from an external file into a movie clip inside my main project timeline. I've read a few tutorials covering importing text to Dynamic Text fields and I have done it a few times, but hhe problem is when I try and load the text to a movie inside my main movie. The tutorials don't cover that very well!
my webpage is at http://web.umr.edu/~fltsim/testpage/test5.html and all the attached files are in http://web.umr.edu/~fltsim/testpage/
(if you care)
i'm using the following code in my first frame
loadVariables("text.txt", "_root"); //for dynamic text not inside movies
loadVariablesNum("text.txt", "softwaremov");
loadVariablesNum("text.txt", "hardwaremov");
loadVariablesNum("text.txt", ae180mov);
loadVariablesNum("text.txt", projectsmov);
Thanks for any help you can provide!
J. R. Skola
View Replies !
View Related
Dynamic Text In Movie Clips?
What am I doing wrong? I'm trying to add dynamic text to a movie clip. The text reads from an external text file. When I use it on the main stage it works. When I place it in a movie clip, it doesn't work. This is the line of code I'm using on the frame:
loadVariablesNum ("profile.txt", _root.profile);
This is the contents of the text file:
message=this+is+a+message
..and I have named the dynamic text object as 'message'.
What is wrong here? When I place this in a movie clip, it just doesn't display. Do I need to do anything extra because it is in a movie clip.
View Replies !
View Related
Text Field Referencing Movie Clips...
Alrighty, suppose I have a Dynamic text field with a corresponding variable textMan. And, I've got 3 clips on the root level (clip1, clip2, clip3). At some point, I'd like to read the variable (textMan) from the text box and change the opacity of the corresponding movie clip...
If I type in "clip1" for instance, I want to change its opacity to 50...
Can I use textMan directly, or do I have to somehow parse it in-between?
(i.e. textMan._alpha=50 ??)
Thanx in advance,
BakaMattSu.
View Replies !
View Related
Dynamic Text Fields In Movie Clips?
Hello,
I have a movie clip that has a dynamic text field in it named text(x) which is pulling its variables from a text file. I want to duplicate that same movie clip and have the new movie clip's text field variable name be text(x+1) so it pulls the next blobk of text from the text file. Is this possible?
Thanks,
Damien
View Replies !
View Related
Nested Movie Clips, Dynamic Text, Help
I am developing a little site, and I have a menu on the root level of the movie, when you roll over a button, there is an action script to start up a movie clip called "menu_clips" , menu clips has a text box that tweens into place and a dynamic text box that changes for each menu item. the root level is all in frame 1 and I have menu_clips in its own layer with instance name "menu_clips" , it works fine with a dynamic text box in the clip "menu_clips" however I want to place the dynamic text box into a container movie clip called "text_box" or something like that, so I can move it around within "menu_clips" more easily. I am having some trouble getting this to work. With "menu clips" I placed an intance of "text_box" (which contains my dynamic text box, variable "menuTextBox") and named the instance "text_box", on the root level, I originally had an actionscript like this:
on (rollOver) {
if (menu_clips.menuTextBox==_root.about) {
stop ();
}else {
setProperty ("menu_clips", _visible, 1);
setProperty ("about_matt", _visible, 1);
about_matt.gotoAndPlay(1);
menu_clips.gotoAndPlay(12);
menu_clips.menuTextBox = _root.about;
}
}
this worked fine, however I can't really do much with a dynamic text box on its own, the new script which does not work looks like this:
on (rollOver) {
if (menu_clips.text_box.menuTextBox==_root.about) {
stop ();
}else {
setProperty ("menu_clips", _visible, 1);
setProperty ("about_matt", _visible, 1);
about_matt.gotoAndPlay(1);
menu_clips.text_box.menuTextBox = _root.about;
menu_clips.gotoAndPlay(12);
}
}
I have also tried just
"text_box.menuTextBox = _root.about;"
but I am having no luck with this one
Please help if you can, any suggestions would be very much appreciated. Thank you.
If you'd like to see the movie, you can check it out here
http://www.roznet.com/ and click on the new roznet preview link, keep in mind it's just a preview and will eventually be full of nice effects and content, but for now it's very basic
View Replies !
View Related
Using Dynamic Text Fields Within Movie Clips
I had a real nice guy from pigtail pundits help me out with the basics of this concept a few months back, but have since lost the email.
I can get a dynamic text field to work if it's just a text block. I can go to my server and put in text in a .txt file and it appears in my band's flash website (www.fiveam.com).
But how do you still fill in the same text block using dynamic text if it's part of a bigger movie clip? For some reason it doesn't work! Help!
thanks,
jed
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
Dynamy Text Fields And Movie Clips
Hello,
I am trying to read a text file into a dynamic text field and make the text scroll if it is bigger than the textfield. I want this to happen after a user presses a button. However I am having problems to make the text inside de textfield scroll.
I am attching the file so you can take a look, and maybe give me some pointer on how to do this.
Thanks a lot in advance
View Replies !
View Related
Dynamic Text + Animating Movie Clips
Hello,
Im working on a childrens story where someone can enter their name and have their name appear throughout the story.
Im doing this with a dynamic text box. Problem is is that the text box appears in numerous movie clips wich hold the text of the story.
These clips animate, but the text box will not. Can anyone suggest a way to accomplish this?
Thanks in advance.
View Replies !
View Related
How To Insert Movie Clips Into A Text Field?
Hello,
I have a Macromedia Flash-based chat room, which you can view at:
http://www.*****.com/chat/ I am trying to figure out how to insert
'smilies' into the chat, and I think that I've distilled the problem
down to this:
I need to be able to add small movie clips to the text area in such a
way that the movie clips scroll with the surrounding text.
How can I accomplish that?
- Darren
View Replies !
View Related
Scrolling Text Boxes - Movie Clips
I'm needing some information regarding text boxes as movie clips.
I managed to adapt one for my web site and works create - but when I tried to re-create another one it will not work. I need a few of these boxes and are unsure on a few things.
Can I re-create these boxes from the first one I made by changing the name, like I've done - but how can I get the text to work?
The box shows up but any text produces a conflict notice.
Also....
When I get it to work - How can I import this into the flash work as a movie clip? At the moment it's only coming through as a swi file.
View Replies !
View Related
Scrolling Movie Clips With Dynamic Text
We want to set up an FAQ list in a List componant, however because some of the questions are of different lenghts and any cell height settings applies to all cells in the list box, this is not a good solution. We were also going to do this using a mask over a movie clip, however we cannot mask dynamic text, does anyone have a solution for this problem.
cheers
View Replies !
View Related
|