Arcade Prehacks

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    My First Flash Object *Version 0.2*

    I made it in Adobe Flash CS3 with my friend's help

    I know it kinda suck...

    You can move the circle with your arrow key.

    [color=#FF8000]Histrory[/color]
    Code:
    Version 0.1
    Power, and movement
    
    Version 0.2 
    Made the ball smaller, added power movement.
    Attached Files Attached Files

  2. #2

    Join Date
    Jun 2008
    Location
    Death Valley
    Posts
    1,612

    Re: My First Flash Object

    Good Job Axzus!

  3. #3

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: My First Flash Object

    Quote Originally Posted by vgking7
    Good Job Axzus!
    Thanks. I decided to learn how to make a real flash game

  4. #4

    Join Date
    Jun 2008
    Location
    Death Valley
    Posts
    1,612

    Re: My First Flash Object

    Hope you make more!

  5. #5
    Senior Member
    Join Date
    May 2008
    Posts
    1,227

    Re: My First Flash Object

    Do you know how to add a border boundary?

  6. #6

    Join Date
    May 2008
    Posts
    573

    Re: My First Flash Object

    Quote Originally Posted by DeathWillDie
    Do you know how to add a border boundary?
    Code:
    if (_root.wall.hitTest(_x, _y, true)) {
            xspeed = 0;
            yspeed = 0;
            _x = 120;
            _y = 120;
        }
    }
    that will make the game restart if you hit the wall

    this is a good website for flash cs3 game making: http://www.emanueleferonato.com/2006/10 ... al-part-1/
    Just an FYI to everyone, I don't hack anymore. I have stuff that I do outside of this. Goodbye and goodluck

  7. #7

    Join Date
    Jun 2008
    Location
    Death Valley
    Posts
    1,612

    Re: My First Flash Object

    Well let's hope that Axzus will make better flash games.

  8. #8
    Senior Member
    Join Date
    Jun 2008
    Location
    Dra'kar
    Posts
    1,263

    Re: My First Flash Object

    you should lso make the circle a lil smaller and a lil faster. Other than that, its AWESOME, I'm still in the process of beating level 99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 99999999
    99999999999999999999999999999999999999999999999999 99999999999999999999999999999999999999999999999999 99999999

  9. #9

    Join Date
    Jun 2008
    Location
    Death Valley
    Posts
    1,612

    Re: My First Flash Object

    Wow. That's a lot of levels.

  10. #10

    Join Date
    Jun 2008
    Location
    Unknown Dungeon
    Posts
    1,513

    Re: My First Flash Object

    Quote Originally Posted by sme11y
    Quote Originally Posted by DeathWillDie
    Do you know how to add a border boundary?
    Code:
    if (_root.wall.hitTest(_x, _y, true)) {
            xspeed = 0;
            yspeed = 0;
            _x = 120;
            _y = 120;
        }
    }
    that will make the game restart if you hit the wall

    this is a good website for flash cs3 game making: http://www.emanueleferonato.com/2006/10 ... al-part-1/
    thanks for the website =D

Page 1 of 2 12 LastLast

Posting Permissions

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