Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2001
    Location
    Mt. Pleasant, Mi. 48859
    Posts
    14

    Default

    Okay I have 10 individual headers for a tv announcement System... im doing this in flash to keep it dynamic... is there a way i can use a actionscript that can randomly put those ten headers in a random order to be displayed on this annoucement system.... PLZ HELP AGAIN [img]/infopop/emoticons/icon_eek.gif[/img]
    IP

  2. #2
    Join Date
    Dec 2001
    Location
    Mt. Pleasant, Mi. 48859
    Posts
    14

    Default

    Okay I have 10 individual headers for a tv announcement System... im doing this in flash to keep it dynamic... is there a way i can use a actionscript that can randomly put those ten headers in a random order to be displayed on this annoucement system.... PLZ HELP AGAIN [img]/infopop/emoticons/icon_eek.gif[/img]
    IP

  3. #3

    Default

    Yes, you can use a get random action. Just place each of the headlines in a seperate frame. and then just make a loop that calls the get random action off a button. I will upload an example for you to look at later today.

    Macromeidians 1:1

    In the begining the web was dark and void, and the net was with out color or shape, Then there was a Flash and Life came to the web and vision became reality.
    Macromeidians 1:1

    In the begining the web was dark and void, and the net was with out color or shape, Then there was a Flash and Life came to the web and vision became reality.
    IP

  4. #4
    Join Date
    Mar 2003
    Posts
    9

    Default

    Declaration:

    quotes= new Array();
    quotes=["one","two","three","four"];

    Event:

    randomizer = int(math.random()*quotes.length);
    display = display + " " + quotes[randomizer];
    quotes.splice(randomizer,1);

    This will now remove the random (whatever) so
    it dosent show up twice.


    Play DrugBaron: www.mindgem.nu/drugbaron.html
    Play GraffitiCreator: www.mindgem.nu/graffiti.html
    Some Eyecandy: www.mindgem.nu/galleryindex.html
    IP

  5. #5
    Join Date
    Oct 2001
    Location
    USA
    Posts
    190

    Default

    Pope de Flash:

    Are you going to post a working example of this?
    IP

 

 

Bookmarks

Posting Permissions

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