How do i make one, since in GE 1.3.7 , The mouse button down overrides the draw actor, the slider moves out of its orbit and it goes off the x scale while dragging...
Any help?
			

y=yprevious;
if(x>50)x=50;
else if(x<-50)x=-50;

 Weird behavior.rar
 Weird behavior.rar



y = whatever;
if(xmouse > the minimum number you want && xmouse < the maximum number you want)xscreen = xmouse;
 






Game A Gogo wrote:does it work in the 1.3.7 version? anyhow i have found out a way.
 







 okay. xD
 okay. xD



Users browsing this forum: No registered users and 1 guest