- Has been a member for 2-3 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- Europe
cool 
cool 
nice!
`Very nice… 
Can I also change from one picture to another? For example 2 photos from a building changing a day-photo to a night-photo after 12 hours?
hey Hi!
I’m trying to pass this to AS3 … I have to say that I don’t really understand AS.
I mean I do what is logic to me…
so I tried this:
addEventListener(Event.ENTER_FRAME, theHrs);
function theHrs(e:Event):void {
var dateObject = new Date();
var hours = dateObject.getHours();
var minutes = dateObject.getMinutes();
var frameLabelMins = minutes*0.1;
with (timeDayAll_mc) {
gotoAndStop((hours*6)+(Math.round(frameLabelMins))+1);
}
if (minutes == 1) {
minutes = "0"+minutes;
}
if (hours == 1) {
hours = "0"+hours;
}
};
it really works… but gotoAndStop is not supported anymore in AS3 ..
it says tha I need movieClip to do this… but I really don’t get it….. hahaha could you pleas give me a hand in this..
Thanks!
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
6 Purchases
5 Comments