នេះជា Type SliderWidget របស់ Corona
SDK
សំរាប់
Slider
objects ត្រូវបានបង្កើតឡើងដោយប្រើ widget.newSlider()
នេះជា
Properties
របស់វាះ
Object.value
វាជា
read only
property ដែលតំណាងឪ្យ current value នៃ slider។ វាគឺជាចំនួនលេខដែលនៅចន្លោះ 0 & 100 ដែលតំណាងឪ្យ
the percentage at which the slider handle is located
សូមមើលកូដះ
Local
sliderPercentage = mySlider.value
នេះជា
Methods របស់វា
Object:setValue
ប្រើសំរាប់ផ្លាស់ប្តូរនៅ
Slider
handle position ដូចគ្នានឹង slider.value property
Syntax:
object:setValue (percent)
Percent(តំរូវការ) វាជាចំនួនលេខដែលជា slider’s
handle location by percentage
សូមមើលកូដះ
--set
slider to 30% full
mySlider:setValue
(30)
No comments:
Post a Comment