File version: 6

File is zlib compressed. Ratio: 99%

File size: 23038 (Depacked)

Frame rate: 10.000000

Frame count: 1

Movie width: 250.00

Movie height: 210.00


Back to examples

#
# Transparent link example for Swftools http://www.swftools.org/ #
#
#
#

.flash filename=translink.swf version=6 fps=10 bbox=250x210 background=salmon

.swf anim "bike.swf"

.box button_area width=230 height=190 fill=salmon line=5

.button trans_button

        .show button_area alpha=0% as=area
        .show button_area alpha=10% as=hover
        .on_press:
        getURL("http://technoargia.free.fr/swftools/examples/transparent_link/", "_blank");
        .end
        .on_move_in:
        anim.Play();
        .end
        .on_move_out:
        anim.Stop();
        .end

.end

.action:

anim.Stop();
.end

.put anim x=10 y=10

.put trans_button x=10 y=10

.end