Oh sorry I forgot to introduce myself. Who I m.. I m spiderman and was busy in fighting with the sandman for weeks but now the matter has settled so I thought that I should thump some trolls too and jumped here.

Which files to send.... Just send me the three trolls, a burning fire animation and the WB files first and then I will show you what I am making and will ask for rest things later.
Here is the Timer you want(Just paste it over the previous timer)....
Sub Object_OnTimer1234
CurrentTime = Month(Now) & "/" & Day(Now) & "/" & Year(Now) & " " & Hour(Now) & ":" & Minute(Now) & ":" & Second(Now)
If Month(Now)<2 or Month(Now)=2 and Day(Now)<1 then TimeOfMovie = "02/1/" & Year(Now) & " 0:01:0" Else TimeOfMovie = "02/1/" & Year(Now)+1 & " 0:01:0"
TimeTilMovie = DateDiff("s", CurrentTime, TimeOfMovie)
Days = Int(TimeTilMovie / 86400)
TimeTilMovie = TimeTilMovie - (Days * 86400)
Hours = Int(TimeTilMovie / 3600)
TimeTilMovie = TimeTilMovie - (Hours * 3600)
Minutes = Int(TimeTilMovie / 60)
TimeTilMovie = TimeTilMovie - (Minutes * 60)
Seconds = TimeTilMovie
Object.Text = Days & " Days"
End Sub
Just test this and if any bug is there than tell me, if possible, I will fix it otherwise will work on an entire new script.