00:00
00:00
Newgrounds Background Image Theme

Static73 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "ActionScript Tut - V.1"

cool

:) it helped

The paddle doesnt work

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 12: Syntax error.
on (release){

Please help!

DrWhat responds:

onClipEvent(enterFrame){
_y=_root._ymouse;
if(_root.paddle.up1.hitTest(_root.ball)){
_root.ball.xspeed*=-1;
_root.ball.yspeed*=1;
}
if(_root.paddle.down1.hitTest(_root.ball)){
_root.ball.yspeed*=1;
_root.ball.xspeed*=-1;
}
}
on (release) {
_root.score++;
}

Informative

Nice that you put something out there to help out beginning game designers. :)

DrWhat responds:

Glad you liked it

Pretty good!

...Pretty good Tutorial!

even i understands this tutorial =P

Good job!

DrWhat responds:

Lol thats good to hear

haio tom

its good and i think it will help the begginers of flash but just so you know the pong programmings wrong because the ball only bounces to the bottom right and nothing else

DrWhat responds:

I hate you.