Skip to main content
Participant
October 14, 2008
Question

square in Flash?

  • October 14, 2008
  • 2 replies
  • 325 views
Hi! How it is possible to draw a square in Flash if co-ordinates are is in XML? Please help with a script.
This topic has been closed for replies.

2 replies

DemAS3Author
Participant
October 14, 2008
Thank you very much. A good example!

It would be desirable in XML to add a file a name of object and its turn on 30 degrees. Where it is possible to learn more about properties of object?
Inspiring
October 14, 2008
If you have a mc called (instance name) redbox on the stage of the fla, the attached code will rotate that redbox movieclip.
If you mean 'what are the properties of a display object I can manipulate', you find these in the API's:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/
and see the package flash.display
Inspiring
October 14, 2008
hmm, you could have at least tried something yourself but here you go