Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: scroll text

  1. #1
    Join Date
    Dec 2003
    Location
    Shanghai,China--(Dragon`s hometown)
    Posts
    59

    scroll text

    I want to do a scroll text,so in AMS4 template ,there has a mp3player,i use actionscript 4 to see this swf code:
    // [Action in Frame 1]
    scrollText = scrollText.toUpperCase();

    // [Action in Frame 2]
    stop();
    for (i = 0; i < 7000 / (scrollSpeed + 1); i++)
    {
    } // end of for
    myChar = scrollText.substring(0, 1);
    myString = scrollText.substring(1, scrollText.length);
    scrollText = myString + myChar;
    play();

    when i make one follow this~~~~~but the dynamic can`t receive the value and display it~~~~~~
    P.S. use the swf which in AMS 4 template is ok!
    AMS 5 send the value is ok ,too!

    Who can tell me how to do that~~~~Any one can make a simple fla to me?

    Thx~~~~~~~~~!

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    Hello, I'm not quite sure exactly what you need but the example I posted HERE might help. It scrolls text into a label object.

    Ahh... I just re-read your post - are you asking for someone to create an .fla for you. If so this won't help.
    Last edited by longedge; 04-10-2005 at 02:54 AM.

Similar Threads

  1. Replies: 33
    Last Post: 02-02-2007, 12:56 PM
  2. Pictures in Paragraph that scroll with Text
    By jzzpiano88 in forum AutoPlay Media Studio 5.0
    Replies: 11
    Last Post: 03-08-2005, 12:41 PM
  3. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  4. How to create scroll text that runs automaticly
    By beast in forum AutoPlay Media Studio 4.0
    Replies: 6
    Last Post: 08-06-2003, 05:55 PM
  5. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 AM

Posting Permissions

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