27.5k views
4 votes
Using a naming convention that includes the class, filename, and a postfix separated by underscores, write an appropriates file name for a movie clip instance of animated apples.

User Robotnik
by
8.6k points

1 Answer

6 votes

Final answer:

An appropriate file name for a movie clip instance of animated apples using the specified naming convention could be MovieClip_AnimatedApples_01, combining class, content, and instance information.

Step-by-step explanation:

To create an appropriate file name for a movie clip instance of animated apples using a naming convention that includes the class, filename, and a postfix separated by underscores, you would first identify each of these elements. The class might be something like MovieClip, the filename would represent the content, which in this case could be AnimatedApples, and the postfix could indicate the instance of the file, such as 01 for the first instance. Therefore, a suitable file name might be MovieClip_AnimatedApples_01.

User Geekingreen
by
8.2k points