By the way, this is NOT a game. It's just a little demonstration of a scrollbar.
The items are also not selectable. (They're not supposed to be, anyways.)
You can touch and hold the arrows to scroll by item. You can touch and hold the back of the scrollbar to scroll by page. And of course, you can also drag the scrollbar itself.
Hey there! I made a demo scrollbar program! I was hoping you could give me some feedback or suggestions on the program and its code. Feel free to look around the code. (It's a bit of a mess, though.) Also, make sure to change the variable values at the top of the code!
Key: «4DEPDESD»
Are you sure you're saving and loading them under the same name and the same folder?
Remember sprite sheet filenames end in the .GRP extension.
Also, if your sprites are completely black you should change the BG color to see if they're there.
I don't remember the exact code off the top of my head, but it should give you a good idea.
TOUCH OUT SX,SY,ST
IF ST==1 THEN
BOUNDS=GETBOUNDS(SX,SY)
ENDIF
IF ISWITHINBOUNDS(SX,SY) THEN
'DO SOMETHING DEPENDING ON BOUNDS
ENDIF
What do you mean by "it can go to another screen"?
Anyways, if you want it so that the first place you touch is the only place that does something you could probably do something like this...
There are plenty of commands that start with MP that are multiplayer related. I personally don't know how to use them, but you may find help in the manual or help button, or maybe online.