dynamic flash background

Out of context: Reply #4

  • Started
  • Last post
  • 4 Responses
  • tap0

    on (press or load or what ever) {
    instancename.loadVariables(("dir... add (random(99)+1)) add ".file_suffix_type");
    }

    File suffix type should be .txt or .swf or what every kind of file you are going to load. Your files need to be numbered in a sequence.

    random01.txt
    random02.txt
    random03.txt

    This way you don't have to load all of your images in one movie clip.

View thread