Animate calendar with events in xml
Functionality:
- shows events in a ‘dialogbox’, with scroll-bar if necesary.(posibility off multiple events/day)
- days move (in “easing-mode” ) to their new position on the calendar
- show prev & next month by clicking on the arrows
- every month is an other picture (loaded with actionscript)
- shows current date in an orange color, past dates in a gray color and days in the future in black.
- xml-file with the events
- names of the days and months can be changed (so you can put them in your own language)
- return into the past: now the boolean is set to false, so you can’t return into the past, but if you set the boolean to true, you can return in the past
- change the colors of the days (current day, days in the past, days in the futur,days with an event)
- other pictures for the months => just replace the current pictures with new ones. Their names are corresponding with the months. For example: januari=0.jpg, febraury=1.jpg, ..., decembre=11.jpg
- the speed that the days move(ease) to their new position. Now a random number between 2 and 12
- alpha value off the title background
Pretty much the same as my previous calendar, I know but I made this one for the people that want a calendar with events.
Question or suggestions, fire at will.
