Guest User

Untitled

a guest
Jan 3rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. stop();
  2.  
  3.  
  4.  
  5.  
  6. q1a1.addEventListener(MouseEvent.CLICK, QuestionOne);
  7.  
  8. q2a3.addEventListener(MouseEvent.CLICK, QuestionOne);
  9.  
  10.  
  11. q1a3.addEventListener(MouseEvent.CLICK, QuestionTwo);
  12.  
  13.  
  14.  
  15. function QuestionOne(event:MouseEvent):void
  16. {
  17.         gotoAndPlay(1);
  18. }
  19.  
  20.  
  21. function QuestionTwo(event:MouseEvent):void
  22. {
  23.         gotoAndPlay(20);
  24. }
Add Comment
Please, Sign In to add comment