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
Noob Flash Question, need help!
Collapse
X
-
-
Ask me how to monetize with adult traffic!Comment
-
thank you!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
Ask me how to monetize with adult traffic!Comment


Comment