I want to know how to keep scrolling a movieclip when you press a button.
Now, you have to click and click and click, instead of just holding down your mousebutton.
This is my script:
on (press) {
setProperty("_root.main.Scroll.Inhoud", _y, getProperty("_root.main.Scroll.Inhoud", _y)+10);
}
I can’t get a loop above the “on(press)…”
How can I loop this peace of script?
And to what should I assign this script?
Because, if I assign it to the button, he always puts “On release” in front of it…
Help me, I’m feeling very stupid now ;(
YeS!!! It works, at last!! Thank you very much for helping me with this peace of script, Kax!!
But I said I was eager to learn…so I would also like to understand this script completely.
I think I do, except for the OnEnterFrame part.
What does it do exactly? I don’t really understand the explanation in the Flash reference… so could you try to explain?