Code: Select all
on mouseUp
     repeat until the mouseClick
            set the visible of image SolidBlue to true
   wait 0.1 seconds
   set the visible of image SolidBlue to false
   set the visible of image SolidRed to true
   wait 0.1 seconds
   set the visible of image SolidRed to false
   set the visible of image HalfBlue to true
   wait 0.1 seconds
   set the visible of image HalfBlue to false
   set the visible of image HalfRed to true
   wait 0.1 seconds
   set the visible of image HalfRed to false
   end repeat
end mouseUp
Many Thanks,
Matthew.

