ActionScript 2.0 :: Scrollbar Functions With Graphic But Not Text

Oct 29, 2009

I'm working on a scrolling dynamic text box that uses text loaded from an external file. I cannot seem to get the scrolling to work properly though. The text is loading correctly, but when I drag the scroller, the text box moves in exactly the same fashion as the scroller (not in opposite directions and at a 1:1 ratio). However, I copied the actionscript from another file of mine where the code works, so I kept piddling around.

I found that if I drop a rectangle or any image/graphic into the movieclip along with the text box, then it scrolls perfectly. The problem appears to be with the actionscript not recognizing the length of the text, even though it all appears to be loading. Resizing the text box manually doesn't change anything. I can see a half line of text where the mask ends, leading me to believe the rest of the text is there, and when I drop a rectangle graphic in, then I can see text that I otherwise can't scroll to. How can I make the scrollbar function with only the text box within the movieclip? I unfortunately cannot upload the FLA, because its a professional project and I'm not allowed to post the files at the moment, but I'll copy and paste my the scrolling portion of my actionscript here:

[Code]...

View 1 Replies


Similar Posts:


ActionScript 3.0 :: How To Get Scrollbar With Text In Graphic Symbol

Jan 2, 2012

How can I get a scrollbar with text in a graphic symbol in flash? I cannot use my customize scrollbar with button images in a graphic symbol....

View 1 Replies

ActionScript 1/2 :: Scrollbar Code To Include Changing Opacity Of A Graphic

Jun 2, 2009

I have a scrollbar that I grabbed off a resources site. (code below)I want it so that whenever I put the cursor on the scollbar to move it that the graphical information under the scrollbar comes on (either reveal or opacity to 100%). At the moment the little thumbnails under the scrollbar are on all the time and area bit of a distraction (they are meant to assist in the use of the scrollbar by minimising searching behaviour).[code]

View 12 Replies

ActionScript 2.0 :: Flash8 Scrollbar Code To Include Changing Opacity Of A Graphic

Jun 2, 2009

I'm not a real actionscipt person as I usually only code simple buttons and the like. I have a scrollbar that I grabbed off a resources site. (code below) I want it so that whenever I put the cursor on the scollbar to move it that the graphical information under the scrollbar comes on (either reveal or opacity to 100%). At the moment the little thumbnails under the scrollbar are on all the time and area bit of a distraction (they are meant to assist in the use of the scrollbar by minimising searching behaviour).

[Code]...

View 1 Replies

Professional :: Modify Scrollbar Component To Non-scaling Graphic Thumb And Track?

Nov 7, 2010

I'm wondering if you can take the stock Flash CS5 scrollbar component and modify it to use a graphics for the thumb and track. I see that you can modify the art of the component, but it seems to have the 9 slice thing going on so it scales nicely... but doesn't work right with a graphic. What I need is to have a scrole like that attached photo.

View 1 Replies

ActionScript 1/2 :: Text As Graphic Symbol - Remain Text

Jun 10, 2010

I have created some graphic symbols from text (convert to symbol>>graphic), and when I double click them (in the editor), they remain text. Others from several month ago seem to remain symbols when double-clicked. The other thing I have noticed is some of my buttons have bulls-eye type circles on top of them, while new ones I create have an empty black circle. All the new ones I created do not seem to work properly, and I am wondering why this is by working backwards.

View 12 Replies

ActionScript 2.0 :: Scrollbar - Component Does Not Update Itself To Accommodate Text That Is Larger Than The Text Box

Dec 12, 2003

I have an empty textbox with the basic scroll bar component. Nothing is in the text box so the arrows are greyed out on the scrollbar. I have a button that loads text into the textbox, but the component does not update itself to accomodate text that is larger than the text box.

how can I make it so that the scrollbar changes when text is added.....also If I put text in the text box in flash, when I publish it gets the scrollbar fine, but it will not adjust itself when I click on the button that loads different text into the text box. what happens is the scroll bar stays the same regardless on the size of the loaded text.

View 6 Replies

ActionScript 2.0 :: Add A Scrollbar To A Text Area That Swaps Out Xml Text Files

Nov 29, 2005

I'm building a site and I would like to add a scrollbar to a text area that swaps out xml text files. Currently, I have up and down arrows to scroll the text, but I would like to have an actual scrollbar instead since there is a lot of text in some of the sections. Here is a link to the current version of the site with the up and down arrows: [URL]

I can make the scrollbar work just fine if I put the text in the first frame, but whenever I set it up to call on text files, then the scroll bar won't work. Obviously, I'm pretty new at Flash. I've attached an FLA with the text box.

View 4 Replies

Get Text To Move Towards A Graphic In Playback?

Jul 2, 2009

My brother is currently living overseas with his girlfriend and is flying home for a visit in August/September this year so I have decided to mark the occasion by creating a 3-scene Flash movie. Just there now I had the plane on the stage, I had the names moving towards the plane but when I played the scene back the text and the plane weren't on-screen at the same time, as the text and graphic were in different layers. My question is how do I make it look like the text is moving to get on the plane and vice versa as in the next scene I obviously want to have the plane flying towards the airport, (more text) i.e how do I merge the layers or is merging the layers not what I need to do?

View 6 Replies

Replace A Graphic Symbol That Contains Text?

Sep 3, 2009

How do I replace a graphic symbol ?  It is actually made up of 3 layers including a textbox and bullet.  When I double click on the symbol, I get the Text Properties menu.
 
When I single click on the symbol on the stage, the properties menu shows a Swap button.  When I choose the correct symbol and click OK, it looks like it worked but it still shows the original symbol name (Instance of it) on this Properties menu.
 
Another issue is that when I change one of the symbols (by double clicking on the symbol and then double clicking on the text layer), it does change the text on that layer. However, then it changes the text on the other symbol as well even though they are different symbols.
 
Note that I can edit the original symbol and the new one.  Both symbols are different.  In other words, they each show the different text (which is what I want).  It's like the original symbol is attached/embedded and cannot be changed.
 
Background on this issue:  Rather than create a brand-new layer, I copied all the frames in a layer to a new layer because it has a motion tween on it.  I only need to change the symbol that is in the motion tween.  This is the only action/event happening on both layers.

View 1 Replies

ActionScript 3.0 :: Possible To Put Dynamic Text In A Graphic?

Aug 21, 2009

Code:
this.upgradeMC = new Sprite();
var g :Graphics = this.upgradeMC.graphics;

[code].....

View 2 Replies

Professional :: How To Change Reply Text To Graphic

Jul 23, 2010

When a user finishes a drag and drop activity, they get a text that says "Congrats, you're finished". How do I change the congrats text to celebratory image/graphic pop-up that appears after they've finished the activity?

Below is the script I'm using...
var startX:Number;var startY:Number;var counter:Number = 0;
Cls_mc.addEventListener(MouseEvent.MOUSE_DOWN, pickUp);
Cls_mc.addEventListener(MouseEvent.MOUSE_UP, dropIt);
Dbdef_mc.addEventListener(MouseEvent.MOUSE_DOWN,
[Code] .....

View 11 Replies

Flash Preloader Using Graphic Not Dynamic Text

Oct 4, 2009

I've watched Lee's video on the Flash CS4 preloader a few times now but have not been able to figure out how to switch a movieclip for the dynamic text field.

Here's what I'm trying to do. My logo is a handwritten font. I've used the eraser tool over 100 frames to simulate the handwriting taking place, during the preloading process. Hopefully this will start at Frame 1 and go up to Frame 100 based on the percent of the external file loaded.

I just don't get how to change the AS from the video tutorial to have it work for my application. I don't have the 'percent_text' dynamic field obviously so the two lines which pertain are wrong, but that still doesn't get the movieclip [called logoLoader] to engage the script.

Here is Lee's script:

Code: Select allvar l:Loader = new Loader();
l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);
l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);
l.load(new URLRequest("content.swf"));

[Code].....

View 3 Replies

ActionScript 2.0 :: Insert Graphic ( Icon ) In Text Box?

Feb 3, 2005

i want to insert graphic ( icon ) in text box.

View 3 Replies

ActionScript 3.0 :: Text In A Text Field So A Scrollbar?

Dec 5, 2009

I import text to a text field via xml. How do I detect if it is too much text in a text field so a scrollbar is needed?

View 3 Replies

ActionScript 2.0 :: Scrollbar - Charge Different Text In The Same Text Box?

Mar 3, 2008

I have a scrollbar, this charge some external text, but the trouble is the next. I charge different text in the same text box when i move the scroll to down and charge another text the scroll continue in the same position i left the last time. I need when i change the text this begging in the 0 position.This is the code i used in the scroll.

Code:
function FNSCROLL(){
if(this.scrollText != undefined ){
if(this.scrollText.maxscroll==1){[code]..........

when i charge the text in the text box. But i not sure

View 2 Replies

Professional :: Change The Tool Tip (or Alt ) Text On Graphic Buttons?

Feb 17, 2010

All my image buttons show a "home" tool tip when the cursor sits over them in the SWF file.How do I change the tool tip (or alt ) text on graphic buttons in Flash CS4?

View 10 Replies

ActionScript 2.0 :: Preloader Not Working - Attach A Loadbar Graphic Instead Of Text

Mar 6, 2007

i'm using movieClipLoader and i want to attach a loadbar graphic instead of text...but my loadbar doesn't load the text works but not the bar... anywho here is my code:

[Code]....

View 4 Replies

ActionScript 3.0 :: Access Data From The Text Boxes (e.g. TextField.text) For Use In The Functions Called By The EventListeners Attached The Buttons?

Nov 1, 2008

The code I'm building creates two MovieClips on the stage, in one it instantiates several text boxes and in the other some buttons.

What I can't do is access data from the text boxes (e.g. textField.text) for use in the functions called by the eventListeners attached the buttons. I had the system all working nicely before I placed the text boxes and the buttons on separate movie clips.but this structure makes it much tidier to refresh the text I'm using.The button functions are fine with variables created prior to the building of the text boxes.

Am I failing to address the text boxes correctly (because they're on another movie clip) or is there a stage / movie clip property I need to set so they can see each other ... or is this something else altogether?Could it be that the buttons are created before the text boxes?

View 5 Replies

Make A Text Field That Will Display Text With Else/if Functions?

Dec 2, 2009

hey i need to figure out how to make a text field that will display text with else/if functions, basically on my program with a certain output i want a certain phrase to appear depending on which output. how would i go about doing this?

View 1 Replies

Dynamic Text Box Scrollbar Disappears?

Jan 9, 2010

I'm using Flash MX to create a website. The user navigates between different scenes/frames using buttons, just like moving to different pages in html (except the "pages" are different parts of the main movie's timeline).The problem I'm having is that on two embedded movie clips there are text boxes which dynamically load html-formatted text files (news updates for different topics). When I run the movie, both of these "pages"/"frames" work beautifully, but after the first time, when I come back to either of them, the dynamic text boxes' scrollbars have disappeared and the up/down scroll buttons don't work. By clicking on the loaded text and dragging I can force it to scroll, so all the content is there, but the controls are gone.

I've been searching forums for a couple of hours on this now and the only thing I found was someone found a similar issue on CS3 which required giving scrollbars instance names (which I did) and then inserting Actionscript telling them to update--and that is a bit beyond me. Is there something I have to type in when the text loads to get it to do that?The script I'm using to load the text into the fields is as basic as it gets (and obviously cut and pasted from somewhere else):

loadText = new loadVars();
loadText.load("history.txt");
//creating the loadVarsText function

[code]....

View 2 Replies

ActionScript 2.0 :: Make A Scrollbar In Text?

Jul 31, 2002

well i have a problem again hoe to make a scrollbar in text. i need it to make a guestbook. i really need it

[swf="http://mahasiswa.if.itb.ac.id/~if11082/cantik.swf height=100 width=200"][/swf]

View 1 Replies

ActionScript 2.0 :: Scrollbar For Static Text Box?

Oct 29, 2004

how you can go about applying a scroll bar to a static text box? The reason that I don't want to use a dynamic text box is that I can't specify a font and have it actually publish that font.

View 1 Replies

ActionScript 2.0 :: Easing Text In Scrollbar?

Jul 17, 2005

I saw nice Easing text in scrollbar in lot of flash sites. Exist some tutorial for this? Do you know what i mean? If no I will found some example.

View 6 Replies

ActionScript 2.0 :: Scoll Text Not Using Scrollbar

Mar 28, 2003

have a look at this >example< and if you go to one of the curriculum, you'll see the thing i wanna get: how make the text go down and up without clicking anything and no scrollbar!

View 5 Replies

ActionScript 2.0 :: Scoll Text Not Using Scrollbar?

Apr 28, 2004

have a look at this >example< and if you go to one of the curriculum, you'll see the thing i wanna get: how make the text go down and up without clicking anything and no scrollbar

View 2 Replies

ActionScript 2.0 :: Scrollbar For Static Text Box

Oct 29, 2004

Does anyone know how you can go about applying a scroll bar to a static text box? The reason that I don't want to use a dynamic text box is that I can't specify a font and have it actually publish that font.

View 1 Replies

ActionScript 2.0 :: Scrollbar On Input Text Field?

Apr 30, 2009

How do I insert a scrollbar on input text field?

View 1 Replies

ActionScript 3.0 :: Dynamic Text With Custom Scrollbar

Dec 18, 2008

I am trying to adopt Lee Bremelow's OOP Scrollbar 2 to load external text. So far without luck. This tutorial uses three classes. In fla file there are movieclip scrollbox, inside of which are dynamic text field (txtField) and custom scrollbar ( consisting of two clips: thumb and track). If I copy some text into text field, everything works. If load external text into text field, text is loaded but it doesn't scroll. Below are codes from all classes:

View 3 Replies

ActionScript 3.0 :: Custom Scrollbar And External Text?

Dec 27, 2008

when I test my movie my external text loads. if I scroll downany length with out retuning it to the top, and then click a buttonwich loads another external text file, you are not able to see thefirst few lines of the text file untill you click on the slider.the slider did not return to the untill I reset the sliderscordanites apon button click. is there a way I can reset the textfield.my code can be found in the sixth reply of this post [URL]

View 17 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved