Hello everyone,
Since I like to change my flash snow from outside my fla file, I have created an xml document where a link to a PNG image is stored. I want to be able to change this image from time to time from snow to, lets say, leaves.
Now, the problem is: when I invoke a loadMovie on the variable t (the variable which stores the current snowflake), the onEnterFrame function called mover only executes once.
I already tried to load it into an empty movieclip, but even this doesn’t work. Please help!
TL;DR version: loadMovie for snow tutorial doesn’t work with onEnterframe.