Discuss Scratch

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?
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?

DawnRooney27 wrote:

Click the letters to resize them.
I have drawn them with mypen
zahmbie1
Scratcher
1000+ posts

How do i increase the size of letters?

stefansimovic wrote:

DawnRooney27 wrote:

Click the letters to resize them.
I have drawn them with mypen
put a set size in the script and set the size to (answer)
CST1229
Scratcher
1000+ posts

How do i increase the size of letters?

stefansimovic wrote:

DawnRooney27 wrote:

Click the letters to resize them.
I have drawn them with mypen
What is mypen? Is it just the normal pen extension?
imfh
Scratcher
1000+ posts

How do i increase the size of letters?

zahmbie1 wrote:

stefansimovic wrote:

DawnRooney27 wrote:

Click the letters to resize them.
I have drawn them with mypen
put a set size in the script and set the size to (answer)
In blocks:

ask [Enter size:] and wait
set size to ((80) + ((2) * (answer))) % // Note, the green blocks are optional and adjustable

Powered by DjangoBB