Hi!
This is my first post here :)
is there any way ti use actionscript on(release) etc

.flash filename="test.swf" bbox=250x200
   .box b1 100 100 color=yellow fill=red
   .sprite aa
.put b1 pin=center scale=50% .frame 100
           .change b1 pin=center scale=100%
       .frame 200
           .change b1 pin=center scale=0%
       .action
           on(release) {
               do {
                   k = k+1;
                   if (k>5) {
                       break
                   }
                   } while (k<8);
                       xxxx = k;
               }
       .end
   .end
.end

Thank's for this so great Tools!!!!!


_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to