text=
Load Movie (GetProperty ("", _name) + ".swf", "movie")
Set Variable: "t" = "pic"
Set Variable: "t" = "pic"
On (Release)
      Set Variable: "t" = "pic"
      Set Variable: "k" = GetProperty ( t, _alpha )
      If (GetProperty ( t, _alpha ) = 100)
            Begin Tell Target (t)
                  Play
            End Tell Target
            Set Property (t, Name) = "old"
            Begin Tell Target ("old")
                  Play
            End Tell Target
      End If
      Set Variable: "count" = count+1
      Duplicate Movie Clip ("win", t, count)
End On


