There are several questions about learning H5 code
First of all, please forgive me, this H5 novice asks these basic questions.
Question 1:
When I touch and drag, I need to jump to the next frame.
I use "prevframe ();" It's not valid.
So I used the
var js=0;
js=js+1
exportRoot.gotoAndStop(js)
Is "prevframe ()" Not available in H5?
What other common AS3 code is not available?
Question 2:
Formerly used
"function name() { } "
But now I see a lot of code is
"this.name = function(){}"
What is the principle of this code?
How to use it?
Question 3:
About binding interpretation.
are usually joined".bind (This)."
I'm in a non-native English speaking country.
May translate the reason, the material appears the meaning is very vague.
There is little information and explanations.
In the ANCC "bundle" the usage and the function, hoped can use the popular words to explain
Question 4:
There's one more question.
ANCC H5 How to write a class.
For example, write a class, and then several movie clips bind such a class.
