Noob Flash Question, need help!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PostWhore
    Confirmed User
    • Jan 2003
    • 4720

    #1

    Noob Flash Question, need help!

    I need to make a simple flash file, just an image and convert it to a button, so if someone clicks it, it opens a website in the same window. Can anyone point to a tutorial or steps, i would be much obliged. Thanks
    Ask me how to monetize with adult traffic!
  • NickSunshine
    Confirmed User
    • Mar 2006
    • 1196

    #2
    put the image on the stage. (File | Import | Import to stage)

    right click the image and convert it to a symbol. click the option that says 'button'.

    press f9 to open the actionscript editor.

    put this:

    on (release){
    getURL("http://www.gfy.com");
    }

    File | Save

    File | Publish

    hope that helps

    Comment

    • PostWhore
      Confirmed User
      • Jan 2003
      • 4720

      #3
      nevermind, found a good one

      http://www.macromediahelp.com/video_...flash_button/#
      Ask me how to monetize with adult traffic!

      Comment

      • PostWhore
        Confirmed User
        • Jan 2003
        • 4720

        #4
        Originally posted by NickSunshine
        put the image on the stage. (File | Import | Import to stage)

        right click the image and convert it to a symbol. click the option that says 'button'.

        press f9 to open the actionscript editor.

        put this:

        on (release){
        getURL("http://www.gfy.com");
        }

        File | Save

        File | Publish

        hope that helps
        thank you!
        Ask me how to monetize with adult traffic!

        Comment

        Working...