Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Updated MoviePlugin to use new dynamic stimulus infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
cstawarz committed Jun 8, 2010
1 parent 960a90c commit 6df85c5
Show file tree
Hide file tree
Showing 12 changed files with 64 additions and 563 deletions.
31 changes: 2 additions & 29 deletions MoviePlugin/MWLibrary.xml
Expand Up @@ -13,32 +13,5 @@
<code>
<stimulus type="movie" tag="" stimulus_group="" frames_per_second="10" movie_stats="" error_reporting=""/>
</code>
</MWElement>

<MWElement name="Play Movie">
<match_signature>action[@type='play_movie']</match_signature>
<isa>Action</isa>

<description>
Start playing a movie stimulus
</description>

<code>
<action tag="Play movie" movie="" type="play_movie"/>
</code>
</MWElement>

<MWElement name="Stop Movie">
<match_signature>action[@type='stop_movie']</match_signature>
<isa>Action</isa>

<description>
Stop playing a movie stimulus
</description>

<code>
<action tag="Stop movie" movie="" type="stop_movie"/>
</code>
</MWElement>

</MWElements>
</MWElement>
</MWElements>
27 changes: 0 additions & 27 deletions MoviePlugin/MovieFrame.cpp

This file was deleted.

32 changes: 0 additions & 32 deletions MoviePlugin/MovieFrame.h

This file was deleted.

0 comments on commit 6df85c5

Please sign in to comment.