A Flash Developer Resource Site

Page 5 of 6 FirstFirst 123456 LastLast
Results 81 to 100 of 107

Thread: Grebick is a WUSS (nah nah)

  1. #81
    Illuminatus! fospher.com's Avatar
    Join Date
    Jan 2002
    Location
    5th Dimension
    Posts
    2,185
    Somebody had to make that correction

  2. #82
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    ok added my paw print to the forum for ya...
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

  3. #83
    Gerbick's arch Nemisis
    Join Date
    Dec 2000
    Posts
    424
    Originally posted by gSOLO_01
    studiowhiz isn't a Macromedia affiliate? There should be a link on there for people to buy FMX2004 if they don't already have it...
    Actually we are we were one of the first to become an affiliate ... but we get more from sending folks to Amazon to BUY it than we do sending them to Macromedia .. go figure, but that reminds me ... I didn't put the Amazon links on there he he

  4. #84
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    hey K... how's the contest going? so far, I've gotten the people there.

    next up is to get the people to do the contest.

    any ideas?

    [ Hello ] | [ gerbick ] | [ Ω ]

  5. #85
    hey gerbs, I'll be able to start on an entry for the contest next weekend. You just need 30 entries right?

    So I can make a good one, then submit all the pieces of crap I put together before getting to my final version to increase the number of entries?

  6. #86
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    cools.

    I'm gonna see if I can start in on one too.

    sorta busy doing a presentation for the office though.

    [ Hello ] | [ gerbick ] | [ Ω ]

  7. #87
    I'm still going through the 50 some thigns I need to do to get into grad school, bleck!

    The application is due on thursday, I guess I better get started on the SOP.

  8. #88
    Gerbick's arch Nemisis
    Join Date
    Dec 2000
    Posts
    424
    Okay Mr Gerbick ... so you PAID a few folks to LINK up on the site .. pah .. ANYONE can do that yah WUSS....

    Get them to do something REAL .. like spend TIME to buid a FILE .. ha .. come one Mr Big Mouth ... Time to "remove that FOOT and insert MONEY" .....

    Still 0 from 30 ... That chocy hat is looking pretty safe (not to mention my waist line)....
    Last edited by Mr K; 01-11-2004 at 05:57 PM.

  9. #89
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    bah. I'll even make it easier for those people with just MX.

    PM me directly, and I'll convert the MX *.fla files into MX2004 for you.

    Now get to working!

    [ Hello ] | [ gerbick ] | [ Ω ]

  10. #90
    Gerbick's arch Nemisis
    Join Date
    Dec 2000
    Posts
    424
    Originally posted by gerbick
    bah. I'll even make it easier for those people with just MX.

    PM me directly, and I'll convert the MX *.fla files into MX2004 for you.

    Now get to working!
    Ohhh look he's so scared of loosing he's willing to do some of the work for you all .. .ha ha ha ha ... go GERBICK!!!

  11. #91
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    bah. no scare here. just getting rid of the excuses

    [ Hello ] | [ gerbick ] | [ Ω ]

  12. #92
    Originally posted by Mr K
    Okay Mr Gerbick ... so you PAID a few folks to LINK up on the site
    You're paying? Dude, why the heck did I sign up without getting in on that deal!

  13. #93
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    you didn't read the small print

    [ Hello ] | [ gerbick ] | [ Ω ]

  14. #94
    Gerbick's arch Nemisis
    Join Date
    Dec 2000
    Posts
    424
    Originally posted by gerbick
    you didn't read the small print
    Dang those lawyers and their SMALL print *sigh* ..

  15. #95
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    talking of print...

    may of been already mentioned but...
    page 60 on the download PDF for the maze thing is a misprint in the code supplied...

    reads:

    code:

    function addSprite(sprite, mc_name, x, y) {
    cell.attachMovie(sprite, mc_name, mazeDepth-);
    cell[mc_name]._x = x*Tilewidth;
    cell[mc_name]._y = y*Tileheight;
    }



    think the mazeDepth should be 'mazeDepth--);'

    I maybe wrong as I have only glanced at it...
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

  16. #96
    Originally posted by 1stbite
    talking of print...

    may of been already mentioned but...
    page 60 on the download PDF for the maze thing is a misprint in the code supplied...

    reads:

    code:

    function addSprite(sprite, mc_name, x, y) {
    cell.attachMovie(sprite, mc_name, mazeDepth-);
    cell[mc_name]._x = x*Tilewidth;
    cell[mc_name]._y = y*Tileheight;
    }



    think the mazeDepth should be 'mazeDepth--);'

    I maybe wrong as I have only glanced at it...
    It looks like the double minus '--' got turned into an elongated hyphen '—'. So, they were correct when they typed it up, but they didn't notice the change.

    Aria?!

  17. #97
    Gerbick's arch Nemisis
    Join Date
    Dec 2000
    Posts
    424
    PDF ERRATA

    NOTE: we have noticed (thanks to 1stbite) a slight typo in the PDF file. On page 60 the following block of code is present

    function addSprite(sprite, mc_name, x, y) {
    cell.attachMovie(sprite, mc_name, mazeDepth-);
    cell[mc_name]._x = x*Tilewidth;
    cell[mc_name]._y = y*Tileheight;
    }

    This block of code however should read as follows

    function addSprite(sprite, mc_name, x, y) {
    cell.attachMovie(sprite, mc_name, mazeDepth--);
    cell[mc_name]._x = x*Tilewidth;
    cell[mc_name]._y = y*Tileheight;
    }

    We have added a text file from the book's CD which contains ALL the code you can view that here
    Last edited by Mr K; 01-11-2004 at 08:19 PM.

  18. #98
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    if anyones interested..

    heres a working sample of the base FLA:
    maze_start2.fla

    now only got to make a noticable modification and to submit it...

    (a submission is a submission no matter how crap it is...lol )
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

  19. #99
    (sic) Covenent's Avatar
    Join Date
    Dec 2000
    Location
    Ireland
    Posts
    709
    I doubt I will submit an entry Gerbick, so instead I will show my support by using the same signature as you. Hope you don't mind.

  20. #100
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    'tis cool Convenent.

    [ Hello ] | [ gerbick ] | [ Ω ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center