Page 8 - My FlipBook
P. 8

4.  Follow the prompts and answer            5
           questions in the Instructions panel
           until a text block appears in the

           Effects tab. Drag this block into the
           code editor.


       5. The code editor should show the line:

           var my_text1 =
           text("hello");
           Select the word “hello” to change it
           to any word or words you like. Do not    6
           delete the quotation marks.


       6.  Add properties to your text to change
           its size, color, or position. Type in the
           code below to begin experimenting:

           my_text1.size = 100;
           my_text1.color = "red";
           my_text1.x = 50;
           my_text1.y = 10;
           Change the values of these properties
           until your text is as you want it!
























      8
   3   4   5   6   7   8   9   10   11   12