Kashi’s Pixel Playground : A palette-driven point painter (SpiderBasic)
A tiny browser-based toy that paints with palette-cycled dots, random sets, and jitter.
The idea came from using some colored pencils which have multiple colors in each pencil, giving a kind of random color effect while ...
Search found 4 matches
- Fri Oct 10, 2025 5:28 pm
- Forum: Showcase
- Topic: Kashi's Pixel Playground - Simple Paint-style App
- Replies: 2
- Views: 663
- Sun Aug 10, 2025 7:28 pm
- Forum: Coding Questions
- Topic: Soft wrap available in SB IDE?
- Replies: 0
- Views: 4289
Soft wrap available in SB IDE?
Hi all,
Just curious if there's a soft line-wrap feature available in the IDE.
I checked in the Prefs under editing, general, etc. but didn't see it, same with menus. Maybe I missed it somewhere.
I'm using the 3.10 distribution for Ubuntu 24 (OpenSuse Tumbleweed / KDE).
Thanks for any tips.
Just curious if there's a soft line-wrap feature available in the IDE.
I checked in the Prefs under editing, general, etc. but didn't see it, same with menus. Maybe I missed it somewhere.
I'm using the 3.10 distribution for Ubuntu 24 (OpenSuse Tumbleweed / KDE).
Thanks for any tips.
- Fri Dec 06, 2024 2:50 am
- Forum: Coding Questions
- Topic: How to set sound playback volume?
- Replies: 5
- Views: 11611
Re: How to set sound playback volume?
You must wait to the sound file to be loaded.
If you put the: SoundVolume(0, 0) after PlaySound(0) (inside Loading procedure), it works as expected.
Ah? Like this? I couldn't get it to work unless I removed the PlaySound(). I tried with PlaySound(0) etc. (Windows 11 if it matters)
; This ...
- Wed Dec 04, 2024 11:40 pm
- Forum: Coding Questions
- Topic: How to set sound playback volume?
- Replies: 5
- Views: 11611
How to set sound playback volume?
Hi all,
I'm a new user, enjoying SpiderBasic so far.
Just curious how the volume of a sound can be altered in code.
Here's what I've been working with, starting from the documentation and modifying it based on what I'm reading.
I'm not able to get the volume to change, whether it's a .wav or ...
I'm a new user, enjoying SpiderBasic so far.
Just curious how the volume of a sound can be altered in code.
Here's what I've been working with, starting from the documentation and modifying it based on what I'm reading.
I'm not able to get the volume to change, whether it's a .wav or ...