Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Tracing on the stage with Flash with AS3

    Here's an option... tracing on stage. Create a text field and trace to the stage. I hope this is a good alternative to people who wouldn't want to install anything else.

  2. Avg. Rating 5.0

    How do I get Embed to not load content in the first frame of ...

    Create a listener to make sure that the movie has loaded, this is in AS2 (assumption because the question called for "a_mc" in the request). In AS3, this can be solved by creating your preloader then calling a function that adds the movie to the stage.

  3. Avg. Rating 5.0

    How to clear form fields

    Use an addEventListener and set the text to nothing. Two methods were used for this: focusEvent and a mouseEvent

  4. Avg. Rating 5.0

    Using special characters in code

    HTML and ASCII Characters were used (a good resource: http://www.octadyne.com/html_entity_acsii_table.cfm).

  5. Avg. Rating 4.7

    Custom Image Cursor in Flash

    Create your own cursor, in this tutorial, an image with a transparent background was used.

  6. Avg. Rating 4.3

    How to create an email form with ActionScript 3

    First you need to be aware of your server and back-end script capabilities. I'm using my host which runs PHP (which is probably the only language I am comfortable writing in and there are tons of resources online) Then, I am considering factors such as: People may send emails not using real emails ...

  7. Not yet rated

    Animated Sheen on your Call to Action buttons

    Try a gradient sheen. It captures user's eyes or gives them feedback when interacting with your project's interface.

  • Results 1-7 of 7