home *** CD-ROM | disk | FTP | other *** search
- tutorialWaterTextures_mc._alpha = 50;
- tutorialWaterTextures_mc.onEnterFrame = function()
- {
- if(_parent.tutorialMap_mc._x < 250 - this._x)
- {
- this._x += 500;
- }
- if(_parent.tutorialMap_mc._x > 250 - this._x)
- {
- this._x -= 500;
- }
- if(_parent.tutorialMap_mc._y < 250 - this._y)
- {
- this._y += 500;
- }
- if(_parent.tutorialMap_mc._y > 250 - this._y)
- {
- this._y -= 500;
- }
- };
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture1_mc",201,textureWater);
- tutorialWaterTextures_mc.waterTexture1_mc._x -= 500;
- tutorialWaterTextures_mc.waterTexture1_mc._y -= 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture2_mc",202,textureWater);
- tutorialWaterTextures_mc.waterTexture2_mc._y -= 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture3_mc",203,textureWater);
- tutorialWaterTextures_mc.waterTexture3_mc._x += 500;
- tutorialWaterTextures_mc.waterTexture3_mc._y -= 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture4_mc",204,textureWater);
- tutorialWaterTextures_mc.waterTexture4_mc._x -= 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture5_mc",205,textureWater);
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture6_mc",206,textureWater);
- tutorialWaterTextures_mc.waterTexture6_mc._x += 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture7_mc",207,textureWater);
- tutorialWaterTextures_mc.waterTexture7_mc._x -= 500;
- tutorialWaterTextures_mc.waterTexture7_mc._y += 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture8_mc",208,textureWater);
- tutorialWaterTextures_mc.waterTexture8_mc._y += 500;
- tutorialWaterTextures_mc.attachMovie("waterTexture","waterTexture9_mc",209,textureWater);
- tutorialWaterTextures_mc.waterTexture9_mc._x += 500;
- tutorialWaterTextures_mc.waterTexture9_mc._y += 500;
-