Reflections with a bounce (4-6 of 6)

8 views
Skip to first unread message

Lester

unread,
May 21, 2009, 11:39:51 AM5/21/09
to muvee Style Authoring
Can't get code to work on xp or vista.

Kumar

unread,
May 21, 2009, 1:10:04 PM5/21/09
to muvee-styl...@googlegroups.com
Thanks for pointing that out Lester. The error messages popping up are actually too strict and can be ignored - a consequence of extra error checking we added in our recent release of Reveal. I've updated the 4,5,6 stages of the tutorial so that the error boxes won't occur. 


If you've already downloaded and installed the stages, you can edit the installed style's data.scm files and fix them. Here is what to change -

For Stage4's data.scm, change line 134 from -
   (bounce-to-hints 0.2 start stop (cut-hints start stop) 1/20)
to
   (bounce-to-hints 0.2 start (- stop 0.001) (cut-hints start stop) 1/20)

For Stage5, similarly change line 140
  (bounce-to-hints 0.2 start stop
to
  (bounce-to-hints 0.2 start (- stop 0.001)

and finally for Stage6, change line 143
  (bounce-to-hints start stop
to
  (bounce-to-hints start (- stop 0.001) 

Thanks and regards,
-Kumar
Reply all
Reply to author
Forward
0 new messages