I tried previously to get help with this thing I'm trying to do and I didn't get much help.

I want to create a flash program that has a ball move up and down. Whenever it reaches the top of the screen it will hit a wall. I want to do this with actionscript and not tweens. I just can't get it to work as I don't understand this software that well.

I would prefer to do it myself its just I don't get how this works at all.

So $20 paypaled to you if you can create this with actionscript 3.0 and send me the file.

OR if you could find a site that expains how do this process myself first that would be the best.

PLZ PM or leave a msg here before you goto work as I don't want 20 ppl doing the same thing!

stubbled upon this thanks to Ricky.

http://www.youtube.com/watch?v=C63x2...eature=related

I did this but its not moving.

onClipEvent(enterframe)
{
this._y+=20;
if (_root.wall.hitTest(this))
{
this._y-=20;
}
}

also 3 errors

undefined method onClipevent
undefined property enterframe
undefined property _root

>> read the main forum post