Results 1 to 2 of 2
i've been making these programs in flash.
2D objects move based on equation: for example to move to the right
pseudo code:
ON EACH(frame or 10th of second,etc.){
add 1 ...
- 07-27-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 7
what's the best program for animating objects with code, (like flash),
i've been making these programs in flash.
2D objects move based on equation: for example to move to the right
pseudo code:
ON EACH(frame or 10th of second,etc.){
add 1 to the object's x coordinate
refresh image
}
i'm looking for a program that can do this. preferably in a format the web browsers can run, like flash.
- 07-27-2009 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 226
I'm not sure if they work the way you want, but you could try one of these apps.


Reply With Quote
