지정한 슬라이드뷰 아이템으로 이동한다.
Parameters | Type | Description |
---|---|---|
index | long | 슬라이드 아이템 index |
Type | Description |
---|---|
BOOL | 성공/실패 여부 |
function moveat_on_mouseup(objInst)
{
var bResult = slideView.moveat(2);
if(bResult == false) {
screen.alert("슬라이드뷰 아이템을 이동하는 도중 오류가 발생하였습니다.");
}
}