digibutter.nerr Forum Index
Hey [you]! If you haven't noticed, this is now the old digibutter forums. Go over to the new site!
digibutter.nerr
It's Hi-Technicaaal!

New to Flash... How Do I Watch A Specific Scene?
 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    digibutter.nerr Forum Index -> Hi-Technical Support
Author Message
The Axolotl Sympathist
Geno
Werewolf


Joined: 26 Jul 2007
Posts: 8754

HP: 100 MP: 4 Lives: 1



PostPosted: Fri Mar 07, 2008 8:26 am   Reply with quote

I'm working on a Flash project in school right now, and I need to be able to watch individual scenes. The only way to watch anything is to hit CTRL+Enter, but that plays the movie from start to finish. How do I play the individual scene I'm working on?

I'm using Flash CS3 if it makes a difference.
Back to top
Geno's Tree    
Goomba
Vampire


Joined: 21 Apr 2007
Posts: 2287

HP: 95 MP: 1 Lives: 1



PostPosted: Fri Mar 07, 2008 5:14 pm   Reply with quote

Well, it depends what you want to do, really...

To stop a frame dead in it's tracks, click it, press F9. Type:
Code:
stop();
to make it pause.

If you want to make a button, press F8 on it to convert to symbol, select button and type a name...

Then select the button, press F9. Insert this code:

Code:
on (release){
(_root.gotoAndPlay(1, "scenename"));
}


Let me know if anything happens!
Back to top
Goomba's Goombalicious Goods    
The Axolotl Sympathist
Geno
Werewolf


Joined: 26 Jul 2007
Posts: 8754

HP: 100 MP: 4 Lives: 1



PostPosted: Fri Mar 07, 2008 5:15 pm   Reply with quote

Well, when I mean that, I meant to watch it while I'm in edit mode, not actual playing mode. Like, if I changed just one or two frames, I don't want yo watch just the part I changed.
Back to top
Geno's Tree    
Goomba
Vampire


Joined: 21 Apr 2007
Posts: 2287

HP: 95 MP: 1 Lives: 1



PostPosted: Fri Mar 07, 2008 5:26 pm   Reply with quote

Geno wrote:
Well, when I mean that, I meant to watch it while I'm in edit mode, not actual playing mode. Like, if I changed just one or two frames, I don't want yo watch just the part I changed.
I'm not quite sure what you mean...you just want to watch a couple frames?

When in "edit mode", just hit enter, press again when you want to stop.
Back to top
Goomba's Goombalicious Goods    
The Axolotl Sympathist
Geno
Werewolf


Joined: 26 Jul 2007
Posts: 8754

HP: 100 MP: 4 Lives: 1



PostPosted: Fri Mar 07, 2008 7:02 pm   Reply with quote

Goomba wrote:
Geno wrote:
Well, when I mean that, I meant to watch it while I'm in edit mode, not actual playing mode. Like, if I changed just one or two frames, I don't want yo watch just the part I changed.
I'm not quite sure what you mean...you just want to watch a couple frames?

When in "edit mode", just hit enter, press again when you want to stop.
What I mean is...

Okay, I have about 18 scenes in this movie, and I only want to watch scene 7 to see if my editing paid off.
Back to top
Geno's Tree    
Goomba
Vampire


Joined: 21 Apr 2007
Posts: 2287

HP: 95 MP: 1 Lives: 1



PostPosted: Fri Mar 07, 2008 9:15 pm   Reply with quote

Geno wrote:
Goomba wrote:
Geno wrote:
Well, when I mean that, I meant to watch it while I'm in edit mode, not actual playing mode. Like, if I changed just one or two frames, I don't want yo watch just the part I changed.
I'm not quite sure what you mean...you just want to watch a couple frames?

When in "edit mode", just hit enter, press again when you want to stop.
What I mean is...

Okay, I have about 18 scenes in this movie, and I only want to watch scene 7 to see if my editing paid off.
Ah, then go to the scene you want to preview. On the menu bar, go to "Control" Then "Test Scene". The shortcut is ctrl+alt+enter. Hope it helps you!
Back to top
Goomba's Goombalicious Goods    
The Axolotl Sympathist
Geno
Werewolf


Joined: 26 Jul 2007
Posts: 8754

HP: 100 MP: 4 Lives: 1



PostPosted: Mon Mar 10, 2008 7:01 am   Reply with quote

Goomba wrote:
Geno wrote:
Goomba wrote:
Geno wrote:
Well, when I mean that, I meant to watch it while I'm in edit mode, not actual playing mode. Like, if I changed just one or two frames, I don't want yo watch just the part I changed.
I'm not quite sure what you mean...you just want to watch a couple frames?

When in "edit mode", just hit enter, press again when you want to stop.
What I mean is...

Okay, I have about 18 scenes in this movie, and I only want to watch scene 7 to see if my editing paid off.
Ah, then go to the scene you want to preview. On the menu bar, go to "Control" Then "Test Scene". The shortcut is ctrl+alt+enter. Hope it helps you!
Yes! Thanks a bunch!
Back to top
Geno's Tree    
The Axolotl Sympathist
Geno
Werewolf


Joined: 26 Jul 2007
Posts: 8754

HP: 100 MP: 4 Lives: 1



PostPosted: Fri Mar 14, 2008 7:16 am   Reply with quote

Okay, new dilemma. How do I delete a scene? I'm looking all over and can't find the option.
Back to top
Geno's Tree    
ChaosStar
Super Scourge
Vampire


Joined: 15 Oct 2007
Posts: 1156
HP: 100 MP: 9 Lives: 0



PostPosted: Fri Mar 14, 2008 3:17 pm   Reply with quote

Ask Francis or somebody at www.smwcentral.net
Back to top
   
Goomba
Vampire


Joined: 21 Apr 2007
Posts: 2287

HP: 95 MP: 1 Lives: 1



PostPosted: Sat Mar 15, 2008 12:43 am   Reply with quote

Geno wrote:
Okay, new dilemma. How do I delete a scene? I'm looking all over and can't find the option.
Aha! To delete a scene, you need to have the scene window open (Shift+F2).

There should be a list of current scenes, highlight one and press the button with a trashcan on it, or right click and select "delete".
Back to top
Goomba's Goombalicious Goods    
The Axolotl Sympathist
Geno
Werewolf


Joined: 26 Jul 2007
Posts: 8754

HP: 100 MP: 4 Lives: 1



PostPosted: Mon Mar 17, 2008 7:02 am   Reply with quote

Goomba wrote:
Geno wrote:
Okay, new dilemma. How do I delete a scene? I'm looking all over and can't find the option.
Aha! To delete a scene, you need to have the scene window open (Shift+F2).

There should be a list of current scenes, highlight one and press the button with a trashcan on it, or right click and select "delete".
There we go! Thanks again!
Back to top
Geno's Tree    
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    digibutter.nerr Forum Index -> Hi-Technical Support
All times are GMT - 5 Hours
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group