ball physics engine
- dogdgey5
-
dogdgey5
- Member since: Mar. 8, 2008
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
hi! :)
I'm looking for a good physics engine similar to this:
http://spamtheweb.com/ul/upload/130509/7 0214_tank.php
That was made using flade, but I cannot use flade, because the graphics are AS-based, and it will be impossible for me to edit the code in the future.
I'm using AS2. And I'd prefer for the ball to roll on sloped hills, but if not, that's fine too, I can add that in myself.
Thanks in advance to everyone who tries to help :D
- WhoknowsmeaUdiO
-
WhoknowsmeaUdiO
- Member since: Apr. 11, 2007
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
I'm sorry, that was made in AS3 and called Box2D, it's NOT AS2.
I don't believe there is another physics engine as powerful as this one in AS2.
- GustTheASGuy
-
GustTheASGuy
- Member since: Nov. 2, 2005
- Offline.
-
- Send Private Message
- Browse All Posts (12,016)
- Block
-
- Forum Stats
- Member
- Level 08
- Blank Slate
Not possible to edit code? What? You can use Flade.
Other than that there are a couple physics engines for haXe which you can compile to AS2.
- WhoknowsmeaUdiO
-
WhoknowsmeaUdiO
- Member since: Apr. 11, 2007
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
At 5/13/09 01:36 PM, WhoknowsmeaUdiO wrote: I'm sorry, that was made in AS3 and called Box2D, it's NOT AS2.
I don't believe there is another physics engine as powerful as this one in AS2.
Sorry. I should've googled.
- mayoarm11
-
mayoarm11
- Member since: Jun. 13, 2007
- Offline.
-
- Forum Stats
- Member
- Level 17
- Blank Slate
At 5/13/09 01:42 PM, GustTheASGuy wrote: Not possible to edit code? What? You can use Flade.
Other than that there are a couple physics engines for haXe which you can compile to AS2.
I'd prefer simpler engines, where the coding is found on objects, and not in .as files.
- Toast
-
Toast
- Member since: Apr. 2, 2005
- Offline.
-
- Forum Stats
- Member
- Level 09
- Blank Slate
At 5/13/09 02:14 PM, mayoarm11 wrote: I'd prefer simpler engines, where the coding is found on objects, and not in .as files.
Welcome to object-oriented programming.
I don't see why you want to have the codes written directly to the objects - it doesn't make things simpler, it makes thing more messy and complex. Writing classes is much more convenient and organised.
- GustTheASGuy
-
GustTheASGuy
- Member since: Nov. 2, 2005
- Offline.
-
- Send Private Message
- Browse All Posts (12,016)
- Block
-
- Forum Stats
- Member
- Level 08
- Blank Slate
At 5/13/09 02:14 PM, mayoarm11 wrote: I'd prefer simpler engines, where the coding is found on objects, and not in .as files.
Look up some kind of particle engine on gotoandplay.it. Or copy something from a Feronato article.


