Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Custom Volume Slider
- Babissimo
-
100+ posts
Custom Volume Slider
I'm having touble on my game making a custom volume slider as I want to make it look how I want and not the basic scrath slider for my new OS unfortunately it is troublesome can anyone help?
- ErnieParke
-
1000+ posts
Custom Volume Slider
For the slider itself, you can use this little piece of code:
This is a script for a horizontal volume slider. If you want a vertical one, all you need to do is flip the x position and y positions. So (mouse x) would become (mouse y).
Helping,
ErnieParke
This is a script for a horizontal volume slider. If you want a vertical one, all you need to do is flip the x position and y positions. So (mouse x) would become (mouse y).
Helping,
ErnieParke
Last edited by ErnieParke (March 14, 2014 23:25:22)
- scubajerry
-
1000+ posts
Custom Volume Slider
Last edited by scubajerry (March 15, 2014 07:30:04)
- Babissimo
-
100+ posts
Custom Volume Slider
THX! For the slider itself, you can use this little piece of code:
This is a script for a horizontal volume slider. If you want a vertical one, all you need to do is flip the x position and y positions. So (mouse x) would become (mouse y).
Helping,
ErnieParke
- Varshinilolla
-
1 post
Custom Volume Slider
Hello,
I've been facing a problem to create custom volume slider since the one provided by scratch wasn't really helpful .There were a couple of answers given to this question but weren't really appealing .Therefore ,I wish another way to “code custom volume slider”.
Thanks
I've been facing a problem to create custom volume slider since the one provided by scratch wasn't really helpful .There were a couple of answers given to this question but weren't really appealing .Therefore ,I wish another way to “code custom volume slider”.
Thanks
Last edited by Varshinilolla (Aug. 26, 2021 16:22:20)
- orangetheory
-
500+ posts
Custom Volume Slider
http://scratch.mit.edu/projects/19304733/#playerPlease don't spam or necropost
Please create your own topic Hello,
I've been facing a problem to create custom volume slider since the one provided by scratch wasn't really helpful .There were a couple of answers given to this question but weren't really appealing .Therefore ,I wish another way to “code custom volume slider”.
Thanks
- Rohancg
-
72 posts
Custom Volume Slider
If you want, you can use the 100% pen slider I made. https://scratch.mit.edu/projects/549425162/
- Discussion Forums
- » Help with Scripts
-
» Custom Volume Slider