Home Tutorials Forums Articles Blogs Movies Library Employment Press

Go Back   ActionScript.org Forums > Search Forums

Showing results 1 to 50 of 500
Search took 0.81 seconds.
Search: Posts Made By: tacos
Forum: ActionScript 2.0 09-08-2012, 02:12 PM
Replies: 3
Views: 389
Posted By tacos
http://www.senocular.com/flash/tutorials/faq/#prel...

http://www.senocular.com/flash/tutorials/faq/#preloaderstart
Forum: ActionScript 2.0 05-21-2012, 12:40 PM
Replies: 1
Views: 379
Posted By tacos
http://www.webwasp.co.uk/tutorials/b21-communicati...

http://www.webwasp.co.uk/tutorials/b21-communication/index.php
Forum: General Chat 05-20-2012, 06:06 PM
Replies: 2,382
Views: 413,218
Posted By tacos
Spam......

Spam... http://www.actionscript.org/forums/showthread.php3?t=273440
Forum: ActionScript 2.0 05-17-2012, 01:26 PM
Replies: 4
Views: 891
Posted By tacos
Maybe this... ...

Maybe this...

http://www.youtube.com/watch?v=vykDeV6u8u4
Forum: ActionScript 2.0 05-17-2012, 01:21 PM
Replies: 1
Views: 555
Posted By tacos
You need to use some preloading code (or the...

You need to use some preloading code (or the MovieClipLoader...) along with your loadMovie action, make the container invisible to start with, and only scale the container once the external.swf is...
Forum: General Chat 05-15-2012, 12:15 PM
Replies: 2,382
Views: 413,218
Posted By tacos
They're back... ...

They're back...

http://www.actionscript.org/forums/showthread.php3?t=273317
Forum: ActionScript 2.0 05-09-2012, 11:55 PM
Replies: 2
Views: 439
Posted By tacos
Try _root rather than this...

Try _root rather than this...
Forum: ActionScript 2.0 05-09-2012, 04:14 PM
Replies: 6
Views: 533
Posted By tacos
Can you down save your .fla in a CS3 format, and...

Can you down save your .fla in a CS3 format, and re-upload it?
Forum: ActionScript 2.0 05-09-2012, 04:13 PM
Replies: 14
Views: 956
Posted By tacos
Grrrrrrrreat! ;)

Grrrrrrrreat! ;)
Forum: ActionScript 2.0 05-08-2012, 09:12 PM
Replies: 6
Views: 533
Posted By tacos
I get a File does not exist on this server...

I get a File does not exist on this server message on your link!
Forum: ActionScript 2.0 05-08-2012, 05:49 PM
Replies: 14
Views: 956
Posted By tacos
Use the following on the first frame... ...

Use the following on the first frame...

function clock(){
timeLeft -=1;
_root.timeLeft_box.text = timeLeft.toString();
}; // End of the function

var timeLeft:Number = 180;
var...
Forum: ActionScript 2.0 05-08-2012, 05:20 AM
Replies: 14
Views: 956
Posted By tacos
What URL?

What URL?
Forum: ActionScript 2.0 05-07-2012, 09:12 PM
Replies: 14
Views: 956
Posted By tacos
Can you provide your .fla? Maybe upload it to...

Can you provide your .fla? Maybe upload it to www.tinyupload.com, and omit the http://www. part when posting the link to it here...
Best if you zip it up and include an outputed .swf in the...
Forum: ActionScript 2.0 05-07-2012, 06:10 PM
Replies: 14
Views: 956
Posted By tacos
So leftpaddle and pongblock are functions you're...

So leftpaddle and pongblock are functions you're trying to stop with a stop(); action?

If so, try...

leftpaddle = pongblock = null;
Forum: ActionScript 2.0 05-07-2012, 04:36 PM
Replies: 14
Views: 956
Posted By tacos
But in fact, all you need to check in the...

But in fact, all you need to check in the onEnterFrame is the timeLeft variable...

I'd try something like this...



var timeLeft:Number = 180;
var myClockID:Number;

function clock(){
Forum: ActionScript 2.0 05-07-2012, 04:16 PM
Replies: 14
Views: 956
Posted By tacos
It seems you have set that code on the clip...

It seems you have set that code on the clip itself, while it should in fact be set on the main timeline on a frame action... Clear that code on the clip itself and set it on a frame action on the...
Forum: ActionScript 2.0 05-06-2012, 02:17 PM
Replies: 4
Views: 523
Posted By tacos
Grrrrrrrreat! ;)

Grrrrrrrreat! ;)
Forum: ActionScript 2.0 05-06-2012, 04:57 AM
Replies: 4
Views: 523
Posted By tacos
Senocular describes here what's happening and the...

Senocular describes here what's happening and the solution to it...

http://www.senocular.com/flash/tutorials/faq/#loopfunctions
Forum: ActionScript 2.0 05-05-2012, 05:52 PM
Replies: 6
Views: 684
Posted By tacos
Grrrrrrrrrrreat! ;)

Grrrrrrrrrrreat! ;)
Forum: ActionScript 2.0 05-05-2012, 02:06 PM
Replies: 1
Views: 408
Posted By tacos
http://www.senocular.com/flash/tutorials/preloadin...

http://www.senocular.com/flash/tutorials/preloading/
Forum: ActionScript 2.0 05-05-2012, 02:04 PM
Replies: 6
Views: 684
Posted By tacos
You're attaching the mc within another mc, and...

You're attaching the mc within another mc, and thus need to add that parent movie clip to your path on the handler...

function assignHandler(){
attachPlace.new_mc2.onPress = function(){
......
Forum: ActionScript 2.0 05-05-2012, 05:05 AM
Replies: 1
Views: 405
Posted By tacos
If it's not too late... Maybe the problem is your...

If it's not too late... Maybe the problem is your reference to _root in the loaded in movie...
Try adding the following as the first line of code in your loaded in movie, not your main movie...
...
Forum: ActionScript 2.0 05-03-2012, 01:51 PM
Replies: 5
Views: 651
Posted By tacos
Customizing a template is rarely easy, and your's...

Customizing a template is rarely easy, and your's is no exception... Especially the way it's coded and the mods you are wanting...
Forum: ActionScript 2.0 05-03-2012, 04:33 AM
Replies: 3
Views: 483
Posted By tacos
Grrrrrrrrrreat! ;)

Grrrrrrrrrreat! ;)
Forum: ActionScript 2.0 05-03-2012, 12:41 AM
Replies: 3
Views: 483
Posted By tacos
Your if statement is a one time deal and check at...

Your if statement is a one time deal and check at the beginning, and not a continuous one...
You need to be checking the value of hits continuously...

this.onEnterFrame = function(){
if...
Forum: ActionScript 2.0 05-01-2012, 01:27 AM
Replies: 1
Views: 453
Posted By tacos
http://www.actionscript.org/resources/articles/129...

http://www.actionscript.org/resources/articles/129/1/MovieClipLoaders-Part-2---Looping-and-Listeners/Page1.html
Forum: ActionScript 2.0 04-30-2012, 11:55 PM
Replies: 1
Views: 459
Posted By tacos
Do you have a link to the actual .swf, not a...

Do you have a link to the actual .swf, not a picture?
Forum: Components 04-27-2012, 03:13 PM
Replies: 6
Views: 894
Posted By tacos
Grrrrrreat! ;) What sound? The video's...

Grrrrrreat! ;)

What sound? The video's sound? Another timeline sound? Need more info...
Forum: Components 04-27-2012, 01:52 PM
Replies: 6
Views: 894
Posted By tacos
If you are using a FLVPlayback component, you...

If you are using a FLVPlayback component, you should first add a stop(); action on that first frame...
Then use the complete listener, to move the playhead to your frame 2, when the video has...
Forum: ActionScript 2.0 04-27-2012, 03:25 AM
Replies: 2
Views: 539
Posted By tacos
Where would this comma appear?

Where would this comma appear?
Forum: Components 04-27-2012, 03:24 AM
Replies: 6
Views: 894
Posted By tacos
Using a FLVPlayback component, a netStream, or...

Using a FLVPlayback component, a netStream, or were you expecting an embedded video on the timeline?
Forum: ActionScript 2.0 04-26-2012, 04:16 AM
Replies: 7
Views: 613
Posted By tacos
Finally opened your .fla and it's the same... One...

Finally opened your .fla and it's the same... One scene with over 2500 frames...
Thus your scene references in your first post make no sense to me...

Sorry!
Forum: ActionScript 2.0 04-25-2012, 04:52 PM
Replies: 7
Views: 768
Posted By tacos
Try a setInterval that can be cleared rather than...

Try a setInterval that can be cleared rather than a setTimeout...

Something like...


var intID:Number;

function clearText(){
myText.text = "";
clearInterval(intID);
Forum: ActionScript 2.0 04-25-2012, 04:39 PM
Replies: 7
Views: 768
Posted By tacos
Can you post a sample of your code on a click of...

Can you post a sample of your code on a click of one of the objects?
Forum: ActionScript 2.0 04-25-2012, 03:03 PM
Replies: 7
Views: 613
Posted By tacos
Ummmmmh! Same thing... Maybe the decompiler...

Ummmmmh! Same thing... Maybe the decompiler doesn't re-create several scenes, but just one long one... I'll check your .fla when I have a minute...
Forum: ActionScript 2.0 04-25-2012, 01:46 PM
Replies: 7
Views: 613
Posted By tacos
At the moment, I haven't opened your .fla (CS5 is...

At the moment, I haven't opened your .fla (CS5 is on another machine...) but only decompiled your .swf... And there's only 1 scene in this project... Have you uploaded the right file?
Forum: ActionScript 2.0 04-25-2012, 12:50 PM
Replies: 7
Views: 613
Posted By tacos
You can upload it to www.tinyupload.com Make...

You can upload it to www.tinyupload.com
Make sure it's not in a CS5.5 format.
Better if you zip up the .fla and also include an outputed .swf in the package.
When posting the link here, omit the...
Forum: ActionScript 2.0 04-25-2012, 12:44 PM
Replies: 7
Views: 768
Posted By tacos
...include this code (which calls the above...

...include this code (which calls the above function, after 3000 milliseconds = 3 seconds):...

Aren't you then missing a setTimeout?

setTimeout(emptyText, 3000);
Forum: ActionScript 2.0 04-25-2012, 04:35 AM
Replies: 7
Views: 768
Posted By tacos
Would the whole text box disappear, or just the...

Would the whole text box disappear, or just the text itself?
Forum: ActionScript 2.0 04-23-2012, 02:52 PM
Replies: 10
Views: 644
Posted By tacos
Grrrrrrrrrreat! ;)

Grrrrrrrrrreat! ;)
Forum: ActionScript 2.0 04-23-2012, 02:42 PM
Replies: 10
Views: 644
Posted By tacos
Ok... In your frag-site.fla, start by giving the...

Ok... In your frag-site.fla, start by giving the MOVIE mc, the instance name of movie, and then use the following script, rather than what you have...

var snd:Sound = new Sound(movie);...
Forum: ActionScript 2.0 04-23-2012, 01:56 PM
Replies: 10
Views: 644
Posted By tacos
Also make sure that in your soundObject's...

Also make sure that in your soundObject's definition, only the movie clip to which the soundObject is associated with, is targeted and not the video itself included as in...

var snd:Sound = new...
Forum: ActionScript 2.0 04-23-2012, 01:40 PM
Replies: 10
Views: 644
Posted By tacos
Do you have a link to this online, or can you...

Do you have a link to this online, or can you provide both .flas in a no higher format than CS4?
Forum: ActionScript 2.0 04-23-2012, 03:40 AM
Replies: 10
Views: 644
Posted By tacos
Or maybe re-setting the first soundObject's...

Or maybe re-setting the first soundObject's volume at the same time may also work...

var snd2:Sound = new Sound(_root.myContainer.window.video);
snd2.attachSound(flv);
snd2.setVolume(100);...
Forum: ActionScript 2.0 04-23-2012, 03:36 AM
Replies: 10
Views: 803
Posted By tacos
You could combine these 2 separate but similar...

You could combine these 2 separate but similar examples...

http://www.kirupa.com/developer/mx2004/xml_slideshow.htm

http://www.kirupa.com/developer/mx2004/xml_flash_photogallery.htm
Forum: ActionScript 2.0 04-23-2012, 03:32 AM
Replies: 10
Views: 644
Posted By tacos
Try defining your second soundObject in the...

Try defining your second soundObject in the main.swf, not within the second loaded in movie itself...
Forum: ActionScript 2.0 04-23-2012, 03:28 AM
Replies: 8
Views: 593
Posted By tacos
Grrrrrrrreat! ;)

Grrrrrrrreat! ;)
Forum: ActionScript 2.0 04-22-2012, 03:20 PM
Replies: 1
Views: 553
Posted By tacos
If Brigade.swf is loaded in a movie clip...

If Brigade.swf is loaded in a movie clip container within the FrameOutside.swf, and assuming Brigade.swf is fully loaded, then yes _root or _level0 should do it...

_level0.gotoAndPlay(10); // From...
Forum: ActionScript 2.0 04-22-2012, 02:49 PM
Replies: 5
Views: 475
Posted By tacos
Grrrrrrreat! ;)

Grrrrrrreat! ;)
Forum: ActionScript 2.0 04-22-2012, 02:40 PM
Replies: 5
Views: 475
Posted By tacos
You can maybe try something like... var...

You can maybe try something like...

var snd:Sound = new Sound(_root.flv_holder.flv_mc);
snd.attachSound(my_flv);
snd.setVolume(0);
;
Showing results 1 to 50 of 500

 
Forum Jump

All times are GMT. The time now is 01:15 AM.

///
Follow actionscriptorg on Twitter

 


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