Hi List, I've created a calendar from a graphic which runs from 1999 2002 as part of a CBT. The reason it's a graphic is because it needs to be identical to the calendar within the software package for which the CBT is for. This calendar shows twelve months at a time, and when the user clicks the Start Date radio button and then clicks on one of the days in the calendar, that day is covered with a semi-transparent red box. The user then clicks in the End Date radio button and clicks on a day in the calendar for which the time period should end. In doing so, all of the days from the start date to the end date are covered with the semi-transparent red box. To produce this effect, I've placed a red box graphic over each day in the calendar with the first day of the year in the lowest sprite channel and the last red box for the last day of the year in the highest sprite channel. I need to be able know the date for each one of the red boxes. Since the red box is the same cast member ! for each sprite, the sprite needs to know which date it represents. I'm thinking about a repeat loop called from the beginSprite handler of the first red box, declaring it's own date and then stepping through the rest of the sprites and incrementing the date by one day. Does this sound like a reasonable approach and if so, what might this behavior look like? Thanx in advance for any input, g fritzinger [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
