Question:
How to rotate image in Flash?
QuestionAnswer
2006-08-08 14:57:21 UTC
dont know much about Flash and action script, but I am involved with a project in which I have to use flash for this purpose!

I need a text box, in which the user types the degree and a button that after clicking rotates the image by the given degree.

Thank you
Three answers:
Anil
2006-08-08 21:49:32 UTC
Very simple



Name your movie clip mcSquare in property inspector.

Place a button on the stage

Place a text box on the stage as input text (should not be a static text) and name it degree in property inspector

Select the button on the stage and enter the code in script panel



on (press) {

mcSquare._rotation = degree.text;

}



if you need *.fla file contact me anilkumarnd@yahoo.com



Anil
catherine
2016-09-29 05:33:35 UTC
almost any editting utility -alongside with paint and photoshop- has the means to rotate photographs. basically circulate to "Edit" and choose "Rotate image." it would be there. If no longer, seek for the thank you to rotate photographs contained in the "help???" element of the modifying utility's toolbar.
anonymous
2006-08-08 15:02:43 UTC
need to learn actionscript, try here http://www.flashkit.com, tutorial, movies, sound, etc...


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...