Well, anyways. I'll post the error.txt later, because I must leave for school!
I already read someone's post in the archive, but it didn't work. I also tried this:
init:
image animation = Animation("frame_1.png", 0.25,
"frame_2.png", 0.25,
"frame_3.png", 0.25)
Were should I place the source code anyway?!
I tried it in "options.rpy".
This is how my attempt looked like:
1.
mm_root = "cover.png", (works but isn't animated, obviously)
then I tried:
mm_root = ("cover.png", 0.20, "cover2.png", 0.40, "cover3.png", 0.20 [...] ) (10 pictures)
then I tried: without "( and )"
mm_root = "cover.png", 0.20, "cover2.png", 0.40, "cover3.png", 0.20,
Once again my attempt failed.
And finally I tried:
init:
image animation = Animation("cover.png", 0.25,
"cover2.png", 0.25,
"cover3.png", 0.25) Were should I place the source code anyway?!
Error! How lucky am I?!
Please help me! I'm not that bad as a programmer, but I'm more used to C++ !
