1OneTouch1
April 3rd, 2002, 03:08 PM
Im using the orbital balls fla from Kirupas open source thingy, and have so far adaped it to this...
onClipEvent (load) {
_ _ _ _ myn = 1;
_ _ _ _ tellTarget ("_root.jemma") {
_ _ _ _ _ _ _ _ y = 100;
_ _ _ _ _ _ _ _ speed = 2;
_ _ _ _ _ _ _ _ radius = 100;
_ _ _ _ _ _ _ _ xcenter = 375;
_ _ _ _ _ _ _ _ ycenter = 50;
_ _ _ _ _ _ _ _ angle = 36;
_ _ _ _ _ _ _ _ fl = 250;
_ _ _ _ _ _ _ _ play ();
_ _ _ _ }
_ _ _ _ tellTarget ("_root.tom") {
_ _ _ _ _ _ _ _ y = 100;
_ _ _ _ _ _ _ _ speed = 2;
_ _ _ _ _ _ _ _ radius = 100;
_ _ _ _ _ _ _ _ xcenter = 375;
_ _ _ _ _ _ _ _ ycenter = 50;
_ _ _ _ _ _ _ _ angle = 72;
_ _ _ _ _ _ _ _ fl = 250;
_ _ _ _ _ _ _ _ play ();
_ _ _ _ }
etc etc.
Now they are not containd within one mc, i cannot resize them? How do i make them bigger?b Thanks in advance.
onClipEvent (load) {
_ _ _ _ myn = 1;
_ _ _ _ tellTarget ("_root.jemma") {
_ _ _ _ _ _ _ _ y = 100;
_ _ _ _ _ _ _ _ speed = 2;
_ _ _ _ _ _ _ _ radius = 100;
_ _ _ _ _ _ _ _ xcenter = 375;
_ _ _ _ _ _ _ _ ycenter = 50;
_ _ _ _ _ _ _ _ angle = 36;
_ _ _ _ _ _ _ _ fl = 250;
_ _ _ _ _ _ _ _ play ();
_ _ _ _ }
_ _ _ _ tellTarget ("_root.tom") {
_ _ _ _ _ _ _ _ y = 100;
_ _ _ _ _ _ _ _ speed = 2;
_ _ _ _ _ _ _ _ radius = 100;
_ _ _ _ _ _ _ _ xcenter = 375;
_ _ _ _ _ _ _ _ ycenter = 50;
_ _ _ _ _ _ _ _ angle = 72;
_ _ _ _ _ _ _ _ fl = 250;
_ _ _ _ _ _ _ _ play ();
_ _ _ _ }
etc etc.
Now they are not containd within one mc, i cannot resize them? How do i make them bigger?b Thanks in advance.