Recent content by Stewie for President!

  1. S

    How do I get BlackBerry 6 on my Bold 9700?

    I've seen videos on youtube with BB Bold 9700s running BlackBerrry 6, so I was just wondering how I actually update the firmware of my phone.
  2. S

    Adobe Flash CS4 help!?

    Okay so I want to create text to appear letter by letter in a text box. I have the following code: typeText = "TEXT GOES HERE"; typeInterval = setInterval(typeThis, 70, typeText); counter = 0; function typeThis(thisString) { preloading_txt.text += thisString.charAt(counter); counter++; //if...
Back
Top