Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give a variable as a parameter of an actionRef doesn't seem to work #1

Open
Noxalus opened this issue Apr 29, 2018 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@Noxalus
Copy link
Owner

Noxalus commented Apr 29, 2018

<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
<bulletml xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">

  <action label="top">
    <fire>
      <bulletRef label="bullet-A">
        <param>1</param>
      </bulletRef>
    </fire>
  </action>

  <bullet label="bullet-A">
    <direction type="absolute">0</direction>
    <speed>$1</speed>
    <actionRef label="A">
      <param>$1</param>
    </actionRef>
  </bullet>

  <action label="A">
    <wait>80 / $1</wait>
    <changeDirection>
      <direction type="relative">180</direction>
      <term>100 / $1</term>
    </changeDirection>
    <wait>125 / $1</wait>
    <changeDirection>
      <direction type="relative">90</direction>
      <term>0</term>
    </changeDirection>
    <wait>60 / $1</wait>
    <changeDirection>
      <direction type="relative">180</direction>
      <term>0</term>
    </changeDirection>
    <wait>60 / $1</wait>
    <changeDirection>
      <direction type="relative">90</direction>
      <term>0</term>
    </changeDirection>
    <wait>50 / $1</wait>
    <changeSpeed>
      <speed>0</speed>
      <term>0</term>
    </changeSpeed>
  </action>
</bulletml>
@Noxalus Noxalus self-assigned this Apr 29, 2018
@Noxalus Noxalus added the bug Something isn't working label Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant