Does anyone know actions script for flash or a site with practical examples?
Particulary how to make a “numeric loading bar” showing the loaded percentage, and in a displayed menu button, the script to go to a different scene (nextScene is no use).
I used:
On (press)
_root.gotoAndPLay (30)
To go to the fram 30 in the same scene, but if I want to go to another scene I used:
On (press)
gotoAndPlay (“scene 3”, 1)
and nothing happens. Can someone help me out please?
2007-05-14
10:42:23
·
2 answers
·
asked by
ernesto.guevara
3
in
Computers & Internet
➔ Programming & Design