Hello ,
First i have to say that i am a newbie with corona sdk…
I have a problem with the scrollview object… When i scroll the content , touches on other objects are blocked… i can use these objects again only when the content is again on its starter position.
Is this a bug of corona sdk? or its my fault??
Please someone help me…
[code]
scrollBox = widget.newScrollView{
top = 220,
width = 320, height =250,
scrollWidth = 320, scrollHeight =400,
friction = 0.1,
bgColor = {255,255,255,0} ,
maxVelocity=4,
maskFile = “mask-250 - Copy.png”
}
[import]uid: 185094 topic_id: 32267 reply_id: 332267[/import]