Flash Question?

Out of context: Reply #21

  • Started
  • Last post
  • 27 Responses
  • setsolid0

    fate: if you are using 2004mx try:

    this.createEmptyMovieClip("image... this.getNextHighestDepth());
    var mclListener:Object = new Object();
    mclListener.onLoadInit = function(target_mc:MovieClip) {
    target_mc._x = Stage.width/2-target_mc._width/2...
    target_mc._y = Stage.height/2-target_mc._width...
    var w:Number = target_mc._width;
    var h:Number = target_mc._height;
    target_mc.lineStyle(4, 0x000000);
    target_mc.moveTo(0, 0);
    target_mc.lineTo(w, 0);
    target_mc.lineTo(w, h);
    target_mc.lineTo(0, h);
    target_mc.lineTo(0, 0);
    target_mc._rotation = 3;
    };
    var image_mcl:MovieClipLoader = new MovieClipLoader();
    image_mcl.addListener(mclListene...
    image_mcl.loadClip("teragee.jpg... image_mc);

View thread