so what I wanna do is displaying many images vertically
so screen should be scrollable to see many images in one screen without going to another page
hope to watch some tutorial videos for making general apps but can't find :/
It can be done in different ways, depends on how you want your app to be made, for example if you want the screen to be big and just have the images already put there you can use this example using scroll to y. If you want to have a loading list that creates objects and you have the layout a fixed size, then you need to pin the listed objects to a container that is dragable using drag and drop. Those are the easiest ways to make a vertical or horizontal scrolling effect. if you want some more advanced stuff there should be plenty in the learn area or in the old Construct 2 tutorial area found still here, might be removed soon, so scout it fast. One good advanced tutorial for sliders with inertia for mobiles is this one.
The above are my personal picks, but there might be even better and simpler ones. I remember one in Construct 2 as a C2 template coming with the editor itself. Not sure if is still available in C3.