home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / smallmove / bit_move.xml < prev    next >
Extensible Markup Language  |  2003-11-29  |  959b  |  47 lines

  1. <?xml version="1.0" ?>
  2. <!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
  3.  
  4. <bulletml type="vertical"
  5.           xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
  6.  
  7. <action label="top">
  8. <changeDirection>
  9.  <direction type="absolute">180</direction>
  10.  <term>1</term>
  11. </changeDirection>
  12. <changeSpeed>
  13. <speed>1.5</speed>
  14. <term>1</term>
  15. </changeSpeed>
  16. <wait>30</wait>
  17. <repeat>
  18. <times>4</times>
  19. <action>
  20. <changeDirection>
  21. <direction type="absolute">$rand*360</direction>
  22. <term>10</term>
  23. </changeDirection>
  24. <changeSpeed>
  25. <speed>1</speed>
  26. <term>15</term>
  27. </changeSpeed>
  28. <wait>10+$rand*30</wait>
  29. <changeSpeed>
  30. <speed>0</speed>
  31. <term>10</term>
  32. </changeSpeed>
  33. <wait>20+$rand*40</wait>
  34. </action>
  35. </repeat>
  36. <changeDirection>
  37.  <direction type="absolute">0</direction>
  38.  <term>32</term>
  39. </changeDirection>
  40. <changeSpeed>
  41. <speed>1</speed>
  42. <term>15</term>
  43. </changeSpeed>
  44. </action>
  45.  
  46. </bulletml>
  47.