Image rollover with flash

SpaceshipSpaceship
Watch

jonathan658

New Member
Impact
0
hello I am trying to recreate something i purchased but i am having trouble understanding how to re-create the effect that the designer made.

he was able to make a slide show of imgages appear in a main screen.anyway thats the problem im having.

i have access to the script. this is what it says.

onClipEvent (load) {
// accel = 0.6;
// rate = 0.2 ;
accel = 0.6;
rate = 0.03;
_root.pos = this._x;
// start position
}
onClipEvent (enterFrame) {
xkoord2 = _root.pos-_root.press*_root.width;
x = x*accel+(xkoord2-_x)*rate;
_x += x;
if (Math.abs(_root.xkoord2-_x)<1) {
_x = _root.xkoord2;
}
}

where it says enter frame am i supposed to put the name of the image?
 
Last edited:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
I think its telling you to enter the frame that will house the images, To make a frame just create a new photoshop document and make sure it has a transparent background, then simply make the borders, save, and insert.

-Corran
 
0
•••
Thanks I Got It Working Ty
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back