::烟舞者::

   

------------------------------------------

-=FLASH是我的钟爱,我会无止境地学下去的!=-

 
刚刚给一个网友回答了一个AS的到计时代码,顺便写在这里吧
作者:半支烟  发表时间:2004-7-26

 

//新建一个MC,在其中加入一个动态文本框,用来显示所剩天数,并定义其变量(假设此变量为 safedays )

onClipEvent (load) {//当影片被加载时
    year1=2004;//到期的年份
    month1=10;//到期的月份
    day1=1;//到期的日(这里假设为04年国庆)
    clipDate=new Date();//创建新日期对象
}
onClipEvent (enterFrame) {//当影片不段运行时
    year2=int(clipDate.getFullYear());//得到现在年份
    month2=int(clipDate.getMonth())+1;//得到现在月份
    day2=int(clipDate.getDate());//得到现在日
    year=(year1-year2)*360;//按年算的相差天数
    no1=305;//10月1号在一年中已过去的天数
    no2=month2*30;//现在本月在本年中过去的天数
    safedays=year+no1-no2-day2;//得到最终所剩天数
    delete clipDate;//删除对象
    clipDate=new Date();//新建对象
}

----------------------------------------
 

 

半支烟发表于:Flash  


 
留言内容(共有条)


{CommentAuthor}评论说:
{CommentContent}

--- {CommentTime} {CommentUrl}


 

流年--似水


也说--几句


 来来--往往


 

 快速--登陆

*用户名:
*密   码:

 


日志--搜索


踩上--几脚

 
zzj 最新的 20 条日志
 

 

 

Designed By UBABY--2005