home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global IWFirstTime, LaunchCounter, blendCounterOne, blendCounterTwo, sectioncount, sectionList, sectionTextboxList
- repeat with t = 1 to 48
- puppetSprite(t, 0)
- end repeat
- puppetPalette("IWorld")
- updateStage()
- repeat with t = 1 to 48
- puppetSprite(t, 1)
- end repeat
- updateStage()
- set IWFirstTime to 0
- set LaunchCounter to 0
- set blendCounterOne to 0
- set blendCounterTwo to 0
- set sectioncount to 1
- set sectionList to list([9, "Depatments"], [10, "coverStory"], [11, "Reviews"], [12, "Features"], [13, "Sitedir"], [14, "competion"], [15, "InternetAd"], [16, "CastStud"])
- set sectionTextboxList to list(["DepatmentsTextBox", 381, 252, 0], ["coverStoryTextBox", 289, 279, 36], ["ReviewsTextbox", 429, 251, 0], ["FeaturesTextBox", 386, 246, 0], ["SitedirTextBox", 341, 192, 0], ["competionTextBox", 36, 215, 0], ["InternetAdTextBox", 434, 335, 0], ["CastStudTextBox", 20, 342, 0])
- end
-
- on IWwait secs
- startTimer()
- repeat while the timer < (secs * 60)
- end repeat
- end
-