This content has been marked as final.
Show 1 reply
-
1. Re: Connecting Dots with ActionScript...?
Ned Murphy Nov 22, 2014 5:42 AM (in response to LOLSnuffles)You are on the right track. You do not want to be thinking in terms of shapes. You want to be looking into how to draw lines. lineTo and moveTo are part of that.
I suggest you and Google become good friends and you learn how to use it to solve all of your school challenges. That's what I have always done. Usually a good approach is to specify your search terms using "AS3 keywords". In your case now you should use "AS3 draw lines", and it can often help to include the word tutorial at the end of it as well "AS3 draw lines tutorial"
I think you will find this assignment is not very difficult at all once you see how to draw a line between two points.


