Dwayne Francis
flash DMA455DA
sound analyzer project
in my flash (course code) i have created an sound analyzer that make the images in the library pulsate/ move to the audio file that i have added to the code. the image below is the code i used to create the sound analyzer
when i was typing up the code for the sound analyzer i was actually listening to the song crack by 2chainz so i decided to use that audio file for the project.
after i created the code for the sound analyzer i had to create images that i want to pulsate when the file is rendered. since i chose the song CRACK i wanted an unusal looking image to show up on the screen i thought of many different designs that i created with adobe flash, after created differnt images i choose the image below
when i launched the swf with the audio file and the imaged this is what was generated
after looking at the swf the project didn't feel completed so i deiced to add another image/asset to pulate with the same song but i would have the other image at a different position on the stage. i decided to use the title of the song.
to have both images pulsating on the screen at the same time i would have to assign specific code for each. sinnce the code aready worked for the first image i duplicated the code and changed the values and instance name , basically change the code to allow to images on the screen at once
this is the result of the rendered swf
the challenges
the challenges that came up during this project were to have both images, before knowing that i had to have a different set of code for each images, i would add the images into the code but only one or neither would show up. after minutes if manipulating the code i came to realize it needed specific code for each with different values, variables , etc.
another challenge that came about was getting it to export the swf as a png. i wanted to export the certain parts of the swf as png so i could upload them to my blog. i researched the code to export the swf as png into the code, but the code doesn't seem to work