Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
steph14 #1
mouseOver not rollOver
On Flash 5, I want to go to the previous frame when the pointer is over the
button.
With rollover, it goes one frame at a time as I have to roll out and roll over
again to go back another frame.
I want it to work as long as the pointer is over the button.
steph14 Guest
-
highlight row on mouseover
trying to use this code for mouseover highlight of row but it is not working on the datagrid can anyone tell me what is missing ? Sub... -
mouseover problem
Hi, i have a problem with my mouseover script. i use the following script: on mouseEnter cursor 280 end mouseenter on mouseup -
mouseOver?
Hi I would like a movieclip to move when I the mouse is over (just a couple of pixels) and then move back again when the mouse is moved away. I... -
Rollover and making another rollover with links
Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does... -
MouseOver effect?
Hi, Is the mouseover effect created on http://www.phpfreaks.com/tutorial_index.php (mouseover the tutorial descriptions) possible to do using... -
kglad #2
Re: mouseOver not rollOver
you'll need to initiate some kind of loop on rollOver. because you're using
flash 5, you won't be able to use a setInterval-loop, so you'll probably do
best to create and empty movieclip and initiate an enterFrame clipevent that
will execute a prevFrame() statement with each loop.
kglad Guest
-
-



Reply With Quote

