Recent content by Blackeagle

  1. B

    Sports issues suggestions?

    Hey there, i have to do an essay for P.E, it has to be on a sport related issue e.g. should olympic athletes be eliminated from their sport for ever if drugs are found in their system. Any suggestions? thanks. Oh and Im just wandering in particular are there any controversies or anything around...
  2. B

    How to add sound clips onto buttons through Flash CS3 ActionScript 2.0?

    here is a quick and easy way to achive it. var snd = new Sound();//create a varable to hold the new sound object snd.attachSound("mysound"); //attaches the sound to the varible with the name mysound myBtn_btn.onPress = function() { //assuming u have a btn or mc on the stage called myBtn_btn...
Back
Top