|
@@ -286,7 +286,9 @@ Make a mouse click trigger another animation sequence!
|
|
|
Do you want to find out what animation sequences are available in the model? Use:
|
|
Do you want to find out what animation sequences are available in the model? Use:
|
|
|
[source,java]
|
|
[source,java]
|
|
|
----
|
|
----
|
|
|
-for (String anim : control.getAnimationNames()) { System.out.println(anim); }
|
|
|
|
|
|
|
+for (String anim : control.getAnimationNames()) {
|
|
|
|
|
+ System.out.println(anim);
|
|
|
|
|
+}
|
|
|
----
|
|
----
|
|
|
====
|
|
====
|
|
|
|
|
|