|
|
#1 (permalink) |
|
Silver Member
![]() |
I am building the following flash portfolio:
http://www.3dmagicaldesigns.com/3dmd...portfolio.html if you see, there is a photo transition that shows the pictures "before & after" for each one of the images, I want that once the visitor is inside the "before & after" picture, he/she can see this like a continue slideshow, at this moment the before picture changes to after picture but it stays there, I want to make it a continue slideshow. This is the flash code that I used: Actionscript: Remove line numbers function hideallhlt() { for (i = 1; i < 31; i++) { if (i != pictoshow) { thums["thumhlt" + i]._alpha = 100; } // end if } // end of for } // End of the function function changethepicture() { fadermc.gotoAndPlay(1); picholder.toppy.gotoAndStop(pictoshow); picholder.toppy._alpha = 100; picholder.bottomy.gotoAndStop(pictoshow); timervar = 0; hideallhlt(); thums["thumhlt" + pictoshow]._alpha = 0; } // End of the function var thumX = 0; var oldpic = 1; var pictoshow = 1; var howManySlides = 0; var totalSlides = 0; var newCounter = 0; var pointerArray = new Array(); var timervar = 0; var targetX = 24; thums.thumhlt1._alpha = 0; onEnterFrame = function () { ++timervar; if (timervar > 75) { picholder.toppy._alpha = picholder.toppy._alpha - 2; } // end if var _loc1 = thums._x; var _loc2 = targetX - _loc1; thums._x = _loc1 + _loc2 / 3; }; I would really appreciate if you can help me to solve this problem. Warm Regards
__________________
3D MAGICAL DESIGNS 3d Architectural Business Development, Web Design email: mauricio@3dmagicaldesigns.com website: www.3dmagicaldesigns.com office: +57 (67) 461991 cell: +57 (317) 3417958 USA: (239) 2475835 Last edited by 3dmagicaldesign; 08-28-2008 at 01:52 PM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|