Dason wrote:
> I found the following script:
> ;; tile2anim.scm -*-scheme-*-
[snip]
> (let*
> (
> (theWidth)
> (theHeight)
> (theCols)
> (theRows)
> (theCol)
> (theRow)
> (theImage)
> (theLayer)
> (framePos)
> (tmpLayer)
> )

The main problem I see is you are using variables in the binding portion of 
the let* block but did not provide an initial value for those variables.

See my notes about updating Script-Fu scripts at:
http://www.ve3syb.ca/wiki/doku.php?do=show&id=software%3Asf%3Aupdating-scripts

BTW, it is usually better to include a URL to the original script instead of 
including it in an e-mail when posting to a mailing list. Not too big a deal 
this time as the script wasn't that long.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/           |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172      |"Same thing we always do, Pinkutus:
                                 |  Try to assimilate the world!"
#include <disclaimer/favourite> |              -Pinkutus & the Borg
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to