Does anyone know how to be able to draw with a brush in a flash movie? I want to make what is sort of like a platformer, except with a ball that is guided by lines drawn by a player in-game. I would also like to know how to properly make the ball bounce off these lines (I already know how to make a ball bounce off regular walls inside of a box). For example:
8 = blank space * = line drawn by user(in-game) Q = ball
888888Q8888888888
88888888888888888
8888888***8888888
888888*888****888
88888*88888888*88
8888*8888888888*8
888*8888888888888
ID:30952
May 27 2007, 4:09 pm
|
|
Aha, found it:
http://www.emanueleferonato.com/2007/01/08/ create-a-flash-draw-game-like-line-rider-or-others-part-1/ 5 parts, lots of AS. I hope you know what you're getting in to :x Good luck! They're very fun games to play! :D |
It reminds me of the new game that comes on Windows Vista. o.O "InkBall"
Or is that where you got the idea from? ;) |
I know one way of how to draw lines, but you need a different way if you're going to bounce balls off them. Unfortunately, it's out of my league (in both Math and AS :x)
I've been seeing these drawing games pop up all over the place, though. There must be a tutorial/demo out there somewhere.