A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: !! Simple game with high game play !!

  1. #1
    Senior Member Danskeren's Avatar
    Join Date
    Jan 2004
    Posts
    263

    !! Simple game with high game play !!

    Try my new game and tell me what ya think of it:

    http://stephan.syska.dk

    Just write your name in the field and press start.

    Rules: Avoid the white squares by pressing and holding the left mouse button to make the blue square raise and release the mouse button to make it fall.

    (Refresh the page to try the game again)
    Last edited by Danskeren; 05-07-2004 at 07:13 AM.
    Possibilities are only limited by the lack of creativity...
    www.Ryer.dk
    www.ArrayPainter.com
    www.PawnStar.net

  2. #2
    Senior Member chriserrorplain's Avatar
    Join Date
    Aug 2002
    Location
    london village
    Posts
    623
    its cool man, i got the current high score too im really into the idea of really small little games. might make one myself..could be a good idea for another contest bets game in 100x100 or somehting (im sure someone has already ahd that contest but...)

    chris

  3. #3
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    Hey that's neat!....
    I was crap at it though!
    Would there be any chance of sharing the code for the mouse down effect making the square rise and fall etc..ive been trying to figure that one out recently...
    *i know , i know ...i'm being lazy.....!

  4. #4
    Senior Member
    Join Date
    Dec 2003
    Location
    Uk
    Posts
    190
    Would there be any chance of sharing the code for the mouse down effect making the square rise and fall
    onClipEvent (mouseDown) {
    yy = -3;
    }
    onClipEvent (mouseUp) {
    yy = 3;
    }
    onClipEvent (enterFrame) {
    _y += yy;
    }

    What I would like to know is how to get those squares that come at you? I mean how do you get them to came at you randomly?
    Can anyone help with that?
    Thank you.

  5. #5
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    Thanks gaming monkey for that....one good turn deserves another...
    check this ...

  6. #6
    Senior Member
    Join Date
    Dec 2003
    Location
    Uk
    Posts
    190
    Thanks hum, that's just what I wanted. Thanks a lot.
    I noticed that there is no script on that, I'm guessing it's a tween. Can anybody explain a little about how this was done?
    Thank you.

  7. #7
    Senior Member hum's Avatar
    Join Date
    Sep 2003
    Location
    CloudCuckooland
    Posts
    1,714
    If you look inside the clip you will find the script on the layer code which has variables to control the movements....

  8. #8
    Professional Air Guitarist Frag's Avatar
    Join Date
    Dec 2002
    Location
    Brain, Body, Clothes, Computer Chair, Room, House, Neighborhood, City, State, Country, Continent, World, Galaxy, Universe, and on?
    Posts
    811
    Um...

    Index of /

    Name Last modified Size Description


    Parent Directory 09-May-2004 00:06 -
    phpsysinfo/ 01-May-2004 22:10 -

    Apache/1.3.29 Server at lightning.syska.dk Port 80

    MAC thing?

  9. #9
    Russ
    Join Date
    Jun 2002
    Posts
    148
    I get the same thing on Windows.

  10. #10
    Start a Revolution al hack's Avatar
    Join Date
    Jan 2004
    Location
    Mexico
    Posts
    290
    In my computer appears the next:

    Index of /
    Name Last modified Size Description
    --------------------------------------------------------------------------------
    Parent Directory 09-May-2004 00:06 -
    phpsysinfo/ 01-May-2004 22:10 -


    --------------------------------------------------------------------------------

    Apache/1.3.29 Server at lightning.syska.dk Port 80


    The link is wrong or what happen??

  11. #11
    Senior Member
    Join Date
    Dec 2003
    Location
    Uk
    Posts
    190
    If you look inside the clip you will find the script on the layer code which has variables to control the movements....
    Aha, I found it now. Thanks

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