A Flash Developer Resource Site

Search:

Type: Posts; User: thewiz1972

Page 1 of 20 1 2 3 4

Search: Search took 0.28 seconds; generated 28 minute(s) ago.

  1. Wow, I haven't posted here in nearly a decade. I...

    Wow, I haven't posted here in nearly a decade. I haven't done any Flash dev in loooong time, but I was going through my old posts and reminiscing about what a glorious time I had on these boards back...
  2. Replies
    6
    Views
    477

    Thanks for the feedback everyone.:)

    Thanks for the feedback everyone.:)
  3. Replies
    6
    Views
    477

    Looking for feedback, will pay cash

    Hi everybody, I haven't been here in a while but I'm looking for some feedback on the new version of my site. It's still lacking a little in the content area, but I'm working on that.:)

    Of course...
  4. foreigner is a great band.

    foreigner is a great band.
  5. Replies
    83
    Views
    2,655

    I gotta say, that's the coolest thing I've seen...

    I gotta say, that's the coolest thing I've seen in a while.http://www.digitalpagan.com/forum/images/smilies/thumbsup.gif
  6. Anyone else?

    Anyone else?
  7. Thanks, I appreciate it.:)

    Thanks, I appreciate it.:)
  8. Replies
    4
    Views
    460

    Looks good. You might want to try for a little...

    Looks good. You might want to try for a little more consistancy regarding your fonts and the font size tho.
  9. Replies
    16
    Views
    1,688

    That's all well and good, but why are you telling...

    That's all well and good, but why are you telling me? I'm neither stupid, nor American.
  10. Replies
    16
    Views
    1,688

    I knew some Brit was gonna post some guy I've...

    I knew some Brit was gonna post some guy I've never heard of.

    I almost posted a warning.:D
  11. Replies
    16
    Views
    1,688

    I'll give you James Earl Jones for sure. I mean,...

    I'll give you James Earl Jones for sure. I mean, he's the voice of Darth Vader!;):D

    sup gerbs.:)
  12. Replies
    29
    Views
    1,291

    Re: excercise or smoker???

    So which is it? Zero to Hero? Or vice versa?:D
  13. Replies
    16
    Views
    1,688

    Favorite voice?

    Mine has to be Kelsey Grammer. His is like the smoothest scotch, poured over ice.

    And yours?
  14. New forum needs bug hunters - not spam!

    No I just want you to give this forum a thorough testing. Sign up. Past something. Edit it. Search for something. Try and break it.

    I'm thinking of making this open source if anyone is interested...
  15. Thread: Switch

    by thewiz1972
    Replies
    2
    Views
    597

    You can also do it this way: on (release,...

    You can also do it this way:



    on (release, keyPress "<Enter>") {
    switch (input) {
    case "hello":
    case "hi":
    dialogbox.gotoAndStop(2);
    dialogbox.dialogue = "Well hello there.";
  16. Replies
    3
    Views
    358

    If you have a text field selected and you are...

    If you have a text field selected and you are using MX it's a button called 'character' in the property inspector.
  17. Replies
    12
    Views
    723

    I can't really see any reason to hide the...

    I can't really see any reason to hide the navigation for your site. It's generally one of the more integeral parts and hiding it indicates you want your visitors to have to work to get around your...
  18. Replies
    2
    Views
    454

    You could make two buttons, one saying 'ON' and...

    You could make two buttons, one saying 'ON' and the other saying 'OFF' and then put them in a two frame movie clip. Put the 'ON' button in the first frame and the 'OFF' button in the second.

    The...
  19. Replies
    2
    Views
    536

    You can't load arrays as variables from a text...

    You can't load arrays as variables from a text file.

    ie:

    &varname=[[1,2,3],[4,5,6],[7,8,9]]&

    You can only load them as name value pairs. You will have to put them into an array after they...
  20. Replies
    2
    Views
    517

    Are you using Flash 5? If so you will have to...

    Are you using Flash 5?

    If so you will have to put each button inside a movie clip since you can't access and change the properties of a button in Flash 5.

    If you are using Flash MX, you can...
  21. Replies
    3
    Views
    681

    You can write a method for the String object...

    You can write a method for the String object which will do this:



    String.prototype.stringToArray = function(){
    var temp = new Array();
    for(var i=0;i<this.length;i++){
    temp[i] =...
  22. hihihi.http://www.digitalpagan.com/junk/wavey.gif

    hihihi.http://www.digitalpagan.com/junk/wavey.gif
  23. Replies
    11
    Views
    976

    I find if you're doing something simple then a...

    I find if you're doing something simple then a tween is the way to go. Of course, there are some things a tween can't do (easily) and that's when actionscript comes in handy.

    Just to get you...
  24. Do you get any error message when you preview the...

    Do you get any error message when you preview the movie?

    The only thing I can think of is the path to the movie clip is incorrect.
  25. Replies
    2
    Views
    522

    I would use a loop for something like this. ...

    I would use a loop for something like this.

    Example:



    for(i=1;i<=100;i++){
    if(this["color"+i] == "yellow" || this["color"+i] == "red"){
    trace("do stuff");
    break;
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center