Guest User

Untitled

a guest
Apr 26th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function pressed(event) {
  2. with (this.container_mc) {
  3. loadfromlibrary = 0;
  4. imagesrc = “coin.jpg”;
  5. removeallsquares();
  6. }
  7. }
  8.  
  9. thumbnailmc.addEventListener(MouseEvent.CLICK,pressed);
  10. //..
Add Comment
Please, Sign In to add comment