Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 08-28-2008, 01:49 PM   #1 (permalink)
Silver Member
 
3dmagicaldesign's Avatar
 
Join Date: May 2008
Posts: 169
Send a message via MSN to 3dmagicaldesign Send a message via Yahoo to 3dmagicaldesign Send a message via Skype™ to 3dmagicaldesign
Default Am I missing some script?

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.
3dmagicaldesign is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:46 AM.


Computer Forum - TechZine - Webpage Design

 
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.