PDA

View Full Version : Opinoins and ideas for my game.



nathan99
July 8th, 2005, 05:40 AM
hey guys im whipping up a quick game and need ideas and opinions for this...
Attached : My SWS

Enix591
July 8th, 2005, 08:37 PM
Maybe instead of clicking on the ball have a little cannon on the bottom that shoots bullets at the ball,making i bounce when hit.

Templarian
July 8th, 2005, 11:25 PM
Yea you could do that we know you know how. (may take some time to do), but what you have right now has been done a few times before. The cannon thing would be way funner imo.

Blackspirit
July 8th, 2005, 11:31 PM
Since its hacky sack, I would like a character onscreen, like calfornia games. Except with a large trick list, Tony Hawk's Hacky sack :D :)

nathan99
July 9th, 2005, 12:28 AM
LoL thanks for all these ideas keep em coming :D LoL tony Hawks Hacky Sack :P

jerez_z
July 9th, 2005, 12:40 AM
um...higher frame rate please.... it was unbelievably bad

NiρoScript
July 11th, 2005, 07:29 PM
yep , i think a higher frame rate and would be good.
it would make it easier to catch, sometimes u click it and becous of the frame rate, it goes away :(
and another thing, when i played, the ball went through the wall, and i kept winning score, sooi thougt a better way to make it go in, without using hitTest (becouse of that bug, i suppose thats what ur doing)
————————————————————————————
|| i think that u put in the disks something like this: ||
————————————————————————————
if(this.hitTest(right_wall_mc)){this.x_movement*=-1}

————————————————————————————
|| if it was like that, i proppose this: ||
————————————————————————————
var rigth_wall = 400 //this would be the place the wall is
if(this._x>=right_wall-this._width/2){
this.x_movement=-Math.abs(this.x_movement)
}

that should work ;)

smack_boom
July 11th, 2005, 07:54 PM
What about making the text boxes unselectable, people would have trouble if it went behind there :hangover:

unchew
July 11th, 2005, 08:25 PM
Adjust the framerate please, and make it more difficult.. maybe add powerups?

NiρoScript
July 12th, 2005, 11:17 AM
what about giving out your fla, we modify it and give you back, that would be fun ( in think )
;)