This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2007-10-12 04:58:49

Housey67
Scratcher
Registered: 2007-10-05
Posts: 5

Changing the Font and speeach bubbles

How do i change the font when my sprite says something? Also how can i change the speech bubble? please help!!

Offline

 

#2 2007-10-12 16:12:13

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Changing the Font and speeach bubbles

The "say" and "think" blocks do not give you any control over the fonts.
You can make your owh speech bubbles as an extra sprite, and send broadcast messages to make the sprite have the right costume and show itself.  Ths would give you complete control over the fonts, colors, and shape of speech bubble (but would be more work to program).

Offline

 

#3 2007-10-13 11:58:05

ElMikkino
Scratcher
Registered: 2007-09-19
Posts: 76

Re: Changing the Font and speeach bubbles

Here's an example:

http://scratch.mit.edu/projects/ElMikkino/38021


Certified Bunnay Agent
--------ElMikkino-----------

Offline

 

#4 2007-10-13 12:01:20

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: Changing the Font and speeach bubbles

ElMikkino, your project would be better if you used the "if sprite clicked" to push the button, rather than the space bar.  Other than that, it is a pretty good example of how to get text in fonts (not using say and think).

Offline

 

Board footer