View mondiran (dumesversion).js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var state=0; | |
var offsetX, offsetY; | |
var n=20; | |
var selectedColor; | |
var sliderStart=100; | |
var sliderEnd=320; | |
var dragging=false; | |
var draggingX=0; | |
var x=100; | |
var y=440; |