Skip to main content
Known Participant
September 17, 2008
Question

help!!!

  • September 17, 2008
  • 1 reply
  • 231 views
I copy the following for "Learning FMS 3"

1 Create a new Flash file (ActionScript 3.0), set the Stage size in the Property inspector to 650 x 400 pixels. If you like, add a background color. Save the file as RecordPlay.fla

2 Use your own logo or make one up on the Stage. (Just draw a simple logo, select it, press the F8 button, and select Movie Clip as Type, click Export for ActionScript, and click OK.)

3 In the Property inspector in the Document Class text box, type RecordPlay and save the FLA file again.

Next, open an ActionScript 3.0 file and save it as RecordPlay.as in the same folder as the RecordPlay.fla file.

I do not know how to do 2 & 3,please help me and give me details how to find the menus. I am not familiar flash cs 3

Thanks

Mark

In the RecordPlay.as file, enter the code in Example 2-3 and save the file again.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    September 20, 2008
    step 2 just requires you to draw a rectangle or whatever you want using the draw tools, then convert it to a Movie Clip.

    draw a rectangle or a logo of any sort...
    then convert it to a symbol by pressing F8 and selecting 'Movie Clip'.

    be sure the box 'Export for ActionScript' is checked, click OK.

    step 3 says look down in the Property inspector -- if it's not visible, open it with the contextual menu.
    where it says 'Document Class' in the bottom right of the property inspector, type 'RecordPlay'.

    save your file as RecordPlay.fla

    use the code provided to create a 'RecordPlay.as' file and make sure it is located in the same folder as RecordPlay.fla

    Hope that helps