What constitutes 'Basic Fill and Stroke'?

So I’m a starter who purchased a Corona textbook and am really enjoying it, however I’m a bit confused at the  ‘Basic Fill and Stroke’ that I thought I had access to ( http://coronalabs.com/pricing/premium-graphics/ ).

When I type in the example under ‘Basic Fill and Stroke’ here http://coronalabs.com/blog/2013/10/24/tutorial-fills-and-strokes-in-graphics-2-0/ and run it in the simulator I get a warning that says ‘your project uses premium graphics features available to Pro (or higher) subscribers…’

I was under the Impression I could use object.fill, object.stroke, and object.strokeWidth with the starter edition, am I mistaken? Can I just ignore the warning? Thanks in advance for the help!

You will need corona staff to answer this but “i think” the issue is that if you are using the tutorial then you are doing stuff that the starter doesn’t allow…

Basic Fill and Stroke = obj.setFillColor, obj.setStrokeColor 

What the tutorial is talking about is advanced graphics like texture fills, composite fills etc. which don’t fall under basic…

Just my two cents.

Ah, that makes sense… confusing wording in that tutorial. Thanks for the help! 

You will need corona staff to answer this but “i think” the issue is that if you are using the tutorial then you are doing stuff that the starter doesn’t allow…

Basic Fill and Stroke = obj.setFillColor, obj.setStrokeColor 

What the tutorial is talking about is advanced graphics like texture fills, composite fills etc. which don’t fall under basic…

Just my two cents.

Ah, that makes sense… confusing wording in that tutorial. Thanks for the help!