Menu

#4 Correction of MovieBuilder from delain@wanadoo.fr

open
nobody
None
5
2003-12-02
2003-12-02
Anonymous
No

for class readers.MoviBuilder, the done method of
ClipActionBuilder is :

/**
* All actions are done - place the instance
*/
public void done() throws IOException
{
Frame frame = currentFrame();

Instance inst = null;

if( isMove )
{
<b>inst =</b> frame.replaceMovieClip(
symbol, depth, matrix, cxform, name, getActions() );
}
else
{
timeline.setAvailableDepth( depth );

<b>inst =</b> frame.placeMovieClip(
symbol, matrix, cxform, name, getActions() );
}

saveInstance( depth, inst );
}

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.