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
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] ) endFor 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
Hey guys, I Like Trains.
Offline