ScrollView levels selector from bottom to top

Hi, 

how can i make an level selector from bottom to top (style Candy crush!)

i have : 720x1280 setup pages,

scrollView0 = widget.newScrollView

    {

        x = centerX,

        y = centerY,

        width = 720,

        scrollHeight = 6000,

        hideBackground = true,

        horizontalScrollDisable = true,

        verticalScrollDisable = false,

        isVisible= true,

               

    }

i’m NOT want to use : 

scrollView0:scrollToPosition

{

    x = 0,

    --y = -600,

   

    time = 2000,

    onComplete = onScrollComplete

}

but i want that when i’m go to the scene, the scroll is already in position -6000 an after scroll up with hands!

Thank’s so much !

StefanoZ

Thank’s REsolve !

First isVisible= false

then

scrollTo Position -6000

after 

isVisible=true 

Ciao ciao

Thank’s REsolve !

First isVisible= false

then

scrollTo Position -6000

after 

isVisible=true 

Ciao ciao