Week 1 - Exercise
Create a button that when it is pressed a random number is generated between 1-10.
Math.ceil(Math.random()*10);
If the number is 7 in a text box on the stage display "You are a winner", if the number is greater than 7 display "that is to big" and if the number is less than 7 display "this is to small";
Test your movie!
