hi gene, you might try this:
- --on beginSprite handler of !every! of 365 sprites
property myRedBoxDate
property mySprite

on beginSprite me
  d = sendsprite((me.spriteNum -1),#getdate)
  if voidP(d) then d = date(19990101)
  myRedBoxDate = d
end 

  on getdate me
 d = myRedBoxDate + 1
return d 
end

cheers stefan

[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!]

Reply via email to