Flash help!!!
Flash help!!!
- Started
- Last post
- 3 Responses
- koko
I know this must be one of the dumbest questions, but please bear with me.
I have a movie with a slider-button that I can drag horizontally and this makes another MC move horizontally. The problem is that as I move to the right the mc moves to the right too (following the _x coordinates) but I want it to move to the left. So how do i give it negative values?This is the script:
feedback = getProperty("knob", _x);
setProperty("_root.slider_mc", _x, Number(feedback)+290);Thanks a bunch
- koko0
ok ?????
- imakedesign0
good luck with flash.
(use a negative number -290)