Forum Moderators: open
_quality = "low";
createEmptyMovieClip("earth", 0);
earth._rotation = 23;
earth._xscale = 125;
earth._yscale = 125;
earth._x = 135;
earth._y = 135;
for (i=0; i<27; i++) {
earth.createEmptyMovieClip("slice"+i, i);
earth["slice"+i].attachMovie("inner", "inner"+i, i);
earth["slice"+i]["inner"+i].gotoAndStop(i+1);
And here are the items of the library:
- earthmpap.png
- image
- joined_maps
- mask
- slice_container
- worldmap_positioner
- worldmap_scroller
Where could the additional script be? I have spent hours on it. I hope you can help me?
Roberto