Write a program that shows the usage of data types?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the different utils libraries in actionscript?
explain the correct way to create an alert box using geturl and javascript? : Adobe flash
Write a program to create custom list in actionscript?
What are the different utils libraries in actionscript?
How to change background color and stage size?
what is the key advantage of flash being a true clientside application? : Adobe flash
What are the data types supported by actionscript?
Can you explain what are the differences between javascript and actionscript?
tell the difference between indexed array and associative array? : Adobe flash
which of the following is not a typical host application for the flash player? : Adobe flash
Can you explain what are the changes presented by actionscript?
How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scene 1. ====>MovieClip ======>Button [ on(release) { gotoAndPlay("Scene 2", 1); } ] =>Scene 2. This thing is not working. Please tell me the answer of how to goto next scene from this scene 1.