A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: scroll text within a movie - scripting issue...

  1. #1
    Junior Member
    Join Date
    May 2003
    Posts
    27

    scroll text within a movie - scripting issue...

    Hi,

    I have an issue I have now sat for HOURS on.
    I hope sbd can give me a hand on this script. I have attached the file: It is only the first "window" (you'll see) that kills me. The script does not appear to identify the movieClip "txt_education" (telltarget) ... what am I doing wrong? Maybe I am using too many MC in MCs

    Thanks in advance for any indication you can give me on this.
    Attached Files Attached Files

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    ALWAYS use frame labels

    fwiw tellTarget is deprecated code,

    for Flash5+, use -
    code:

    if (cont == 1) { telas.gotoAndPlay("fr1"); }
    if (cont == 2) {telas.gotoAndPlay("fr2"); }
    if (cont == 3) {telas.gotoAndPlay("fr3"); }


  3. #3
    Junior Member
    Join Date
    May 2003
    Posts
    27
    Thanks.
    Now the changing of windows works, however, the scrolling problem still persists. I want the text to scroll down, when I roll over the buttons at the bottom.

    But it is still confused... (btw I am using MX)

    Do you have any idea what causes this?

  4. #4
    Senior Member stoc's Avatar
    Join Date
    Nov 2001
    Location
    Romania, Arad
    Posts
    428
    ... this is a quick solution, can be optimized .

    http://www.s-toc.com/f_kit/cv_1.fla

    hope it helps.

  5. #5
    Junior Member
    Join Date
    May 2003
    Posts
    27
    You're a star!!

    Thanks so much. It works beautifully.
    Wish I was as astute as that.

    Fireking

  6. #6
    Member
    Join Date
    Aug 2002
    Posts
    89
    stoc, I'm suffering from the same issue... *kinda*

    my SWF file is not showing what my .fla shows before I publish it!
    could you please take a look at it...

    my text becomes outside the assigned text area, bold, and incomplete!

    Thanks,

    7amood
    Attached Files Attached Files
    Great minds discuss ideas; Average minds discuss events; Small minds discuss People.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center