-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsketch__Challenges.pde
30 lines (18 loc) · 1.21 KB
/
sketch__Challenges.pde
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* *********************************************************************************
CHALLENGES
sketch_TrueSTL:
1. We set the project's creator, date created and neigborhood in three separate lines.
There is also a way to comment out these lines, and still have all the information set.
Can you figure out how to do that?
2. Can you tell it to create the Actor "me" as an image?
3. Can you make the Actor "me" go to the left and return to a previous scene?
Words:
1. Can you change the fill color and opacity of the Words box and the fill color
and opacity of the text? There is an easy way to do this, and some more advanced ways.
If you want to try the more advanced way, you might need to create some extra variables
in the Words class and maybe some of your own "setters and getters".
///////////////////////////////////////////////////////////////////////////////////////
Do you have additional ideas for challenges? Did you do something interesting in your project
that you think others should try to figure out? Send ideas and suggestions to:
****************************************************************************************** */