swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] swfc ActionScript : on(action)


From: Porfirio
Subject: [Swftools-common] swfc ActionScript : on(action)
Date: Tue, 20 Dec 2005 20:47:24 +0000
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

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!!!!!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]