Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » look at my project 4hhhhhhhhhh
- anchovie123
-
40 posts
look at my project 4hhhhhhhhhh
im trying to make the two people talking only be there at the acme backdrop but there should also be there sound
- clarence112
-
500+ posts
look at my project 4hhhhhhhhhh
Can you please give us a link to it?
- anchovie123
-
40 posts
look at my project 4hhhhhhhhhh
i dont know how to give you a link
Last edited by anchovie123 (Nov. 2, 2017 13:52:23)
- clarence112
-
500+ posts
look at my project 4hhhhhhhhhh
just share the project and copy/paste the URL in the thread i dont know how to give you a link
for example:
https://scratch.mit.edu/projects/123456789
so just put it in like that
Last edited by clarence112 (Nov. 2, 2017 14:11:01)
- anchovie123
-
40 posts
look at my project 4hhhhhhhhhh
<iframe allowtransparency=“true” width=“485” height=“402” src=“//scratch.mit.edu/projects/embed/183049795/?autostart=false” frameborder=“0” allowfullscreen></iframe>
- deck26
-
1000+ posts
look at my project 4hhhhhhhhhh
Now you need to tell us what the problem is because I can't understand your initial post.
However I'd recommend going through your project and tidying things up a bit. For example, sprite1 has several green flag scripts with hide and show blocks including two where one starts with a hide and the other with a show. You can probably combine these green flag scripts into a single one which will be less confusing.
Similarly in the stage - rather than have a script that waits 10 seconds and switches backdrop and another that waits 11 seconds and switches backdrop just add a 1 second wait to the first script and another backdrop switch there. The stage only needs a single green flag script.
However I'd recommend going through your project and tidying things up a bit. For example, sprite1 has several green flag scripts with hide and show blocks including two where one starts with a hide and the other with a show. You can probably combine these green flag scripts into a single one which will be less confusing.
Similarly in the stage - rather than have a script that waits 10 seconds and switches backdrop and another that waits 11 seconds and switches backdrop just add a 1 second wait to the first script and another backdrop switch there. The stage only needs a single green flag script.
- anchovie123
-
40 posts
look at my project 4hhhhhhhhhh
i had two do this for 4th grade because im homeschooled and iv seen all of those projects with only 1 green flag but i cant figure that out for instance
https://scratch.mit.edu/projects/139186034/#editor
https://scratch.mit.edu/projects/139186034/#editor
Last edited by anchovie123 (Nov. 2, 2017 14:50:34)
- deck26
-
1000+ posts
look at my project 4hhhhhhhhhh
But in your project it's easy for the stage. What you have is pretty much equivalent to
when green flag clickedThat is much easier to follow what's happening and means you don't have several scripts running wait blocks.
switch backdrop to [backdrop1 v]
broadcast [START!!! v]
wait [6] secs
switch backdrop to [background4 v]
wait [3] secs // 6+3=9 so equivalent to separate script waiting 9 secs
switch backdrop to [basketball-court1 v]
wait [1] secs // total now 10
switch backdrop to [background3 v]
wait [1] secs
switch backdrop to [baseball-field v]
wait [1] secs
switch backdrop to [chalkboard v]
- Discussion Forums
- » Help with Scripts
-
» look at my project 4hhhhhhhhhh