Be a Supporter!

Websites in flash

  • 372 Views
  • 12 Replies
New Topic Respond to this Topic
Vv-Chaotic-vV
Vv-Chaotic-vV
  • Member since: Sep. 1, 2005
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Websites in flash 2005-09-02 12:20:17 Reply

..how exactly do i make a contents page for my website i'm making with flash, sure, i have made an enter page, with a button that links to the main page, and i have three other pages that i want to get it to

what i mean is, enter page ((works)) main page ((first button works)) but the script for the next 2 pages are impossible, i used "next frame" for the first page but how do i do the rest? ='(

Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Websites in flash 2005-09-02 12:22:25 Reply

U have to do the different Pages on Different SCENES Frames dont work :D Hope that helped ^_^


BBS Signature
Vv-Chaotic-vV
Vv-Chaotic-vV
  • Member since: Sep. 1, 2005
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Websites in flash 2005-09-02 12:24:22 Reply

thanks, so now i'll just copy and paste things to different scenes, and use which script?

on(release){
_root.gotoAndStop("scene 2",1);
}

?

Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Websites in flash 2005-09-02 12:27:22 Reply

Yep ^_^


BBS Signature
NegativeONE
NegativeONE
  • Member since: Feb. 15, 2003
  • Offline.
Forum Stats
Member
Level 49
Game Developer
Response to Websites in flash 2005-09-02 12:27:33 Reply

At 9/2/05 12:22 PM, Darkaxl wrote: U have to do the different Pages on Different SCENES Frames dont work :D Hope that helped ^_^

This is simply incorrect :-/ But at least your heart's in the right place.
I'd suggest reading up on loadMovie() and getURL in the Actionscript Dictionary.


BBS Signature
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Websites in flash 2005-09-02 12:29:27 Reply

Negative u the one Lockin all my Posts??!


BBS Signature
ShotInTheHead
ShotInTheHead
  • Member since: Dec. 20, 2002
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to Websites in flash 2005-09-02 12:30:04 Reply

At 9/2/05 12:29 PM, Darkaxl wrote: Negative u the one Lockin all my Posts??!

hes lockign and deleting because you keep whining about it. mayeb if you had a cup of stfu for a second hed stop.

Vv-Chaotic-vV
Vv-Chaotic-vV
  • Member since: Sep. 1, 2005
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Websites in flash 2005-09-02 12:30:24 Reply

now that i've done that, when i press the button ((in test movie)) it doesnt do anything apart from change from over to press mode or something
???

Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Websites in flash 2005-09-02 12:31:27 Reply

Wtf is a cup of stfu :| is that cyber talk to make u feel big :o did it work


BBS Signature
Vv-Chaotic-vV
Vv-Chaotic-vV
  • Member since: Sep. 1, 2005
  • Offline.
Forum Stats
Member
Level 01
Blank Slate
Response to Websites in flash 2005-09-02 12:32:21 Reply

can people actually help me now =D
lmao

joshy24
joshy24
  • Member since: Nov. 28, 2004
  • Offline.
Forum Stats
Member
Level 06
Musician
Response to Websites in flash 2005-09-02 12:33:51 Reply

At 9/2/05 12:30 PM, Vv-Chaotic-vV wrote: now that i've done that, when i press the button ((in test movie)) it doesnt do anything apart from change from over to press mode or something
???

you cant just make a butten directly. you have to make a movie clip convert it into a graphic, then convert it into a button


Steam: imuffin101

BBS Signature
NegativeONE
NegativeONE
  • Member since: Feb. 15, 2003
  • Offline.
Forum Stats
Member
Level 49
Game Developer
Response to Websites in flash 2005-09-02 12:34:54 Reply

At 9/2/05 12:29 PM, Darkaxl wrote: Negative u the one Lockin all my Posts??!

I didn't lock or delete whatever one made you create the pointless thread complaining about it (which is, btw, against the rules), but I did lock that one, and the other one after that. Stop or you'll be banned. Just email a mod if you have a damn problem.


BBS Signature
Cybex
Cybex
  • Member since: Mar. 4, 2005
  • Offline.
Forum Stats
Member
Level 20
Blank Slate
Response to Websites in flash 2005-09-02 12:37:37 Reply

Tip, make sure you do gotoAndStop instead of play because other wise it fucks up somethimes.