00:00
00:00
Newgrounds Background Image Theme

qamar123 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"

Pretty good!

...Pretty good Tutorial!

even i understands this tutorial =P

Good job!

DrWhat responds:

Lol thats good to hear

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++;
}

so basic..

i almost cried..

add more stuff to it, like actually explaining the code and different codes too.

DrWhat responds:

I never said it was a really complex Tutorial