Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Staples Easy Button- like Project
- Zacshap21
-
100+ posts
Staples Easy Button- like Project
I want to make a project were there are about 9-12 buttons. I want each button to play a different recording. I want it to work similar to a Staples button. I can't find any helpful instructions anywhere though. Anybody have any ideas/ helpful links?
Thanks,
Zacshap21
Thanks,
Zacshap21
- mario91100_TEST
-
100+ posts
Staples Easy Button- like Project
One, this goes on the “Help With Scripts” forum.
Second, it goes like this.
Second, it goes like this.
when this sprite clicked
switch costume to [pressed v]
wait until <<not <mouse down?>> and <not <touching [mouse-pointer v] ?> >>
switch costume to [not pressed v]
play sound [JOHN CENA v] until done
- Zacshap21
-
100+ posts
Staples Easy Button- like Project
One, this goes on the “Help With Scripts” forum.
Second, it goes like this.when this sprite clicked
switch costume to [pressed v]
wait until <<not <mouse down?>> and <not <touching [mouse-pointer v] ?> >>
switch costume to [not pressed v]
play sound [JOHN CENA v] until done
No, I was thinking something along the lines of schematics. It's not a part of Scratch. If it were it'd be easy. But thanks anyways.
- mario91100_TEST
-
100+ posts
Staples Easy Button- like Project
Oh, ok. I thought you were talking about Scratch.One, this goes on the “Help With Scripts” forum.
Second, it goes like this.when this sprite clicked
switch costume to [pressed v]
wait until <<not <mouse down?>> and <not <touching [mouse-pointer v] ?> >>
switch costume to [not pressed v]
play sound [JOHN CENA v] until done
No, I was thinking something along the lines of schematics. It's not a part of Scratch. If it were it'd be easy. But thanks anyways.
- Discussion Forums
- » Things I'm Making and Creating
-
» Staples Easy Button- like Project