mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-06 13:09:15 +01:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
|
|
animation_file = "Desktop/Bart_Simpson_2.gif";
|
|
anim = new MovieLayer(animation_file);
|
|
anim.set_fps(25);
|
|
add_layer(anim);
|
|
anim.activate(true);
|
|
|