A Flash Developer Resource Site

Results 1 to 14 of 14

Thread: Geek test game!

  1. #1
    Character Animator The_e-Tahn's Avatar
    Join Date
    Jul 2002
    Location
    cube #45, calarts
    Posts
    635

    Geek test game!

    Yo everyone!

    Yesterday I made this geek test game...
    http://www.tahnee.com/12programmingdone.swf
    I haven't put any text in there for the results yet, but when you do get to the results...
    everything blue: means you're geek.
    everything red: means you're a normal person.

    the problem is, I can't get it so that if you click on the "start" button at the end of a round so that it resets the value of "geek" and "normal".
    I think the code for that looks like this, but it doesn't work...

    geek == 0;
    normal == 0;
    }

    of course with other scripts in there as well. could someone give me a hand as to what the script should look like for that? thanks!

  2. #2
    Moderator
    FK Junkie
    TiefighT's Avatar
    Join Date
    Aug 2000
    Posts
    683
    == is for comparing values
    = is for setting values

    so it should be

    geek = 0;
    normal = 0;
    }

    to reset those two values to 0

  3. #3
    Senior Member asdfghjkl's Avatar
    Join Date
    Jan 2001
    Posts
    154
    hehe funny!

  4. #4
    -= phil =- d3s_inc's Avatar
    Join Date
    Oct 2002
    Posts
    610
    yeah! I am normal!
    wait.. is that a good thing ?...

  5. #5
    Illuminatus! fospher.com's Avatar
    Join Date
    Jan 2002
    Location
    5th Dimension
    Posts
    2,185
    I got a 3...Not sure what this means.

    Nothing beats my waster software to see how much time you waste on FK though...

  6. #6
    I guess it makes me more of a geek that I found errors?
    (Not Flash errors, errors in the test questions. )

  7. #7
    Character Animator The_e-Tahn's Avatar
    Join Date
    Jul 2002
    Location
    cube #45, calarts
    Posts
    635
    hey guys!

    glad you enjoyed it!
    TiefighT, thanks for telling me what was wrong-- I fixed it and now it works!
    http://www.tahnee.com/geektest.swf

    haha cool time waster, fospher

    mojosmackwit, what type of errors did you find? I had other questions but decided I'd start off with this for now (thought I'd do some binary stuff with the lights on the side to tell which question you're on, hehe) thanks a lot!
    (new game in progress: Won-Ton Revolution, inspired by Flash Flash Revolution www.flashflashrevolution.com) probably won't work. ah well.

  8. #8
    Senior Member Angry Safer's Avatar
    Join Date
    Mar 2003
    Location
    PA
    Posts
    117
    Cool, it could use more questions though. I'm a three, and somethings not right with that.

  9. #9
    Gross Pecululatarian Ed Mack's Avatar
    Join Date
    Dec 2001
    Location
    UK
    Posts
    2,954
    I'm hopeless at the ASCII lark, but is it something like:

    are you an [e]leet one? can you read this fluently?

    I like the Mac one

  10. #10
    Member
    Join Date
    May 2003
    Location
    right here da
    Posts
    99
    ooooohhh nooooo i'm a geek i got 5 points he he
    buddy holly lives in our dreames

    www.crazynetwork.dk

  11. #11
    leight.com.au leight's Avatar
    Join Date
    Sep 2002
    Location
    australia
    Posts
    1,437
    yay - im normal!!! he he...

    btw fospher i got: You waste 1 hours per week - In total you've wasted 18 hours - Thats about 1 days just staring at your monitor, spamming Flashkit! You dork. Made by Fospher.

    nice
    Last edited by leight; 07-15-2003 at 08:11 AM.

  12. #12
    Character Animator The_e-Tahn's Avatar
    Join Date
    Jul 2002
    Location
    cube #45, calarts
    Posts
    635
    hey guys!
    Ed Mack, the 1337-speak hehe was:
    are you an elite one? can you read this fluently?

    glad u all liked it!

    for the random thing, I like the idea-- problem is, loading times. I would have about 5, maybe 3 different questions randomly chosen for each step, there are 5 steps and so that would be either 25 or 15 questions. what do you think? I want to keep the filesize low, but I could do that, problem is also thinking up quesitons hehe.
    Last edited by The_e-Tahn; 07-24-2003 at 11:31 PM.

  13. #13
    Character Animator The_e-Tahn's Avatar
    Join Date
    Jul 2002
    Location
    cube #45, calarts
    Posts
    635
    UPDATE!

    w00t I just updated it, it's not too heavy a file to load; there are 3 random geekinesses (and normallness lol) questions that can be randomly chosen to be displayed. tell me what you think!
    http://www.tahnee.com/geektest2.swf
    had a few bugs but I think I fixed 'em all. please let me know if you find any problems with it, thanks!

  14. #14
    Senior Member MiSSenLinX's Avatar
    Join Date
    Jan 2003
    Location
    Perth, Australia
    Posts
    260
    I got 4, hahahaha and 3 in the first one.

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