| SPUDIO |
04-30-2001, 11:37 AM
hi there, ...
i saw this site a few days ago & i Thought that i cannot be that hard to create the effect they've got in the "intro",
when you dragg a movieclip the mask that is laying underneath that draggable one is moving in a other direction ...
take a look at
http://www.menatwork.be
i thought it was like:
var1=_y.dragg
var2=_y.mask
var3=600 ( height main movie in pix ) - var1
set property ( yposition, mc ( mask ) , var3 )
(syntax isn't ok, but you know what i mean )
in the second frame there's a GotoAndPlay 1 action )
it doesn't work like this ...
anyone an idea ?
greetz,
| SPUDIO |
i saw this site a few days ago & i Thought that i cannot be that hard to create the effect they've got in the "intro",
when you dragg a movieclip the mask that is laying underneath that draggable one is moving in a other direction ...
take a look at
http://www.menatwork.be
i thought it was like:
var1=_y.dragg
var2=_y.mask
var3=600 ( height main movie in pix ) - var1
set property ( yposition, mc ( mask ) , var3 )
(syntax isn't ok, but you know what i mean )
in the second frame there's a GotoAndPlay 1 action )
it doesn't work like this ...
anyone an idea ?
greetz,
| SPUDIO |