Cant Get My Up And Down Btn On My Scrollable Text To Work
I modified this scrollable text sample with scrollbar and up and down buttons and I got the scrollbar to work to scroll the text but now my up and down buttons to scroll the text do not work.
The sample is here flash sample link
Can someone have a look at it and tell me what I have done wrong .
Thank You
DevShed > Flash Help
Posted on: October 13th, 2007, 02:03 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Cant Get My Up And Down Btn On My Scrollable Text To Work.
I modified this scrollable text sample with scrollbar and up and down buttons and I got the scrollbar to work to scroll the text but now my up and down buttons to scroll the text do not work.
The sample is here flash sample link
Download Here
Can someone have a look at it and tell me what I have done wrong . I am using Flash 8 and Actionscript 2
Thank You
Help I'm Close But Not Quite-need To Get This Scrollable Text To Work
help!
I am *this close* to getting this scrollable text to work so I can move on with the rest of my website...only thing keeping me back is when you scroll down, the scroll object doesn't cut off;fadeout...you'll see what I mean if you check out my flash file attached. test the movie and you'll see...it's weird.( i copied the scroll object and bar from a tutorial by the way...)
please, any good advice will be much appreciated. i've spent so much time on this already! it's time to move on...
thank you!!!
Why Wont My Scrollable Text Work ...
I followed the tuturial on this site for a scrollable newst text section step by step. Instead of putting it in a new movie i just did it in mine on a new layer and did exactly as it said. But it wont work, everytime i publish it , the scroll doesnt even have arrows on it, its just a bar. and the text doesnt even show up. I did it with the external notepad text . And it was in same directory.
Only thing i can think of is if i didnt add the script to the right key frame ? i put it on first one on that layer. So im not sure if thats right . Or if i need to add the script to the scroller itself which i also tried and it didnt work. Please can anyone help ???
Scrollable Text Doesn't Work In Netscape
Using Flash 5, I created scrolling text for a site. I used notepad to create my text and placed the text files in the sites folder so Flash can find them.
I viewed the site (www.quicktwist.ca) and went into the "company profile section" to view the text. The text works great in Explorer, no problems. I then used Netscape and the scrollable text doesn't appear. I tried an older and the latest version of Netscape, both will not allow the text to load.
Is there a simple solution?
Scrollable Text Wont Work In Browser
This seems like a simple problem, but I can't solve it.
I have scrollable text fields that work when I test the scene, but when I publish and view in a browser they don't work. Is there some sort of setting I am not clicking???
Thanks!
Scrollable Type Doesn't Work When Swf Is Nested.
Ok, this has been killing me now for a week and I figured since this site rocks and I'm here daily I might as well ask you guys!
Alright, I have a Dynamic textbox that loads text from an external file. I created buttons to scroll the type up and down based on a tutorial I read. There is a "controller" movie clip that has this code:
if (_root.up) {
_root.text.scroll += 1;
} else if (_root.down) {
_root.text.scroll -= 1;
}
gotoAndPlay(1);
Here is the code for the Down button:
onClipEvent ( enterFrame ) {
if (lMouseover) {
_root.text.scroll += 1;
}
}
Now this works great when it's tested, but if I create a new, seperate movie and try to load that .swf into it (here's the code):
on (release){
loadMovie ("fmakers.swf" , "nested");
}
the scroll arrows no longer work. This goes for any tutorial I find online. They all work until they are loaded into another movie. I'm not sure where I have to fix the code but I think it might be in the _root.text part.
Please help. I'll be ever greatful!
Scrollable Type Doesn't Work When Swf Is Nested.
Ok, this has been killing me now for a week and I figured since this site rocks and I'm here daily I might as well ask you guys!
Alright, I have a Dynamic textbox that loads text from an external file. I created buttons to scroll the type up and down based on a tutorial I read. There is a "controller" movie clip that has this code:
if (_root.up) {
_root.text.scroll += 1;
} else if (_root.down) {
_root.text.scroll -= 1;
}
gotoAndPlay(1);
Here is the code for the Down button:
onClipEvent ( enterFrame ) {
if (lMouseover) {
_root.text.scroll += 1;
}
}
Now this works great when it's tested, but if I create a new, seperate movie and try to load that .swf into it (here's the code):
on (release){
loadMovie ("fmakers.swf" , "nested");
}
the scroll arrows no longer work. This goes for any tutorial I find online. They all work until they are loaded into another movie. I'm not sure where I have to fix the code but I think it might be in the _root.text part.
Please help. I'll be ever greatful!
Setting Text In Scrollable Dynamic Text Field
This is not really a question, though maybe someone can explain this behaviour.
1. Create a dynamic text field
(instance name: yadda_txt; variable: yadda)
2. Drag a scrollbar component on it
(target textfield: yadda_txt)
3. Set text
Method 1:
yadda_txt.text = "some very very long text... etc... etc...";
Method 2:
yadda = "some very very long text... etc... etc...";
If you use method 1, the scrollbar will become active.
If you use method 2, the scrollbar will NOT become active.
Is it because the target textfield is yadda_txt?
Perhaps the scrollbar is listening to events on yadda_txt?
I'm actually wondering if the scrollbar really is disabled, because I can't enable it with setEnabled(true);
Unless the scrollbar checks yadda_txt which is still quite empty.
Anyone know how any good Flash books?
Dynamically Loading Text & Graphis Into Scrollable Text Box - Possible?
Hi,
Somebody wants me to design into a site a feature that will enable them to upload text & graphics into an section of their site.
I know you can use Macromedia's “Contribute” for a similar sort of thing, but i did'nt want to go to the expense of employing that. I would be able to load in simple text file with no problem but is it possible to load in both text & graphics into a scrollable text field?
Any help or tuts much appreciated.
Created This Scrollable Text But The Text Doesn't Stop And Just Keeps Going
Theres this tutorial on this site about builign a scrollable text,
http://www.flashadvisor.com/tutorial/Beginners/Building_Easy_Text_or_Images_Scrolling_with_Flash_MX_2004-21-4.html
I've built it, but when I use the arrow scrollbars, the text keeps on going and it also does it in reverse. Can't seem to work it like on the example. Could it be that I am using the latest Flash or is this action 2 script incompatible?
Does anyone know how to make it stop at the end of the text and not to be able to go backwards either.
Scrollable Text
Please does anyone know where I can find a good tutorial on how to make scrollable text in a text window?
Thanks
Scrollable Text
Please, please , please can someone help me. Go to http://www.spineshank.com and check out there scrollable buttons. I NEED TO KNOW HOW TO DO THIS. I know there are plenty of scripts like that on this site but none where you can make the buttons link to a differant frame or scene (Wich is what i'm trying to do) Can anyone help?
Scrollable Text
I'm new to Flash MX and Flash in General. I know enough to get by to do the basic stuff. Now I am working with a scollable text....it'll scroll no problem...but I want to insert a scroll bar Vertically that is so I can have it as a visual for my customers who are looking at the text. My scrollable txt is my resume so...it's a scrollable text field now......any ideas how I can attach the bar to work with the scrollable textbox?
Scrollable Text Box
Created swf file w/dynamic text box & 2 scroll buttons up/down. Control/Test Movie works fine. Convert same to MC and text does not appear in box. Text box & scroll buttons are present & buttons work. Get no message that the text file could not be found or loaded. Have checked action script - it looks good. Text file is in same directory as swf and fla file. Any help would be appreciated.
Regards, Ron
Scrollable Text Box
Can anyone out there explain to me in a simple way how to make a scrollable text box? I just want something simple like a outlined text box with an up and down arrow button to scroll through the text. If anyone can, just send me a simple explanation on how to make something like that work. I have Flash MX.
Thanks!
Scrollable Text Please Help
Hi all-
I am using Flash 5 and want to make a scrollable text window, but I cannot find any examples or tut's on the subject (at least for Flash 5). Is this possible in Flash 5? If so, how do I accomplish this?
Thanks in advance,
Hank
Help Me With Scrollable Text
Hi, I have done this before but I am having a weird problem right now. I am using flash mx and whenever i make a static textbox and i write in it, it works fine but if i make it a dynamic textbox and put the bouneries around hte text the preview shows it ok but when i test the scene all the text is going sideways. waht i mean is that when you make a static textbox you have an option for the text to go all in one line or you can set bounderies for it to go on a new line. well all my text goes into one line no matter what i set it to. but that only happens when i select dynamic text.
Please help me
Scrollable Text
I have set everything with actionscript, but it still doesnt work
Does anyone know my problems?
Here is attached file
Scrollable Text - Im New At This
Hello - im brand new.
I need to create a scrollable text window in a flash movie, i've tried both the textfield and scrollpane components but neither will let me use formated text. For example, if I want to Bold only a section of my text it bolds the whole thing.
If anybody knows of a straightforward way to do this please reply
it's much appreciated
Scrollable Text
I have text and a scroll bar for this text.
I want to add color behind SOME of the text and have it scroll in the scroll area....can this be done and HOW?
thanx for any help
Using Scrollable Text Box
hi guys,
Um im trying to create a scrollable textbox, with a dynamic text box and a scroll bar, but it doens't to be working...
I have attached the .fla? any suggestions.. thanks in advance...
Using Scrollable Text Box
hi guys,
Um im trying to create a scrollable textbox, with a dynamic text box and a scroll bar, but it doens't to be working...
I have attached the .fla? any suggestions.. thanks in advance...
Scrollable Text
I'm trying to create a scrollable text block that can be controled by a top and bottom button. I have seen several versions of this online already, however I need to have the top button grey out or dissapear when the viewer is at the top of the text box. The bottom button doing the same - when the viewer scrolls down to the bottom of the text, the bottom button would grey out or dissapear. Thank you for you help. An example of what I currently have is at http://www.pacificmrktg.com/work/cradle/web
Click on the main image to cycle through
Scrollable Text Box
Yes I know..... BUT ITS NOT WORKING. I've looked at all the tutorials tried different ways, my scrollpane just wont work. Please HELP!!! I'm getting a blank white square when i test my movie. I made a MC containing my text... what do i have to do?? Please help, thanks
Scrollable Text
Hi i'm creating a website
www.itsremarkable.co.uk
and the client has asked for some changes for the scrollable text on some of the pages. they want the body copy to stay regular and the headings to be bold/or a different colour, every time i change to style of a section of the copy, the whole amount of text changes. i found a way to do this without changing the rest of the text, but it then stops being scrollable text. the text at them moment is input text option. I'm completely new to flash and put this bit of text flash from a tutorial, so if anybody could help i would be really greatful!!!
best regards, neil
Scrollable Text
I've made a dynamically loaded text field. I've check the scrollable text and the text is still over flowing outside the text box. can any one help.
Scrollable Text
Guys,
How do you make static text scrollable? I've tried using the scroll pane component but no joy.
I'm really stuck on this one and would really appreciate any help.
Regards,
Al.
Scrollable Text
Im basically looking for help on how id be able to make a scrollable text box similar to the one on this site. www.kill100.com
This works with a gradient I have noticed but i'm not sure on how the whole thing is put together. I will probably have the text fade out from the top and bottom and have a movable scroller like on the site.
Any help would be great.
RR
Scrollable Text From A Text File In Flash 5
Hello
I would like to make some scrollable text using text from a .txt file. I dont really need an actual scrollbar, i just need the up and down buttons. I have looked at various tutorials and looked at other posts but am still confused. Most of the tutorials i've seen have been for Flash MX and I need one for Flash 5. Could anyone please explain to me how i could accomplish this but could you please explain in basic terms as I am quite new to flash and am already getting confused. Any help would be very much appreciated
Thank You
Scrollable Text...Help Me Create It
Hi everyone,
I know this is a rookie thing, but I don't know how to create buttons that will scroll text. Can anyone send me a sample? Or help me where i am stuck?
I know how to set the y property when a button is clicked, but I can't figure out how to make it so that when you keep clicking the button, the text keeps going upward. so far I can only get it to go up one time and after that, the button is useless. Any suggestions are appreciated. Thanks so much!
Scrollable Text In Flash MX
I'm trying to reuse a pair of scroll buttons in multiple places, so I'm using variables instead of just the particular instance name.
For example, on 1 button, I jump to a particular frame, and also have the action:
_root.currentepisode = _root.empty.season1.epi1
(_root.empty.season1.epi1 is the location of the scrollable text field)
Then, on the buttons that will control the scrolling, I have placed a movieclip in the Over state (so it will constantly scroll on the mouse over), with the actions
_root.currentepisode.scroll += 1 (currentepisode being the variable containing the text field I want to scroll.
This doesn't work. If I remove the variable on the button, and change it to
_root.empty.season1.epi1.scroll +=1
It works fine, but this would require me having 20 different scroll buttons (since I'm not placing the actions on the button, but on a movieclip WITHIN the button).
I have a feeling I'm making a simple mistake, possible with my syntax. I'd appreciate any help.
Thanks.
Scrollable Text With Button
i love the new scoll bar that comes with mx... its so easy question is there a way to make a button to link to an url inside the scrollable text? so the button scrolls with the text?
thanks in advance!
angel girl
Scrollable Text Problem
I'm using a scroller which scrolls text in a static text field. (works perfectly) The problem is that I need it to scroll dynamic text. - When I make the text box dynamic, the text dissapears.
Can anyone tell me what I need to do to the code to make it work?
Heres the code on the MC containing the text :
Code:
onClipEvent (enterFrame) {
var ypos = getProperty(_parent._parent.scroller.txtinfo, _y);
var txtht = getProperty(_parent._parent.scroller.txtinfo, _height);
var scrl = _parent._parent.scroller:txtboxy-txtht+100;
var totaldiff = _parent._parent.scroller:txtboxy-scrl;
// calculate value for the proportional movment of the sphere on the scrollbar
var promove = getProperty(_parent._parent.scroller.scrpath.pathsph, _height)*speed/totaldiff;
var ysph = _parent._parent.scroller.scrpath.sphere._y;
// Change the value of 'speed' to change the speed of scrolling.
var speed = 6;
// trace(ypos);
// trace (txtht);
// trace(scrl);
if (_parent._parent:move == 1 && ypos>=scrl) {
ypos = ypos-speed;
ysph = ysph+promove;
setProperty (_parent._parent.scroller.txtinfo, _y, ypos);
setProperty (_parent._parent.scroller.scrpath.sphere, _y, ysph);
}
if (_parent._parent:move == 2 && ypos<=_parent._parent.scroller:txtboxy) {
ypos = ypos+speed;
ysph = ysph-promove;
setProperty (_parent._parent.scroller.txtinfo, _y, ypos);
setProperty (_parent._parent.scroller.scrpath.sphere, _y, ysph);
}
}
{
heres the code on the timeline:
Code:
stop ();
var txtboxy = getProperty(_parent.scroller.txtinfo, _y);
var sphypos = getProperty(_parent.scroller.scrpath.sphere, _y);
//trace(sphypos);
and heres the code on the buttons to make it scroll up/down:
Code:
on (rollOver) {
_parent._parent.:move = 1;
}
on (rollOut) {
_parent._parent.:move = 0;
}
If anyone can help id be really grateful.
Scrollable Text & Mages...
I'm looking to make a scrollable window (I know how with text only) that has text and images (almost like a news paper page) but scrolls.
Can I use a .doc .html file (I've tried but can't seem to make it work)? It's just text with an image centered on the paragraph to the right, every so many paragraphs.
Thanks for any and all help,
Justin
Links On Scrollable Text
how can i make a part off a text to be a link, inside an scrollable textlike when u write a web page adrres or an e-mail adress
please helppppppppp!!!!!!!!!!!! lol
Scrollable Text Links
Hey Gang, I am trying to put together a reference that will be chock full O text. I will have the text scrolling and would like to add links where they are needed. I messed around briefly with htmlText and couldn't get it to do what I need. Any advice, code help or a point in the right direction would be greatly appreciated. The links will be URLs as well as calls internal to Flash.
Thanks in Advance
Adam
Scrollable Text Boxes?
okay, does anybody know how to make a scroll box in flash mx 6.0?
If somebody can help, please do.
Email me at: tylermoore@uneakclothing.com
or IM me at: Hazard2MyBody
Thanks.
Scrollable Text And Html
Hi, I have 2 questions;
I'm using the scrollbar component in Flash MX for a text field. Is there any way that I can have different colours or styles(eg bold text) for headings on certain lines, as when I do this, it changes the rest of the text as well.
Also, I have tried using an external HTML file to link to instead but it is not working.
I set the variable for the text field to "page1" in the text options and use this actionscript on the frame:
LoadVariablesNum ("page1.html", 0);
I then added "page1=" right before the HTML tag in the HTML document itself. ( I read this all in a book)
Apparently Flash should read the HTML file but I've only got a blank window. I'm not sure what's wrong.
They are probably stupid questions but I'm new to all this so any help would be greatly appreciated.
Scrollable Updateable Text
Hey guys,
Few days ago I posted about how to upload text into an already posted .swf. Well, I tried applying that idea (loadVariablesNum with Dynamic text) to a scroll bar component. I noticed it doesn't work. Is this possible? I can get the scroll bar to work fine on it's own with all kinds of text, but for some reason the uploadable text just isn't working with it. Any help is much appreciated.
-Gino
Scrollable Text Containing HTML?
Is there anyway I can make a textbox and scrollbar in flash that contains HTML?
When I make a text box, and I try to bold a word, the whole box 'bolds'.
any sugestions?
Scrollable Input Text
anyone know how to do this?
with multi line input text, i'll need to enable a scrollbar (vertical or horizontal) when the amount of text has reach the max..
do i need to develop this with my own function, or is there any predefined function?
thanx!
Scrollable Text - Externally
Looking to implement (successfully) a way to load text from a .txt file. THe problems Ive encountered previously are that flash places a white Text Box behind the text. Now this works great if youre using white backgrounds. Can someone point me to a helpful thread or link or just offer some passing advice on how to work around this with designed/colored backgrounds?
Thanks
Geoff
Scrollable Dynamic Text
hi guys, i neeed help.
I have a dynamic textfield where it read from from txt file.
the stage size has to be small so i would have to scroll the text
up slowly for the stage to show all the text.
The question is, how do i make it so that when the text is scrolling up, it will scroll in reference to the length of text i have in my txt.
Its like if i only have 3 lines of text, it will scroll till the third line and loop back to the first, and if i have 20 lines, it will scroll till the 20th line and loop back to the first.
Show me a sample file if possible ^_^
thanx guys!
Justified Scrollable Text?
i am using flashmx.
is there any way to full justify scrollable text?
when i export the text is always left justified eventhough i have selected full justtification in the paragraph options.
much thanks.
Scrollable Text With Load Var
my question is this.
i have a text file that i used the load var command on
and it populates the appropriate text box.
no problems..however..
even when i put a scroll bar on it ..
i cannot get it to scroll?
any suggestions?
|