moving 2 movieclips
- Started
- Last post
- 32 Responses
- unfittoprint0
changed the code. now there's only one place where it resides: 1 frame in the stage. centralizing the code is very important in the development process.
- yah0
Having hard time downloading the FLA, unfit can you zip it?
- unfittoprint0
try now.
- aleman0
unfittoprint: curious about what's behind the anachitecture doors. wanna hook me up with the password?
It would be tight if :
(in a whisper)
"the password is nipple"
- yah0
unfit, still no luck, mind emailing it?
- ganon0
how about a MX version, this one is MX04, right...?
- legspin0
unfittoprint, thanks for the code very kind of you.
Is there an easy way to increase/decrease the width of the red band depending on where it is?
http://www.perspektiv.co.uk/nav_…
Thanks again.
- System-Idle0
when you click the btns set the width of the red block
redBlock_mc._width=numsorry havnt looked at the fla's
but you can use this to change the size of the block.
if yr using a function add an if statement to check what btn was pressed and set the size of red block
hope it makes sense
- legspin0
Have got the width sorted out but I'd like it to change smoothly from one size to the next. Any ideas?
- legspin0
* bump
- System-Idle0
use a function similar to yr slide/move func.
but instead of using the _x, use _width or _xscale!
this.onEnterFrame=function(){
redBlock._width+=(10-redBlock._w...put this inside the function
you will need to kill the onEnterFrame when redBlock gets to the right size
