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

#1 2007-08-23 22:38:17

smackyandsnoopy
Scratcher
Registered: 2007-08-22
Posts: 11

making a "birthday card"

i saw a spider thing that has like webs all over the page in a design. i want to make something like that but i want it to say happy  birthday, but i have NO idea how. if someone can please please help me i would really like it.thanks.

s.s.

Offline

 

#2 2007-08-23 22:55:14

paulmedwal
Scratcher
Registered: 2007-03-09
Posts: 100+

Re: making a "birthday card"

[blocks]
i recommend creating a spider sprite, that uses the <pen down>[/blocks] block and sets its pen color to grey. Then use the <glide( 1 )secs to x sad  0 )y sad   0 [/blocks] and tell the spider to glide to different parts on the screen that you control with the x and y values, and have it spell happy birthday.

Paulmedwal

Last edited by paulmedwal (2007-08-23 22:57:31)


clutter.scratch.mit.edu Visit the Clutter site to create multi-scene stories and multi-level games with Scratch.

Offline

 

#3 2007-08-23 23:39:18

smackyandsnoopy
Scratcher
Registered: 2007-08-22
Posts: 11

Re: making a "birthday card"

thanks. i will let you know if it works.thanks again!!!

s.s.

Offline

 

#4 2007-08-23 23:54:58

smackyandsnoopy
Scratcher
Registered: 2007-08-22
Posts: 11

Re: making a "birthday card"

how can you make it go straight up? im new to this!

s.s.

Offline

 

#5 2007-08-24 22:10:23

smackyandsnoopy
Scratcher
Registered: 2007-08-22
Posts: 11

Re: making a "birthday card"

like as in a straight line up. so i can make the line for the H, in Happy Birthday.

s.s.

Offline

 

#6 2007-08-25 14:17:07

smackyandsnoopy
Scratcher
Registered: 2007-08-22
Posts: 11

Re: making a "birthday card"

can anyone help me?????

Offline

 

#7 2007-08-25 21:49:40

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

Re: making a "birthday card"

go to x: 10 y: 0
point in direction 0
pen down
move 40 steps
pen up

is one of *many* ways to draw a vertical line.

Offline

 

#8 2007-08-25 23:42:39

smackyandsnoopy
Scratcher
Registered: 2007-08-22
Posts: 11

Re: making a "birthday card"

it didnt work. ??????.

s.s.

Offline

 

#9 2007-08-26 12:23:21

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

Re: making a "birthday card"

If you want help debugging your code, you need to put it on the web site and post a pointer to it on the forum.  No one can debug a program from just "it didn't work".
What did you want it to do? What did it do?  Exactly what code was it running when it misbehaved?  What other code was running at the same time that may have interfered?

Offline

 

#10 2007-08-27 12:06:47

Llamalover
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: making a "birthday card"

look at my projects (click on my name)


Be nice, I'm an old lady  wink

Offline

 

Board footer