Scroll problem
![Bilzo12](https://images.v-cdn.net/banned_large.png)
Hey everyone I created a app and when I finished one part of it I noticed the words are too small to read so I decided I would zoom the camera in to get a better view the camera was 960 by 640 same as the scene, I changed the camera size to the default size, I got a great view of the text now all I needed to do was make it scrollable so when someone put there finger on it they can scroll up or down to view the text.the only problem is that there has to be 2 scrollable things one on the left the other on the right I tried to follow @tshirtbooths tutorial on how to achieve this but it didn't work for me I must of done something wrong if I post the file I need help with will someone help me achieve this or explain in detail how to do this.
Thanks for reading
Bilal
Thanks for reading
Bilal
Best Answer
-
master200012 Posts: 372
Well, try following his tutorial to make sure you didn't miss anything, except this time, add the following as necessary to the scrolling rules:
the left scrolling rule
add: "when attribute (mouse.position.x) is < (certain pixel value),
perform the scrolling feature
the right scrolling rule
add: "when attribute (mouse.position.x is > (certain pixel value),
perform the scrolling feature
Also, you might have two use two scrollable layers for this.
It's really complex...but
Good Luck!
Answers