Flash Hacks by Sham Bhangal The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated April 18, 2007. UNCONFIRMED errors and comments from readers: [35] unsure; The example for Hack #7 does not work properly. If you watch the tree blowing in the wind, you'll notice it eventually falls over, blowing farther and farther to one side each time. This seems like a serious bug to me. {257} top of page; mySound = new Sound(this); mySoundEcho.attachSound("UISound"); mySound.start(0,1); mySound.setVolume(200); should be: mySound = new Sound(this); mySound.attachSound("UISound"); mySound.start(0,1); mySound.setVolume(200); {276-7} last line of 276, second line of 277; groovyTrans.fadeIn(3000, 2); groovyTrans.fadeOut(6000); should be: groovy.fadeIn(3000, 2); groovy.fadeOut(6000);