Jump to content

Website Entirely out of Flash


Kokisho

Recommended Posts

Ok, apparently you can make a site using flash and instead of just linking from page to page, you link from frame to frame.I know how to link frame from frame

on(release) {gotoAndStop("frame2");}

I put that on the button, I have two problems1.I need a preloader but I dont know how to make one.2.I need to know how to make it stop as soon as you get on so you can read what it says click the links ETC.Ill be adding more questions when I come to the obstacles.Please help :)

Link to comment
Share on other sites

1.I need a preloader but I dont know how to make one.
go to Flash help , choose "Component" part and type "progress" , it gives you a list for reference :)
2.I need to know how to make it stop as soon as you get on so you can read what it says click the links ETC.
if ( loaded bytes == total bytes ) { gotoAndPlay(someframe) }http://w3schools.invisionzone.com/index.php?showtopic=4706or ... some another ways if you try the codes in Flash help :)
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...