The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.38 / 5.00 36,385 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.07 / 5.00 13,902 ViewsIm kinda new to flash and i need to know how to do a menu. You know like when the screen is done loading and then it goes to another screen with like play screen selection and such. :D
At 8/4/07 03:48 AM, jinxey wrote: Im kinda new to flash and i need to know how to do a menu. You know like when the screen is done loading and then it goes to another screen with like play screen selection and such. :D
what like play, creds, and scene selection?
Well, first make your movie!then on this new screen, put up in onna the keyframes, stop();. for the play button put :
on (release)
{
play();
}
for the scene selection, put
on (release)
{gotoAndPlay (Scene"yournumberhere","yourkeyframehere ");
}
then for your credits same thing...
At 8/4/07 03:51 AM, Luther93 wrote: Well, first make your movie!then on this new screen, put up in onna the keyframes, stop();. for the play button put :
on (release)
{
play();
}
for the scene selection, put
on (release)
{gotoAndPlay (Scene"yournumberhere","yourkeyframehere ");
}
then for your credits same thing...
i did that rather messily so here. lets say one of yur scenes started on scene 2 of the flash movie setup, on keyframe 2, so here would be the script for that
on (release) {
gotoAndPlay("Scene 2", 2);
}
go to the newgrounds tank and click .FLA http://www.newgrounds.com/downloads/rawm aterials/
At 8/4/07 05:54 AM, senior-twinki wrote: go to the newgrounds tank and click .FLA http://www.newgrounds.com/downloads/rawm aterials/
none of that helps... but ive tried makeing my own play button (i even made it a button instead of something like graphic or movie clip) i inserted the commands you have there in action but nothing is working :(
Wait, what's the Raw Materials going to help with? All it has is graphics.
Well you should probably take a look at the Newgrounds Tutorial Collection.
(And it should be a button if you're making a button...)
ok im getting really pissed off here... im useing cs3 if that has anything to do with that...
ive done EVERYTHING everyone has said and every tutorial isnt helping your just going to have to explain step by step..and i bet you have to use cs3 too or it wont work
Depending on what AS you're using... (Go to File > Publish Settings > 'Flash' tab) You'll get different answers.
If you want faster and somewhat more reliable answers, you're going to probably want to learn AS2, since it's more commonly known...
I'm sure if you go through the 'Button Tutorials' (With AS2) you'll get the hang of it, but you can't learn this stuff over night... Or just really quickly I should say.
Take a look at the flash tutorials on Newgrounds.
But before you do that, click on publish settings and change it to export in Action Script 2. 3 is newer and confusing... the tutorials don't cover AS3 so use AS2 for now.
ok just tell me what this means...
"extra characters found"
At 8/10/07 08:56 AM, jinxey wrote: ok just tell me what this means...
"extra characters found"
Really? You can't figure out what that means on your own? Extra letters that aren't needed were found. Also, when you say "inserted" do you mean inside the button, or on the button?
At 8/10/07 09:01 AM, Dark-Heart wrote:At 8/10/07 08:56 AM, jinxey wrote: ok just tell me what this means...Really? You can't figure out what that means on your own? Extra letters that aren't needed were found. Also, when you say "inserted" do you mean inside the button, or on the button?
"extra characters found"
ive tried both and YES i couldnt figure out what i means because i tried removeing the only god damn not needed characters and then it said ERROR bullshit alert
i think the problem might be the action scrip...seeing how its 3 and people are saying i need to use 2.1...and people are forgeting that im new to this and dont know HOW to transfer AC3's to AC2's...
yup it was the action script...finally got it changed and heres what the "menu" looks like so far... the play button should just restart everything and music may be ahead a second due to lag
http://denvish.net/ulf/100807/33914_Menu .php
on(release){
gotoAndPlay ("Scene #" 1)
}
yeah the loader fucked up so just press play it should stop moving and then do forward...it should go to a black screen and right click play
At 8/10/07 08:16 AM, Kuoke wrote: (And it should be a button if you're making a button...)
i know it would confuse the average plunger... but what about those custom "button" MC's?
i'd definitely recommend switching to AS 2.0 if you haven't already.
im actually a lvl 7 just like you this is my alt...
here you go...full menu done and everything...
http://denvish.net/ulf/100807/43160_Menu .php
if it doesnt load just right click and play...remember its just the loader