cndjh
Junior Member
Posts: 25
|
Post by cndjh on Feb 21, 2013 11:12:35 GMT
Hippo animation is really too strong .According to the different time periods, to switch to a different scene! I like! var Time=new Date(); if(Time.getHours()>=0&&Time.getHours()<=6){ GotoSceneName("scene1"); } if(Time.getHours()>6&&Time.getHours()<=12){ GotoSceneName("scene2"); Play(); } if(Time.getHours()>12&&Time.getHours()<=18){ GotoSceneName("scene3"); } if(Time.getHours()>18&&Time.getHours()<24){ GotoSceneName("scene4"); } Attachments:
|
|
|
Post by Hippani on Feb 21, 2013 17:44:22 GMT
That's awesome.
|
|