You could definitely do that; it would not take very long at all!
Develop games in your browser. Powerful, performant & highly capable.
Morning all,
I could not find a existing way to do rotary knob style controls like you might get on a synthesizer. There is a good example of sliders already
scirra.com/forum/example-how-to-make-a-configurable-slider_topic49212.html
but the implementation requires more work than a knob, which you can do with just one image.
Hope this is useful for someone!
bassmoi.com/knobexample
c2 file at bassmoi.com/knobexample/knobs.capx
Use System.repeat!
set the number of repetitions to random(5)
so:
->system every 7 seconds
->system pick random (spawnpoint) instance
->system.repeat random(5)
+spawnpoint, spawn object on layer 3
Member since 9 Nov, 2011