Florian,
This is what I did to solve the problem.
property myRedBoxDate
property addThisNumber
on beginSprite me
set addThisNumber = me.spriteNum - 28
set myRedBoxDate = date(19990101) + addThisNumber
put myRedBoxDate
end
on mouseUp
put myRedBoxDate
end
Thanks for helping me,
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!]