I know in bubble ball, you could select the color ball you wanted to use.
Can anyone help me accomplish that same exact idea?
Thanks [import]uid: 42126 topic_id: 9165 reply_id: 309165[/import]
I know in bubble ball, you could select the color ball you wanted to use.
Can anyone help me accomplish that same exact idea?
Thanks [import]uid: 42126 topic_id: 9165 reply_id: 309165[/import]
If you’re using images then you would make different colored images and allow the user to choose one using a function.
If you are creating a circle within Corona for your ball then you can set it’s color using;
[lua]myCircle:setFillColor(R,G,B)[/lua]
Here’s a link the the newCircle API; http://developer.anscamobile.com/reference/index/displaynewcircle
Peach
[import]uid: 52491 topic_id: 9165 reply_id: 33594[/import]
I use a spritesheet because that’s more efficient than separate images but it amounts to the same technique. [import]uid: 12108 topic_id: 9165 reply_id: 33601[/import]