I want to put a twist on Kirupas excellent snow fall tutorial…
Say I design multiple movieclips (snow for Christmas, pumpkins for halloween, fireworks for bonfire night etc) can I use AS to detect the users local date and call the relevant symbol to rain down?
This would also save me having to design and post a different SWF every occasion! I could design for lots of occasions.
Just tried a few variations myself, there must be something we’re missing somewhere along the line I mean its not a hard thing to do when you think about it.
If Halloween (2004, 10, 31) is the same as Todays date then move “MonthClip” to a specific frame. I hate when seemling simple things end up complex!!
it works… but it’s not a good ideea tu put this on an enterFrame event. onClipEvent(load)… should do the trick
If Halloween (2004, 10, 31) is the same as Todays date then move “MonthClip”[color=red](do you mean the one with the snow?)[/color] to a specific frame. I hate when seemling simple things end up complex!!
This is a good solution… Have you implemented it ? We (as in me) wanna to see