how to create the roll wheel to switch the image within the same window ?
hello, i want to switch 5 images within the same window as following picture illustration; could you have any sample to me for reference ?



hello, i want to switch 5 images within the same window as following picture illustration; could you have any sample to me for reference ?



Your custom container have the elements "box1" and "image1".
But in your update item function you try to access an element called "item".
In the scrollList and scrollWheel we change the element "item" because in our custom container we have an element called that, but you, you probably want to change your box1 or image1.
The error message say that the bitmap doesn't exist.
The bitmaps have the name BITMAP_nameOfYourImageAssetInCapitalLetters.
So for instance if you have an image asset called "MyImage1", the bitmap will be called BITMAP_MYIMAGE1.
Regards,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.