Greencat Posted June 25, 2009 Posted June 25, 2009 Hello everybody! I got Macromedia Flash 8, but I don't know how to use it. I've googled for some guides and couldn't find any good ones, much less, any. I looked on YouTUbe, and almost all of them are stick figure ones. If you are familiar with it, please help me learn how to use it so I can make a button go to a certain frame. And another thing I wanted to know is how do I make the size appear the same on a browser? I set the demensions of the page to 300x400, but it comes out huge on the browser. Here is what I made thanks to damio, but I want to learn how to make a button go to a certain frame. :\ https://files.getdropbox.com/u/792618/Flash/Test.swf
damio Posted June 26, 2009 Posted June 26, 2009 (edited) If you make the button put this code on it: on (press) { gotoAndStop(FRAME GOES HERE); } I've actually made a version that is a lot harder to make. It loads the images dynamically (meaning when you need them, not when you load the one file) As for making it look the same in a browser, just load up dreamweaver and insert the swf into a html file. Edited June 26, 2009 by Greencat Ignore this. :B
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now