Flash Problem - Please Help!

This is a discussion on "Flash Problem - Please Help!" within the Flash & Multimedia Forum section. This forum, and the thread "Flash Problem - Please Help! are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 25th, 2005, 03:20
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Flash Problem - Please Help!

I'm having trouble finalizing the flash movie I'm working on as an intro for my firm website. Regardless of whether or not the flash player is set to loop, the movie starts back over when it hits the last frame (frame 90), which is obviously not what I want. I am a little weak with my actionscript, which I am sure is the problem. My objective is to have the movie load, play to frame 90, then wait for the viewer to click on the Enter button on the right side of the stage.

I've uploaded the FLA file to my server. If anyone could be so kind to take a look at it and let me know how to accomplish this, please do. Thanks so much!

http://www.joshfolan.com/misc/Splash.fla

Josh
Reply With Quote

  #2 (permalink)  
Old Nov 25th, 2005, 10:13
Junior Member
Join Date: Nov 2005
Location: Cleveland, Ohio
Age: 24
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to yngexec Send a message via Yahoo to yngexec Send a message via Skype™ to yngexec
Lightbulb Re: Flash Problem - Please Help!

put a stop (); command in the last movie frame and for the button, do the following (don't mind my syntax, i dont really work with flash often)

Code: Select all
on (release) {
    gotoAndPlay("secondscene");
}
or you can gotoAndStop, depending. Might make it easier for you to label frames too...just something i do to help.

Enjoy!
Reply With Quote
  #3 (permalink)  
Old Nov 25th, 2005, 20:21
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash Problem - Please Help!

I tried adding stop commands to frame 90 on both the button layer and the action layer, but the movie still loops. Very frustrating.

The updated file is in the same location.
Reply With Quote
  #4 (permalink)  
Old Nov 25th, 2005, 23:44
Junior Member
Join Date: Nov 2005
Location: Cleveland, Ohio
Age: 24
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to yngexec Send a message via Yahoo to yngexec Send a message via Skype™ to yngexec
Re: Flash Problem - Please Help!

do you have your actions on the same layer as your scene? I normally put mine in their own layer just to keep things organized.

but yeah..the stop command should have an absolute stop on the movie clip...mind uploading your .fla to look @?
Reply With Quote
  #5 (permalink)  
Old Nov 26th, 2005, 14:55
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: Flash Problem - Please Help!

Absolutely. The file is on my server here:

http://www.joshfolan.com/misc/Splash.fla

The stop command is in both the Actions layer (a seperate and final layer) and the layer the button is located on. Totally befuddled.

Josh
Reply With Quote
  #6 (permalink)  
Old Nov 26th, 2005, 21:18
New Member
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash Problem - Please Help!

Each of the movie clips in your file have independent timelines, Just because the parent timeline stops doesn't mean that all the other will. You can control the mc from another timeline e.g.

_root.myclip.stop()

or put stop actions at the end of each mc.
Attached Files
File Type: zip Splash2.zip (62.5 KB, 40 views)
Reply With Quote
  #7 (permalink)  
Old Nov 27th, 2005, 19:42
New Member
Join Date: Nov 2005
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Flash Problem - Please Help!

Nice. Makes sense. Thank you!
Reply With Quote
Reply

Tags
flash, problem, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash 8 in IE7 problem. fhguy79 Flash & Multimedia Forum 2 Apr 20th, 2008 03:56
Flash problem Paul in London Flash & Multimedia Forum 2 Apr 23rd, 2007 13:54
Firefox Problem w/ Flash 8 MickeyMantle715 Flash & Multimedia Forum 3 Apr 2nd, 2007 19:47
Flash Button Problem - please help! miguelvlima Flash & Multimedia Forum 3 Mar 29th, 2007 13:17
not sure if this is Flash or Java problem . . . mcvinnie Flash & Multimedia Forum 3 Aug 22nd, 2006 20:56


All times are GMT. The time now is 16:54.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43