iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Flash Discussion Forum Flash design presents a limitless number of possibilities for your sites and designs. Discuss your Flash ideas, questions and issues here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-28-2008, 09:48 AM
mark7980's Avatar
WebProWorld Member
 
Join Date: Apr 2008
Posts: 40
mark7980 RepRank 0
Default Am I missing a script? I can't seem to find it

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 Business Development, Web Design

Last edited by mark7980; 08-28-2008 at 09:53 AM.
Reply With Quote
Reply

  WebProWorld > Site Design > Flash Discussion Forum

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Something Missing ackerley1 Submit Your Logo For Review 6 08-16-2006 01:52 AM
Trying to Find a Script - Manage Collection of Poems miss_beth Web Programming Discussion Forum 4 10-26-2004 06:03 AM
CSS - Am I missing something? WoWzers Graphics & Design Discussion Forum 2 06-08-2004 06:07 PM
DB Query Help. trying to find missing entries Gresser Database Discussion Forum 1 05-06-2004 01:43 AM


All times are GMT -4. The time now is 04:16 PM.



Search Engine Optimization by vBSEO 3.3.0