ActionScript 2.0 :: Using Variable In GotoAndPlay?

Sep 21, 2005

Im working on a flash menu right now and I wan to create a dynamic gotoAndPlay. but I need to insert a variable into the target path right now here is what Im doing.

Code:
MyVar="FirstMC";
_root.Nav.MyVar.gotoAndPlay("out");

and right now Flash doesn know what to do with it... I would like to make this variable global also which is nothing more than throwing the _global command before my variable right?

View 2 Replies


Similar Posts:


String Variable With GotoAndPlay?

Apr 8, 2009

I am trying to go about a "smarter" way of setting up multi paged full flash sites. This has got to be something very simple that i can't seem to put my finger on.

I'm trying to create a variable called 'currentScen' that i can declare off the start and change depending on what page the viewer goes to in the site.

I could put a bunch of 'if' statements saying that 'if the current page is this page then do this, if it's this page do this' etc. for each individual page but i thought there must be an easier way.

I am trying to get the following to work:

Code:

// declaring what the starting page is
var currentScen:String = "welcomeMovie";
//function fading in called page with animation used on the 'over' frame label
function animateOn(page:String) {

[Code].....

View 1 Replies

ActionScript 2.0 :: CS3 Using Variables Value In Variable.gotoAndPlay Instead Of Its Name?

Jul 19, 2009

for (var i=1; i<=arrayCount; i++){
var temp:String = "editremove_mc";
temp += i;

[code].....

View 2 Replies

ActionScript 2.0 :: On Release, Set Variable And Gotoandplay?

May 2, 2011

Haven't touched Flash in years... trying to do something simple, but it isn't working well. Guess I'm REALLY rusty. I have a flash video with 3 button. Initially, I set a variable (frame 2)

Code:
var x = 0; Then I have the 3 buttons. One of the buttons has the following code (the two other buttons have similar code, but set different variables)

[Code]...

View 4 Replies

ActionScript 2.0 :: Include A Variable In Gotoandplay();?

Feb 23, 2004

I try to include a variable in gotoandplay(); like:

on (press) {
gotoAndPlay(_root.strScene, 1);
}

it gives me an error and say it must be quted, i tryed everything and im sick of it and i will breack my pc

View 1 Replies

ActionScript 2.0 :: Write A GotoAndPlay With The Addition Of A Variable?

Nov 25, 2009

So I've defined my variable:_global.current = 1;And below i am accessing an MC called 'carousel_holder', which has an MC named 'bar' and inside this MC is a final MC named 'bar1'.So ive tested my path and can hard code it fine, so its not a paths issue but i think my syntax is incorrect:_root.carousel_holder+".bar"+current.gotoAndPlay(" start");

View 4 Replies

ActionScript 2.0 :: GotoAndPlay(frame); Depending On A Variable From Php?

Apr 28, 2004

I have set the variable in my page using <param name="flashvars" value="menustate=<?php $pagename; ?>"> which works perfectly fine when I use a dynamic textbox in flash with the var name menustate.

But I need to send a MC to frame 2 if 'menustate = 2'. Anyhow, I just want to know how to control a MC with an external var. I can't use loadVars () because this var is coming from any page, not just one.

View 5 Replies

ActionScript 2.0 :: Write A If Statement That Will GotoAndPlay According To That Variable?

Sep 22, 2005

In my movie I load a swf to a movieclip with this code


PHP Code:

 _root.ImageViewer.loadMovie("deneme.swf"); 

Now can I do this? before calling the swf named deneme. When I press a button If I attain a number to a global variable with this code

PHP Code: on (release) {_global.myVar = 5;gotoAndPlay("CloseUpAnimation");} 

Can I read this variable from the swf which I load into my movie?If I can read how can I write a If Statement that will gotoAndPlay according to that variable?

PHP Code:[code]...

View 4 Replies

ActionScript 2.0 :: Coding GotoAndPlay Variable Enemie_life Drops

Mar 25, 2012

I have trouble with a script for my game project. I can't figure out what I'm doing wrong. This is the code I'm using:

[Code].....

Now, if the variable enemie_life drops to 0 (which I'm tracking with a dynamic text box) it just ignores frame 241 and continues with the second part of the code. There I have another problem: from my understanding (and the way I'd like it to be) it should give me a 3/1 chance to go to 126 and otherwise go to 181. The latter almost never happens. It seems more like a 100/1 chance (and I tried it often ...).

View 6 Replies

ActionScript 2.0 :: Variable Reaches 0 GotoAndPlay Frame 4 - Doesn't Work

Jul 12, 2009

When a variable reaches 0 gotoAndPlay frame 4

ActionScript Code:
//Variable Name: ammo
if(_root.ammo = 0;
_root.gotoAndPlay(4);

Doesn't work maybe?

View 1 Replies

ActionScript 2.0 :: Goto And Play Scene - _root.gotoandplay And Even Scene1.gotoandplay Won't Work?

Nov 9, 2007

For some reason i'm having problems swapping scenes in my flash movie. At first i put the action in a "actions" named layer and a link to a button. So basicly when scene1 loads the frame 1 action is "stop ();". The viewer clicks on button1 which has a code of;

[Code]...

View 1 Replies

ActionScript 2.0 :: Create A String Variable...and Then Use The Value Of That Variable To Declare Another Variable?

Jan 3, 2006

f you know PHP...then you know that you can create a string variable...and then use the value of that variable to declare another variable. like this:

PHP Code:

<?php$foo = "haha";$i{$foo} = "success";print $i{haha};?>

and it would display "success"...or like this:

PHP Code:

<?php$foo = "haha";$$foo = "success";print $haha;?>

and it would also display "success".

View 6 Replies

ActionScript 3.0 :: Variable Take Away Another Variable Which Makes Answer1 Variable

May 15, 2011

i have a variable take away another variable which makes answer1 variable i then want answer1 to be to the power of another variable how can i do this in flash

View 5 Replies

Gotoandplay Getting Complicated?

Mar 9, 2010

basically i'm trying to get something like this;

Code:
on (release) {
gotoAndPlay(1-30);

[code]....

View 1 Replies

Flash 8 - GotoAndPlay One After Another

Mar 11, 2010

I am currently creating a project in flash. Basically I have nearly a hundred frames. I want my next button to play scene 90 to 100 and then play 60-80 after the previous one has finished. I have already put action script in the top layer to make sure it will stop at 100 and stop at 80 but i cant get them to play after each other. I haven't a clue of what function to use only go to and play but then they would play at the same time right?

View 2 Replies

IDE :: GotoAndPlay Mc In A Loop?

Jun 21, 2009

How can I get a movie clip to play when pressing the right arrow key? The movie clip is called helicopter and it has stop(); on its first frame (with an animation following).

Here is the loop that tells the arrow keys what to do when pressed:

public function loop(e:Event) : void
{
vy += gravity;
y += vy;

[Code]....

View 5 Replies

IDE :: GotoAndPlay A Frame In An MC, Within A Swf Within A Swf?

Oct 22, 2009

hen you click on a button within my swf it loads an external swf into an MC that sits on top of the 1st swf, which continues to play underneath.Within swf2 I have lots of pages that you can navigate to, which works fine on its own, but not when I try to play it through swf1.When I click on any of the navigation buttons they don't work.I've tried making an MC within swf2, putting all the pages in there and on the navigation buttons doing:

on(release){
_root.swf2MC.gotoAndPlay("frame");
}

[code]....

View 2 Replies

ActionScript 2.0 :: GotoAndPlay Sometimes And Not Sometimes?

Feb 28, 2005

I am trying to perform a simple jump on a button with this basic code,

on(release) {
gotoAndPlay("ToMain");
}

This works most of the time. Other times it simply skips the jump and continues on. This jump is aimed to skip over an intro (so heavy image transitions with music and commentaries added). I am guessing the intense cpu processing is the cause of the skip. Is there a sure way of performing this jump?

View 3 Replies

ActionScript 2.0 :: CS3 GotoAndPlay Not Working

Apr 22, 2009

On the same frame, I have two buttons - one with alpha transparency above an image, and one regular one. Both have the " on (release) { gotoAndPlay (2) ; }" code. The transparent one doesn't work, but the other one does.

View 2 Replies

ActionScript 3.0 :: How To GotoAndPlay Another Movieclip

Sep 27, 2009

im using as3 to make buttons, and basically when you click on something, all other tabs close, i can not get this to work....

invisible.addEventListener(MouseEvent.CLICK, fn_tab3_1); // invisible is the invisible button, mouse move in this area triggering this event//
function fn_tab3_1(event:MouseEvent){

[code]....

View 2 Replies

ActionScript 2.0 :: GotoAndPlay Action In MC Being Ignored?

Feb 4, 2010

I've got a movie clip and at the final frame of the clip, I have an action to make it go back but to a frame label and I've tried a number of different versions of the GotoAndPlay action and none work. They're all being ignored and I don't get it. Here's what I've tried:

this.gotoAndPlay("32");
this.gotoAndPlay("start");
gotoAndPlay(32);
gotoAndPlay("start");

View 1 Replies

ActionScript 3.0 :: Using GotoAndPlay Then NavigateToURL?

Feb 14, 2009

I'm having problems with my animation getting cut of by my navigateToURL code. What is supposed to happen is,If you click on "buttonBtn" it triggers a animation. At the end of the animation it is supposed to stop and bring up a url. I've used gotoAndPlay ("frm") and navigateToUrl. Each time I test it in the browser the animation will begin, but the url comes up before the animation is finished. How do I allow the animation to play all the way through and then retrieve the url?

stop();
//SimpleButton ButtonBtn;
function handleClick( pEvent:MouseEvent):void
{

[code]....

View 9 Replies

ActionScript 3.0 :: GoToAndPlay After Loading A SWF?

Apr 21, 2009

I have a preloader that loads an external .swf. Problem is, it doesn't show the .swf until it is 100% loaded. But, the external .swf starts to play before it reaches 100%. I placed a stop function in the external .swf so now, after it loads 100% it is still on the first frame. How do I get it to automatically goToAndPlay the second frame?
 
Also, when the external .swf reaches the end, it needs to loop back. I am guessing that I will have the same problem after it reaches the end, loops back to first frame and stops again.

View 6 Replies

GotoAndPlay(frame#); Not Working?

Sep 28, 2009

I've got a simple button that when clicked needs to go to a particular frame and stop when it hits the stop(); however when I test it I get a type error #1009 Cannot access a property or method of a null object reference. at PostCard_fla::MainTimeline/frame25()

I need to be able to tell it what frames to go to manually so the user can jump around the time line using short animated transitions between pages (set up like a web page) in AC2.0 this was easy, but its different in AC3 and I'm not quite sure what I'm doing wrong.

This is my code:

stop();
btn_flip.addEventListener(MouseEvent.CLICK, buttonClick);
function buttonClick(event:MouseEvent):void{
gotoAndPlay(28);
};

View 1 Replies

ActionScript 1/2 :: Where To Put GotoAndPlay Within Function

Jul 5, 2010

On my first frame, I have: 6 buttons (p1 through p6). A holder mc_holder, which holds mc_pages, {a movie clip that shows 6 pages (each their own movie clip, page1 though page6) tweened across the screen, made to look as if the pages are being "flipped" through).

The following code:
Code:stop();
var _holder = mc_holder.mc_pages;
var picked;p1.goal = 1;
p1.onRelease = goPage;
p2.goal = 10;
[Code] .....

The problem is, as soon as the movie loads, ALL these animations begin to play. I am looking for a solution so that the animations will not play until the page is viewed. I am thinking I can put a stop on the first frame of each page, and a frame label ("go") on the second frame. Can I add this (my knowledge is limited but say... gotoAndPlay (go")) to the code shown above? I have tried messing around with it but have not yet had any results.

View 3 Replies

ActionScript 1/2 :: GotoAndplay On HitTest?

Sep 8, 2010

I'm trying to make it so that when a movieclip (box) touches another movieclip (exit), it goes to frame 2.I've made it so that (box) moves with the arrow keys and doesn't go pat the barriers (boulders) using this:

x.onEnterFrame = function()
if (Key.isDown(Key.RIGHT)) {box._x += 5;}
if (Key.isDown(Key.LEFT)) {box._x -= 5;}

[code]....

View 2 Replies

GotoAndPlay Not Working In Function?

Sep 9, 2010

I'm having trouble getting a game to go to the end scene after a collison with a barrier.

Code:
function dead() {
clearInterval(ants); //stop spawning

[code].....

View 8 Replies

Flash :: GotoAndPlay Not Working?

Mar 2, 2011

I have a movieclip with labels "normal" and "mouseover" . I am using the following code :

var thisButton:MovieClip = this.getChildByName(e.currentTarget.name) as MovieClip;
thisButton.gotoAndPlay("mouseOver");

On debugging "thisButton" does goto mouseover and the frame changes. But visually there is no change and the animation is not played.

View 1 Replies

Actionscript 3 :: GotoAndPlay Not Working?

Nov 25, 2011

I'm trying to gotoAndPlay using AS3 in a certain frame inside a symbol, my target frame is inside another symbol which is "Carrera" (class name). Both symbols where placed on the scene by dragging from the library.

I've tried with:

MovieClip(carrera).gotoAndPlay(1);

Error Output:

TypeError: Error #1034: Type Coercion failed: cannot convert carrera$ to flash.display.MovieClip.
at fondoUcreativa/frame500()

Also tried with:

carrera.gotoAndPlay(1);

Compiler Error:Symbol 'fondo Ucreativa', Layer 'Layer 2', Frame 500, Line 4 1061: Call to a possibly undefined method gotoAndPlay through a reference with static type Class.

View 2 Replies

ActionScript 2.0 :: How To Disable The GotoAndPlay

Feb 3, 2009

Is there any way to disable the gotoAndPlay? I currently have a drop target and when I drop a movie clip on the target it runs the gotoAndPlay, but when I drop the movie clip on the target again it runs the gotoAndPlay. I don't want this to happen.How would I get the gotoAndPlay to run once, so that when i drop on the target again nothing happens.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved