2 Attachment(s)
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. :mrgreen:
[color=#FF8000]Histrory[/color]
Code:
Version 0.1
Power, and movement
Version 0.2
Made the ball smaller, added power movement.
Re: My First Flash Object
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 :mrgreen:
Re: My First Flash Object
Re: My First Flash Object
Do you know how to add a border boundary?
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/
Re: My First Flash Object
Well let's hope that Axzus will make better flash games.
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
Re: My First Flash Object
Wow. That's a lot of levels.
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