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

#1 2008-10-28 00:22:08

mahidram
Scratcher
Registered: 2008-10-26
Posts: 5

how can we link more scratches together?

Hello!
I am a new member and I am working on a project.
I find scratch a very useful tool for my job.
On my project I am working on an educational programme for my class and I'd like if this is possible to join - link more scrathes together, to give the opportunity the player to choose.

e.g

one scene: four different pictures to link to different other exercises.

I am waiting forward your answers
Mahi

Offline

 

#2 2008-11-01 11:35:09

agentbumperdinkles
Scratcher
Registered: 2008-10-04
Posts: 1

Re: how can we link more scratches together?

How do you add links?

Offline

 

#3 2008-11-01 14:39:59

djm111
Scratcher
Registered: 2008-10-29
Posts: 1000+

Re: how can we link more scratches together?

If you make all the different projects on the same scratch project, put them all at the start, then use when you click on a picture it runs a broadcast which, when received activates all the stuff in a certain thing,like:
when(name of the picture youre using as a link pressed
broadcast(give the message a name it doesnt matter so long as you can remember it)

Then a different script:
When I receive(the name of the message, you shouldnt have to type it in this time)
then whatever your project is. Or you could just put them all in a gallery, if you want it to work easily. Try out my project which has all the menus as I made them all change using broadcasts : http://scratch.mit.edu/projects/djm111/306630 Hope it Helps { wink


http://i627.photobucket.com/albums/tt358/Dazzamcgazza/sig.png

Offline

 

#4 2008-11-06 14:34:02

mahidram
Scratcher
Registered: 2008-10-26
Posts: 5

Re: how can we link more scratches together?

Thank you tjm111

Offline

 

#5 2008-11-07 00:42:01

bart9032
Scratcher
Registered: 2008-06-16
Posts: 100+

Re: how can we link more scratches together?

well another way is this.
Have your background and put your 4 pictures in ....uh why is a kid on scratch teaching a teacher on scratch anyway?
oh well with the pictures you could do this code in any of them and then if you have on broadcast to tell all the other pictures to hide (including that picture) so then when you broadcast that, a back sprite comes up and  there is a new background with new pictures
Now for the code this is what it is:

Code:

[blocks]<when green flag clicked>
<show>
<forever>
<if><< <mouse down?> <and><touching[mouse pointer   >>
<hide>
<broadcast[ (what you want it to be)
<end>
<end>[/blocks]

now for the when I recieve.. Stuff this I'm making a tutorial anyway!


Hi, my name is Bartholomew JoJo 'Bart' Simpson. Nice to meet you,
Actually, no I am not Bart Simpson. I am bart9032  cool

Offline

 

Board footer