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

#1 2013-02-04 21:08:43

yellow3
New Scratcher
Registered: 2013-02-04
Posts: 2

new to scratch, sprite does not move

Hello everybody,
My 7 year old and I am new to scratch. My child did a project. But when we uploaded the project, we have two problems. First, the troll does not move. Second, the conversation bubbles are all over the place and don't know where they belong.

Here is the link to our project.
http://scratch.mit.edu/projects/yellow3/3079750

We appreciate if you can help us solve the problems.

All the best.

Offline

 

#2 2013-02-04 21:48:04

dechan
Scratcher
Registered: 2012-12-20
Posts: 69

Re: new to scratch, sprite does not move

Congrats on getting a project uploaded.

In the "Scripts" tab of the Troll sprite you can do something like this to add motion:

when gf clicked
go to x: ( pick random [-100] to [100] ) y: ( pick random [-30] to [30])
forever
  change x by ( pick random [-1] to [1] )
  change y by ( pick random [-1] to [1] )
end
For the second part, the dialog boxes are associated with the sprite but we cannot position them.

Last edited by dechan (2013-02-04 21:48:41)

Offline

 

#3 2013-02-07 20:21:46

yellow3
New Scratcher
Registered: 2013-02-04
Posts: 2

Re: new to scratch, sprite does not move

Thank you very much for answering our questions :-)

Offline

 

#4 2013-02-10 09:11:47

sonicfan2526
Scratcher
Registered: 2012-12-24
Posts: 7

Re: new to scratch, sprite does not move

Hey guys, I Like Trains.

Offline

 

Board footer