PurePureMilk

Stage 8 Level 16

Mar 13th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. onEvent("age_dropdown", "click", function(event) {
  2. if (getNumber("age_dropdown")>= 13) {
  3. setText("result_label", "You are old enuf");
  4. } else {
  5. setText("result_label", "You are not old enough, scram!");
  6. }
  7. });
Add Comment
Please, Sign In to add comment