Flash Image question
Flash Image question
- Started
- Last post
- 4 Responses
- tommee
Hello,
Does anyone know where I might be able to find some source code on how to resize a background image in Flash like on this site?
I don't want the image to distort, just resize.
Cheers guys
- tommee0
Any ideas?
- caseyc0
Here you go:
http://pastebin.coconut.se/?id=4…
Just make sure your background is a movieclip named bg_mc and has it's registration point at the top left.
- ornj0
Basics for this sort of script can be found in the flash help file. look up Stage and read up about adding a listener. From there it's simple math. Ratio of the old height over the new. Use that to find the new width then make the change.
- cram0
caseyc nailed it!