endangereddate = new Date();
/:hours = endangereddate.gethours();
/:mins = endangereddate.getMinutes();
/:secs = endangereddate.getSeconds();
/:fulldate = new Date(year, month, date, hour, min, sec, ms);
dynamic text-box has variable /:fulldate, locate text-box within first frame of mc (no additional fframes required).
Drag mc onto stage, right-click on it and select actions, insert the following:
onClipEvent (enterFrame) {
endangereddate = new Date();
/:hours = endangereddate.gethours();
/:mins = endangereddate.getMinutes();
/:secs = endangereddate.getSeconds();
/:fulldate = new Date(year, month, date, hour, min, sec, ms);
}
Everything done in single frames.
dave ;-) davdesign@pinkzeppelin.com
^^^^^^^^^^^^^^^^^^^^^
/:hours = endangereddate.gethours();
/:mins = endangereddate.getMinutes();
/:secs = endangereddate.getSeconds();
/:fulldate = new Date(year, month, date, hour, min, sec, ms);
dynamic text-box has variable /:fulldate, locate text-box within first frame of mc (no additional fframes required).
Drag mc onto stage, right-click on it and select actions, insert the following:
onClipEvent (enterFrame) {
endangereddate = new Date();
/:hours = endangereddate.gethours();
/:mins = endangereddate.getMinutes();
/:secs = endangereddate.getSeconds();
/:fulldate = new Date(year, month, date, hour, min, sec, ms);
}
Everything done in single frames.
dave ;-) davdesign@pinkzeppelin.com
^^^^^^^^^^^^^^^^^^^^^