Search results

  1. L

    How can I make sub-categories in a flash game's context menu?

    Using AS3, how can I make a sub-category in a flash game's context menu, like how "Quality" works? P.S. is it possible to add a check mark, like how "%100" and "Show All" works?
  2. L

    What is a working HTML code to do this?

    I need it to open a webpage IN A NEW WINDOW, then go back (this page will not always be accessed from the same page, so it needs to tell the web browser "Back"). I've tried... <html> <head> <script type="text/javascript"> window.open("SITE") history.back(); </script> </head> </html>...
Back
Top