Character Slider
RCT_Games
Member, PRO Posts: 97
i'm trying to make a slider game where the theres a bar that you slide and that slides the actor positioned a little above so your finger is not in the way of the art. Problem I have is when I slide the slider so the x value goes up the actor goes really fast and when I slide so the x goes down it only makes it halfway. I'm sure that my problem is just with the math, but any help would be great.
Currently I have it the slider at half the screen width and my touch position is set to x*2 to make up for the bar being half the screen size.
Thanks!
Comments
If you post the math expression(s) you're using, someone might be able to help troubleshoot them.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
You mostly have it, but you also need to take into account where the left end of the slider starts. Here is an example that might help.
Thanks! that did what I needed it to do.