Jump to content

Macromedia Flash Help Request


Greencat

Recommended Posts

Hello everybody! :D

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

Link to comment
Share on other sites

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 by Greencat
Ignore this. :B
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...