Home Tutorials Forums Articles Blogs Movies Library Employment Press

Go Back   ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-28-2005, 10:32 PM   #1
kid crackle
hired gun
 
Join Date: Mar 2005
Location: NY
Posts: 27
Send a message via AIM to kid crackle
Default reverse flash in a linked movie ?

i have a serious problem that i wonder if anyone has the answer for and may be willing to help out. what i need to do is have a script of sorts to work on a linked flash movie. I need a button to tell the movie to play backwards and stop @ a certain points. or any other way of accomplishing this without loading multiple files.

i found a script that worked using a controller movie clip for the reverse button http://www.tmdesign.net/fif/test.htm

however when linked into another flash file the movie clip no longer works
http://www.tmdesign.net/fif

here is where i found the script
http://www.webwasp.co.uk/tutorials/b.../backwards.php

i've zipped the fla file for disection
http://www.tmdesign.net/fif/map.zip

if anyone could help me out with this problem i would be forever grateful as i need to accomplish this
kid crackle is offline   Reply With Quote
Old 03-29-2005, 04:12 AM   #2
kid crackle
hired gun
 
Join Date: Mar 2005
Location: NY
Posts: 27
Send a message via AIM to kid crackle
Default

not a single respone yet, this saddens me a tad +(
kid crackle is offline   Reply With Quote
Old 03-29-2005, 07:17 AM   #3
Barn
digital curmudgeon
 
Barn's Avatar
 
Join Date: Feb 2005
Location: http://www.were-here.com
Posts: 1,082
Default

Most people here will respond more readily if you post the snippet of code that you are using, copying and pasting from the actionscript panel, rather than expecting them to view a whole bunch of stuff and download a file and perform time-consuming analysis of an entire movie.
Barn is offline   Reply With Quote
Old 03-29-2005, 08:05 AM   #4
PreCoder
( Two Socks )
 
Join Date: Jan 2005
Location: Brisbane, Australia
Posts: 66
Default

Just an idea, try not to have absolute paths where possible, as this might be conflicting with your other flash movie, that you have embedded this file into.
ActionScript Code:
_root.control.gotoAndStop(1); rather this.control.gotoAndStop(1);
PreCoder is offline   Reply With Quote
Old 03-29-2005, 12:37 PM   #5
kid crackle
hired gun
 
Join Date: Mar 2005
Location: NY
Posts: 27
Send a message via AIM to kid crackle
Default

thank you PreCoder, that worked like a charm . . . you rock in a big way +)

Barn : i guess that woulda made more sense, I'll remember that in the future, thanx for the heads up +)
kid crackle is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:16 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2010 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.