alexhood34 / shimeji-ee

Automatically exported from code.google.com/p/shimeji-ee
0 stars 0 forks source link

Failed to add new actions/behaviors #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add (or even copy the 48.png) 49.png
2. edit the xml files to add a new action
3. run

What is the expected output? What do you see instead?
fail to start, with fail log

What version of the product are you using? On what operating system?
1.0.3  win7 32bit

Please provide any additional information below.
in actions.xml, add following lines at line ~289

<Action Name="test" Type="Sequence" BorderType="Floor">
<Animation>
<Pose Image="/shime49.png" ImageAnchor="64,128" Velocity="0,0" Duration="300" />
</Animation>
</Action>

in behaviors.xml,add followings at line ~41 (below the <condition)
<Behavior Name="test" Frequency="5000" />

if it works, you will see shime49.png very often. But all I got was a load 
error.

Original issue reported on code.google.com by Byz...@gmail.com on 2 May 2011 at 1:17

GoogleCodeExporter commented 8 years ago
Wait, my fault
After a sweet sleep, today I found that I missed a </actionlist> tag in the 
code, that's the reason...

How can I delete the OP?

Original comment by Byz...@gmail.com on 3 May 2011 at 3:11

GoogleCodeExporter commented 8 years ago
I cant get it to work! Help!
I thought the </actionlist> already there at line 290. Why do I we need to add 
another one there?

Original comment by nganhang...@gmail.com on 15 Feb 2013 at 12:54