# Actionscript not working

**URL:** https://forum.kirupa.com/t/actionscript-not-working/289737
**Category:** flash
**Created:** [June 4, 2009, 2:20am UTC](https://forum.kirupa.com/t/actionscript-not-working/289737 "2009-06-04T02:20:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![lara](https://avatars.discourse-cdn.com/v4/letter/l/e274bd/32.png) [@lara](https://forum.kirupa.com/u/lara)
#### Post date: [June 4, 2009, 2:20am UTC](https://forum.kirupa.com/t/actionscript-not-working/289737/1 "2009-06-04T02:20:08Z")

</div>

hi  
I am using this script to change image by hour.

\_root.onLoad = function() {

if ((hours \>= 5) && ( hours \<= 6))  
{  
trace (“Dawn”);  
gotoAndPlay(2);  
}

else if( (hours \>= 7) && ( hours \<= 17) )  
{  
trace (“Day”)  
gotoAndPlay(40);  
}

else if( (hours \>= 6) && ( hours \<= 19) )  
{  
trace (“Dusk”)  
gotoAndPlay(2);  
}

else{  
trace (“Night”)  
gotoAndPlay(78);  
}  
}

this is working properly on the Safari but not in Firefox and IE.

Can some one please help me? Its real emergency.

Tanks
