Choose the default image on the corona slider

Hi community.

I am seeing, testing and working on the corona slider, the link of the slider is here:
http://developer.anscamobile.com/content/slide-view

display.setStatusBar( display.HiddenStatusBar )   
   
local slideView = require("slideView")  
  
local myImages = {  
 "myPhotos1.png",  
 "myPhotos2.png",  
 "myPhotos3.png",  
 "myPhotos4.png"  
}   
   
slideView.new( myImages )  

this have a require, and a table (local myImages) with 4 images inside of this table. and the slider starts every time on the first image (myPhoto1), and i am trying start on the second image (myPhoto2), it is not change the first image with the second, because i want to start on the second image and can dragg to the left and go to the image one.

It is like some games that have a slider with the groups, and the player drag to one slider, and go inside of the slider, then he go back to the slider with groups and the slider is on the image that the player entered.
i only want to run the app and start on the second image, anyone can give me a hand with that? i really dont know how i can start to resolve it. [import]uid: 26056 topic_id: 23802 reply_id: 323802[/import]

I believe for that kind of funcationality you may need to modify the slideView.lua code - as far as I recall it’s not set up for this kind of thing by default. [import]uid: 52491 topic_id: 23802 reply_id: 95871[/import]

Thanks peach, i was not seeing options to do it, but now i remember a important thing and will work with that, topic closed :slight_smile: [import]uid: 26056 topic_id: 23802 reply_id: 95925[/import]