tween classes?

Out of context: Reply #12

  • Started
  • Last post
  • 18 Responses
  • Beech0

    no I don't think you need to kill the tween, just pass the variable into the function in a different way so that the onloadinit works.

    this is how I do it on my site

    mcLoader = new MovieClipLoader();
    loadListener = new Object();
    mcLoader.addListener(loadListene...
    mcLoader.loadClip(currentImage, "loader_mc");

    ....
    so currentImage is the var of the image file.

    hope that helps, i'm no unfitforprint

View thread