From: Eyal <em...@gm...> - 2006-07-05 10:21:07
|
On 7/4/06, Shlomi Israel <sij...@gm...> wrote: > > whoohoo. > > I guess it works. > > Because I guess it's really alike the normal animation, try looking at > the ATMWorkSpaceAnimator.py file, and get some ideas. > > The main idea there is to refresh many times with a 25ms delay, on > each interval you move the cursor only slightly (how much to move it > is calculated per each frame), when the cursor reaches its target, you > change the background. > This you need to do untill there are no more frames (ATMobjects) to > render. > > On 7/4/06, Eyal <em...@gm...> wrote: > > > > The cursor animation system that I've made for the flash exporter, is > pretty bad (I mean horrible). > > Any suggetions how to improve it? > > > > (yeah this message is sort of a test for the mailling list- but I realy > need help) > > > > 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 > > > > > > > > > > -- > 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 > Well, i found some idiotic bugs in my animation system and fixed them (didn't changed alot), i still belive that my animation system is good by theory, but actualy it's not working well. And your (Shlomi) animation system works good, but has a problem with the delay, it takes much more time then it should take, because the cursor is not moving fast enough, and you wait till the cursor gets to his spot, and only then change move to next background. (crap, i just rememberd that i got to set up the markup text for the tooltips) |