Hello,

I'm a new Fusion 2.5 user. I've never had formal education in programming, so I'm glad Clickteam has this program for non-programmers.

I intend to make a scrollable inventory for my game, and allow the selling of multiple items. I'm having difficulties trying to make these happen (first time using Fusion and first time making game >_<) Please see my reference from this other game:
https://youtu.be/nAGmX2cqTq8?t=36

1) The user taps and holds within the item zone and can move up and down to scroll the list of items.
I can set the objects to be created upon starting the frame, but not sure how to do the scrolling, or even setting items outside the viewable screen.

2) The user taps and releases, creating the number "1" on an item. Then, he taps on another item and creates "2", effectively counting how many items he has selected.
I can set the number to be created when user clicks on an object, but the numbering? @_@
And if he taps, say, item numbered "5", the number disappears, PLUS items numbered 6 - 10 will automatically reduce in number. @_@ @_@

Err... perhaps I can use another phrasing:
Help!