home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- global ev, honap, nap, arrow_x, arrow_pos, csik_pos, yBase, xBase, step, currStep, Xpos, Ypos
- clearGlobals()
- set the exitLock to 1
- kkY = getAt((the deskTopRectList)[1], 4)
- if kkY < 600 then
- go("error")
- end if
- if the colorDepth = 8 then
- go("error")
- end if
- set_date()
- init_honap()
- naplist = "0,15,30,45,59,75,90,105,120,140,160,183,205,227,249,271,293,315,337,359,381,403,425,447,469,491,513,535,557,579,601"
- arrow_x = 538 + value(item value(nap) of naplist)
- arrow_pos = 100
- megjeleneslist = "621,555,709,643,599,687,643,731,665,621,709,511"
- csik_pos = value(item value(honap) of megjeleneslist)
- xBase = 50
- yBase = 0
- Xpos = csik_pos
- Ypos = 536
- step = 0.13
- currStep = 0
- end
-