Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How do i increase the size of letters?
- stefansimovic
-
New Scratcher
2 posts
How do i increase the size of letters?
I am a beginner, i have drawn letters on the background with mypen. The user should be asked to type in a number between 1-20, and based on his answer the size of the letters increse or decrease.
How to do this?
How to do this?
- DangerousDawn
-
Scratcher
1000+ posts
How do i increase the size of letters?
Click the letters to resize them.
- stefansimovic
-
New Scratcher
2 posts
How do i increase the size of letters?
Click the letters to resize them.I have drawn them with mypen
- zahmbie1
-
Scratcher
1000+ posts
How do i increase the size of letters?
put a set size in the script and set the size to (answer)Click the letters to resize them.I have drawn them with mypen
- CST1229
-
Scratcher
1000+ posts
How do i increase the size of letters?
What is mypen? Is it just the normal pen extension?Click the letters to resize them.I have drawn them with mypen
- imfh
-
Scratcher
1000+ posts
How do i increase the size of letters?
In blocks:put a set size in the script and set the size to (answer)Click the letters to resize them.I have drawn them with mypen
ask [Enter size:] and wait
set size to ((80) + ((2) * (answer))) % // Note, the green blocks are optional and adjustable
- Discussion Forums
- » Questions about Scratch
-
» How do i increase the size of letters?