I'm positive this has been asked before, and I did do a lot of searching throughout the forums to find the answer here, but to sadly no avail, so I made an account (or should I say activated an account, apparently I had already made one some time in the past). What I want to do is have some form of custom-defined path motion for a graphic on the title screen. I've found that a horizontal SnowBlossom with a count of 1 is very close to what I want, but I've decided that I'd want more manual control over it. So I took a look at Particles, as defined here, http://www.renpy.org/wiki/Particles, but I'm a bit confused on how to implement it.
My understanding is that I'd want to have something like this:
So my first question, is that what should be done for an implementation?mm_root = Fixed( Image("static background graphic"), Particles(...) )
If so, my second question would be on the parameters that Particles accepts, and how to go about implementing it.
Sorry for asking such a silly question, and thank you for your help!