[Solved] How generate multiple coin when dragging?
I think this will help.try collision event when old coin can colid to any other place generate the new coin.assign the value to newly created coin. solved How generate multiple coin when dragging?
I think this will help.try collision event when old coin can colid to any other place generate the new coin.assign the value to newly created coin. solved How generate multiple coin when dragging?
You cant do this directly as Corona Webview has limited methods. However, you can make an HTTP call and separate the data yourself (is that editor data comes with the call). I have done this to other website to get currency prices. You can see below how I make a call to moneymex website and … Read more
if score > 1000 then storyboard.gotoScene(“bonus”, “fade”, 400) else storyboard.gotoScene(“gameover”, “fade”, 400) end solved If score is higher than 5 then