PDA

View Full Version : drawing shapes


ASWC
02-22-2008, 01:54 AM
Hi everybody! I did my first tutorial and it needs to be reviewed.;) Hope you like it!

Jesse
02-22-2008, 03:06 AM
Approved. Great work on your first entry. Welcome, and thanks :)

Just a quick note re code; some of your code had paragraph breaks in it, which confuse the highlighter. If you do a live-preview and view the code as you publish, you will see paragraph breaks show up in the code as "<p>". To get rid of these you can simply delete the empty lines (in the code) via the CMS editor, or you can copy and paste the code into a plain text editor like notepad, then copy it back.

Thanks again!

ASWC
02-22-2008, 04:52 AM
Thanks a lot! I'll fix that, and by the way your accent is perfectly fine, you should hear these old guys here in Vermont, I just can never get what they say!:eek:

ASWC
06-23-2008, 07:27 PM
I made a new version for AS3 can someone review it please?

ASWC
06-26-2008, 01:45 PM
Thx for approving the tutorial but the formating is very bad (I did my best but with the new system it's not easy) I'll have to go back and fix a lot of things.

ASWC
06-26-2008, 10:58 PM
all right I worked on the formating hopefully everything is fixed. Please review again. I just cannot find any live preview anymore in the CMS system is that gone?

shareasus
02-07-2009, 07:11 AM
I have found many more tutorials on drawing shapes. Drawing lines, rectangle are easy. But for circle and curves I had to learn and go through the tutorial many times. The drawCircle() method requires 3 parameters, X and Y values and a radius value. I am confused with this radius value.