Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

The current date

Status
Not open for further replies.

2618

Programmer
Joined
Jul 13, 2000
Messages
3
Location
IT
Hello<br><br>I wanna make a movie that every time when they start up shows the current<br>date on the display.<br><br>Not verry special, but i make the script, and every time i start up the date<br>on the display is the the when i make the script.<br><br>It never changed.<br>Here is my script,<br><br>on startMovie<br>date = the long date<br>member(
 
ok this is how you do it. First of all you need a movie script with the following in it,,,, <b> on startdate<br>&nbsp;&nbsp;p=the long date<br>&nbsp;&nbsp;set the text of field &quot;date&quot;=string(p)</b><br>Then you will need to insert a text field onto the stage.<br>Name it &quot;date&quot;. Then put this script on it.<br><br><b>on enterframe<br>startdate<br>end</b><br> <p>Todd Norris<br><a href=mailto:Todd.Norris@home.com>Todd.Norris@home.com</a><br><a href= Personal Profile 2000</a><br>Hope this helps !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top