nem kell több Flash topic, elég a linkben levő.
  • joebacsi
    #637
    első frame-re:

    this.createEmptyMovieClip("punci", this.getNextHighestDepth());
    punci.beginFill(0x000000);
    punci.moveTo(0, 0);
    punci.lineTo(Stage.width, 0);
    punci.lineTo(Stage.width, Stage.height);
    punci.lineTo(0, Stage.height);
    punci.lineTo(0, 0);
    punci.endFill();
    punci._alpha = 0;
    punci.onPress = function(){
    getURL("http://www.oldalad.com", "_blank");
    }