English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need a script to make a simple button (crewind) continuously rewind when the button is held, I've got this so far

crewind.onRelease = function ()
{}

Anyone have an idea?

2007-01-09 05:04:25 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

well, with onRelease, it will only work when you let go of the button on your mouse

you want onPress (while the button is held down/pressed)
and an onRelease to tell the button stop rewinding when the button is released

http://www.mediamacros.com/item/item-962881755/
http://www.webthang.co.uk/Tuts/tuts_fmx/scott3/scott3.asp

2007-01-09 05:46:51 · answer #1 · answered by arus.geo 7 · 0 0

fedest.com, questions and answers