Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
gerkintrigg #1
Traking the mouse vertically
I'm trying to get a symbol track the height of the mouse.
I don't want the user to have to drag the symbol, I just want it to adjust
it's height to correspond to the user's mouse pointer.
The other thing that may be a problem is that there's a particular bit of the
symbol that protrudes, a bit like an arrow... I want this bit to be exactly the
same height as the mouse pointer, maybe this can be done using action script
and saying the symbol heght -50 pixels (for example) = mouse height.
Does anyone know where to get this script?
gerkintrigg Guest
-
Align Text Vertically
I'm learning on v IN 1 tryout. I fear most of you larned on a CS version but anyway heres my question. I do NOT see a vertical alignment option... -
Is there a way to orient text vertically?
Is there a way to orient text vertically? (As in rotating normal text 90 degrees). I have an html table populated by narrow columns and need... -
RS Returned horizonally as well as vertically
I'm working with Dreamweaver, MS access and IIS6. I have a photo database that I want the record sets to return 3 wide not just vertially in a row... -
Center layer vertically via CSS
I just read the post from rob::digitalburn on doing vertical centering, but is there a way to do this via CSS instead of script? Thanks. -
Draggable Sprites (but only vertically)
Hi again, I have attached the 'draggable' behaviour to a sprite. However, I would like it to be draggable only in the vertical axis. I have tried... -
kglad #2
Re: Traking the mouse vertically
mouseTrackI=setInterval(mouseTrackF,40);
function mouseTrackF(){
yourtrackerMC._y=_ymouse; // you may need to add or subract a fudge factor
depending upon yourtrackerMC's registration point and your personal preferences.
}
kglad Guest



Reply With Quote

