Jump to content


Photo

Mouse Over Motion


  • Please log in to reply
No replies to this topic

#1 k-nuckels

k-nuckels

    Young Padawan

  • Members
  • Pip
  • 2 posts

Posted 11 July 2009 - 10:09 AM

Hi All,

I'm a novice flash designer and need help with a current project.
The client wants a portfolio like the one here: http://www.dwebware.com/index.cfm
I have no idea how to accomplish this with actionscript 3.
I did a similar piece way back using actionscript 2 in which I used multiple movieclips in this fashion;
stagewidth=
rightmcwidth = getProperty("/rightmc", _width);
if (Number(rightmcX)>=Number((-1*rightmcwidth)) and Number(rightmcX)<=Number(stagewidth)) {
setProperty("/rightmc", _x, Number(rightmcX)+10);
play (); etc..kinda deal
It was basically a panoramic image viewer controlled with arrow buttons.
This new project is kind of the same thing, right? I mean its a mc width vs stage width kinda thing
to move the objects on the stage.
But these are buttons instead of movie clips and the mouse over does all the movement.
Also it seems to ease in at each side.
Please someone help me with this code.thanks




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users