Silver Badge Maker part 2
Watch this thread
Announcements
Page 1 of 1
Skip to page:
812623
Badges:
1
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#1
Suzygirl57
Badges:
5
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#2
812623
Badges:
1
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#3
(Original post by Suzygirl57)
I’ve been trying for over three weeks and cannot find the answer.
I’ve been trying for over three weeks and cannot find the answer.
var soundBlocks = [crash,happyBeep,whistle];
for (i=0;i<soundBlocks.length;i++)
{
playSound(soundBlocks[i]);
}
I hope this helps

Last edited by 812623; 1 month ago
0
reply
Suzygirl57
Badges:
5
Rep:
?
You'll earn badges for being active around the site. Rep gems come when your posts are rated by other community members.
#4
Report
#4
(Original post by 812623)
I figured it out it's :
var soundBlocks = [crash,happyBeep,whistle];
for (i=0;i<soundBlocks.length;i++)
{
playSound(soundBlocks[i]);
}
I hope this helps
I figured it out it's :
var soundBlocks = [crash,happyBeep,whistle];
for (i=0;i<soundBlocks.length;i++)
{
playSound(soundBlocks[i]);
}
I hope this helps

0
reply
X
Page 1 of 1
Skip to page:
Quick Reply
Back
to top
to top