Jump to content

onLoad


Johnmitchell

Recommended Posts

okay, i've designed a short a flash "Timeline", but now they want a page to act as a holding page to hold links to the three different scenes (they could've told me before i started working on it...) ...so whats the syntax for onLoad...? i was thinking of putting an onload function at the start of scene one so it automatically goes and plays this homepage scene :)

Link to comment
Share on other sites

  • 1 month later...

You don't really need an onload function, you can just put code on frame 1 that will get executed when the frame gets entered. If you want to have code execute when a particular movie clip instance gets loaded, there is a MovieClip.onClipLoad event I believe. Check the details in Flash help.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...