From: Eyal <em...@gm...> - 2006-07-09 10:16:39
|
On 7/9/06, Shlomi Israel <sij...@gm...> wrote: > > And another Movie: > > http://sijproject.googlepages.com/geditcaptured22 > > this time nautilus (I made the animation a bit faster :)). > I guess the color bugs are because of AIGLX I am testing at the > moment... I'll have to take care of these bugs later... > > eMamo, notice the movement of the cusror, it doesn't go diagonaly, it > moves verticaly - stops - and then moves horizontally (or maybe it's > the other way arround...). > > -- > http://sijp.no-ip.info > please send me documents in open formats only, see > http://www.gnu.org/philosophy/no-word-attachments.html for more info > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Animtutmaker-devel mailing list > Ani...@li... > https://lists.sourceforge.net/lists/listinfo/animtutmaker-devel > How did you make animation go faster? changed frame rate? I just found out why the animation was so slow, the flash exporter can't use a float delay yet so it casts it to int, and if delay is goes to 0 (like in the first movie), it changes delay to 1, i will fix this thing soon. |