Question
How do I get what does the function does.
Hello.
I want to get what the function actually does like in javascript: object.onmouseout
what has hot a result of this:
function anonymus() {
what ever the function does
}
but in flash I tried to use this: object.onEnterFrame
but I get this
[type Function]
Thanks
I want to get what the function actually does like in javascript: object.onmouseout
what has hot a result of this:
function anonymus() {
what ever the function does
}
but in flash I tried to use this: object.onEnterFrame
but I get this
[type Function]
Thanks