Search results

  1. K

    Is High School Band Camp going to be scary?

    wow u r clueless... there for 8 hours learning my stuff and getting uniforms and crud and then coming back home prolly... they'll prolly test different drums on ya.
  2. K

    Adobe Flash HELP!! please?

    I need to convert this code (below) from actionscript 2, into actionscript 3.... PLEASE HELP! var loader:URLLoader = new URLLoader(new URLRequest("my_text_file.txt")); loader.addEventListener(Event.COMPLETE, completeHandler); function completeHandler(event:Event):void { var...
  3. K

    HELP ASAP! ADOBE FLASH...?

    This code: var loader:URLLoader = new URLLoader(new URLRequest("my_text_file.txt")); loader.addEventListener(Event.COMPLETE, completeHandler); function completeHandler(event:Event):void { var loadedText:URLLoader = URLLoader(event.target); myText_txt.text = loadedText.data; } Is for...
  4. K

    What is the culture of a university?

    im doing a college report for my english class and idk know how to explain the campus culture!!
Back
Top