How do I make this knob small.

For general discussion related FlowStone
Post Reply
blatantleesly
Posts: 21
Joined: Wed May 20, 2015 2:46 pm

How do I make this knob small.

Post by blatantleesly »

Make smaller.fsm
(7.09 KiB) Downloaded 779 times
Weird question, how do I simply make this knob smaller?
Thanks in advance. Cheers
Logado
Posts: 62
Joined: Tue Jan 06, 2015 5:42 pm

Re: How do I make this knob small.

Post by Logado »

Radius of Marker parameter and change code

v.drawBitmap @image,[(v.width-@image.width)/2.0,(v.height-@image.height)/2.0]
v.drawBitmap @image,[(v.width-@image.width),(v.height-@image.height),2,2]
2,2 bitmap scale
Attachments
Make smaller.fsm
(7.1 KiB) Downloaded 737 times
blatantleesly
Posts: 21
Joined: Wed May 20, 2015 2:46 pm

Re: How do I make this knob small.

Post by blatantleesly »

Thanks, The thing I don't understand is the relationship between the marker radius and the bitmap size? Could You offer an explanation to make this slightly clearer please. Kind Regards.
Post Reply