Actionscript 3.0 :: If String Starts With "ABBA..." GotoAndPlay Frame?

Jul 27, 2009

ok , i dont know if i am speaking the alien language trying to explain this: i have a string below

Code: Select allvar IncomingData:String = "";

whenever i trigger an event , this Variable will write a string "ABBAJOHN"

Code: Select all//when i traced the var
trace(IncomingData);
//Output will be:
ABBAJOHN

if i trigger the event and IF the String starts with "ABBA..." , it will gotoAndPlay("NewFrame")

View 1 Replies


Similar Posts:


AS3 :: Find String That Starts With In Array?

Apr 15, 2011

I want to prevent users from using webcam emulators, I have done that in AS2 by using senocular's function, but I can't make it work in AS3,so, here is the old version by senocular , and I would like to do the same in AS3, tried using indexOf but doesn't work, I need to find at least the first 4 characters of the string and compare them to the item inside the array in AS3![code]...

View 2 Replies

ActionScript 3.0 :: GotoAndPlay Command - Play Frame To Frame

Nov 29, 2009

In this bit of code is there anyway to adjust the gotoAndPlay Command to play from frame 114 to frame 200. Are there any commands that will do this. I want it to play from frame 114 to frame 200 when a button is pressed.

[Code]...

View 1 Replies

Flash :: Single Frame Loop - Gotoandplay Same Frame

Nov 7, 2011

I'm having trouble with something that should be incredibly basic, yet i have no idea how to solve my problem.

[Code]...

it shows x as being 3 when you hit the button but it reverts back right away, so it looks like gotoAndPlay(2) is still playing frame

1. how do i stop it from reseting my variables?

View 1 Replies

ActionScript 2.0 :: GotoAndPlay A Particular Frame (frame A) When The Cursor Is On A Button

Jul 10, 2007

I am making a website with a flash menu. I want it to gotoAndPlay a particular frame (frame A) when the cursor is on a button. When you roll the cursor off of the button I want it to gotoAndPlay a different frame (frame B). That part was easy enough. But here is the problem. If you click on the button I want it to continue playing frame A even when you roll off.

View 3 Replies

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

Flash :: GotoAndPlay() Jumps To Frame 2 Instead Of Frame 3

Sep 7, 2011

I am really confused about this issue ...

In the first Frame i wrote the following code:

stop();
var currentInterInfo:IntersectionInfo = null;
var currentInter:Intersection;
gotoAndPlay("Frame3");

[Code]....

When I run it, i get "Frame 2" in the output although i should get "Frame 3" as a result ... and When I debug, i get "Frame 3" ...

View 1 Replies

ActionScript 2.0 :: GotoAndPlay From Frame Xx Then Stop On Frame Xx?

Nov 4, 2009

wondering if this is possible. I have a button and want it to play from let's say frame 10 to frame 15I'm starting with this:

on (release) {
//Movieclip GotoAndPlay Behavior
this.gotoAndPlay(10);

[code].......

View 3 Replies

ActionScript 3.0 :: GotoAndPlay In Reverse / Frame To Frame

Sep 7, 2011

I currently have 3 major sections in my Flash file, and need to be able to play the frames backwards, within each segment, if the user so chooses to click the back button.Let's say it's on Frame 250 (or any other spot on the respective timeline for each section) and the user clicks the back button, I want to be able to "gotoAnyPlay" Frame 225 to Frame 220.So, jump from current Frame 250, start playing on Frame 225, play to 220, and then stop.

View 4 Replies

ActionScript 2.0 :: XML Preloader In The Same Frame With Out Using GotoAndPlay(); To Next Frame

Dec 22, 2006

does anyone knows any way to code xml preloader? i need the XML preloader in the same frame.....not in two frmaes or with out using gotoAndPlay(); to next frame...

View 3 Replies

ActionScript 2.0 :: GotoAndPlay X-frame Of MC When Another MC Reaches Y-frame?

Apr 24, 2007

how can I gotoAndPlay x-frame of MC when another MC reaches y-frame?

View 1 Replies

IDE :: File Starts Playing At Last Frame Of Mc?

Nov 2, 2009

Weird problem going on right now. And I seriously don't know what this is about.

On my main timeline (new document)

I create a text. I convert that text to an image. I drag that image on my main timeline at frame 1.

Then I set opacity to 0%. Create a keyframe at frame 50. Then I Tween it. And at frame 50, I set opactity back to 100%.

When I test the movie (ctrl enter) it just doesnt show the tween AT ALL. It goes straight to the last frame.

When I just go to frame 1, and press enter. It does work like it's supposed to.

View 3 Replies

ActionScript 2.0 :: Click On The First Frame Sound Starts?

Jul 12, 2009

Sound Exported to Actionscript with name: shoot onPress:shoot starts?

View 3 Replies

ActionScript 3.0 :: Pause First Frame For 20 Frames Before It Starts To Play

May 19, 2010

I am new to Flash and was hoping for some help with an actionscript 3 problem. I have imported an FLV onto my timeline and I wanted to pause the first frame for 20 frames before it starts to play.

View 2 Replies

ActionScript 2.0 :: Mc To Move Onto Frame 2 When An Imported Mp3 Starts Playing

Jul 16, 2003

i want a mc to move onto frame 2 when an imported mp3 starts playing. i've found :

[Code]...

View 7 Replies

ActionScript 2.0 :: Music Is On Loop But Starts Over Itself When Change Frame?

Apr 30, 2009

[URL]

I followed it exactly and the button worked fine with the music,

but then i stated to add keyframes, it works fine carys on playing on every keyframe i go to, but the problem is when i go back to the first keyframe the music still goes on which is good, but its starts again over the one thats already playing!

View 2 Replies

Flash :: LoadVars - Read In A Value From A PHP Script In Order To Set Which Frame It Starts From

Jul 6, 2010

I have a flash movie that I need to read in a value from a PHP script in order to set which frame it starts from, I am using the following code:

[Code]...

The problem is this is not working - it won't get into the load event. If I run the PHP manually I get "&pageID=29". If I debug this locally I get "Who: undefined" in the trace output window. From all the example I have read, I seem to be doing this correctly but it just doesn't seem to be working. Flash: CS5 using Actionscript 2.0

View 2 Replies

Actionscript 3.0 :: Call A Movieclip Using The String Class Together With It's Instance Name To Use GotoAndPlay() Method

Sep 20, 2009

I just want to ask if is it possible to call a movieclip using the String Class together with it's instance name to use gotoAndPlay() method. I know how to use the instance name and the method but then what if I want to use a string together with the instance name and the gotoAndPlay.

View 1 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 :: Movieclip._visible = True; - Keep Something Invisible Until The Frame Of It Tween Starts

Sep 1, 2010

how do I keep something invisible until the frame of it tween starts then keep it visible until its unloaded?

onEnterFrame = function()
{
a1._visible = false;
}
if(Key.isDown(Key.SPACE))
{
a1.gotoAndPlay(2);
a1._visible = true;
}

View 1 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 2.0 :: GotoAndPlay(20) Going To Frame 1?

Jan 13, 2009

I am using Flash CS3 with AS2 to write code that will fade images in and out, looping from the last frame back to frame 20. Loading the images with XML is working, as is the fading in and out. Unfortunately, when it reaches frame 390 it loops back to frame 1 instead of frame 20.In frame 390 I tried using gotoAndPlay(20) to code the loop. Then I tried using _root.gotoAndPlay(20); but this did not work either. I am not sure why it is playing frame 1 instead of 20.

View 3 Replies

ActionScript 3.0 :: Gotoandplay From A Different Frame?

Aug 20, 2009

Quick way to write the following code please (i know it's simple - i just don't know how)

if (images.currentFrame == 24 || images.currentFrame == 25 || images.currentFrame == 26|| images.currentFrame == 27|| images.currentFrame == 28|| images.currentFrame == 29)
{[code]....

basically; if the MC frame number is between 24 and 29 (greater than 24 but less than 29) i want it to gotoandplay from a different frame.

View 6 Replies

ActionScript 3.0 :: Can't Get To The Next Frame() Or GotoAndPlay

May 6, 2010

I have a flash file that the action scripts doesn�t appear to work. It is regarding a form turned into a movie clip. I copied the action script and format from a tutorial from this web site (Kirupa Flash_php_email.fla). It�s a fairly easy tutorial, but I can�t get it to work. Essentially, after the user fills out the name, email, and message fields, he clicks on the send button. I�m trying to copy the same concept into my fla file. The send button loads the variables and sends an email out to the user. I�ve been able to get that portion to work with the email.php file. It will return an email to the user, but the movie just seems to pause and not advance to the next frame. The data the user inputs remains on the screen. I�m not sure if a stop command is preventing it from moving to the next frame or not. What I can�t get the done is to go to the next frame where the user is told �Thank You� and clicks on the Continue button.

I have an action script layer and on frame 118 it has the stop(); command I have a layer called �txt�. On frame 118, all the input text fields named, name, email, and message have been grouped together then converted to a movie clip called form. On that same layer, on frame 119 I have labled those group of frames �ThankYou�, which also displays the Thank You and a Continue button.

Here is the actionscript on frame 118 for the movie clip �form�

[original script from tutorial]
onClipEvent(data){
//show the welcome screen
_root.nextFrame();
}

[code].....

View 5 Replies

Professional :: Reset A Frame So Everything Starts Again Instead Of Manually Coding For Everything To Go Back To Normal Positions?

Aug 21, 2011

How can i reset a frame so everything starts again instead of manually coding for everything to go back to normal positions because i have lots of objects and it makes it real hard.

View 1 Replies

ActionScript 2.0 :: LoadSound Starts Fine, Then A Second Starts Replaying Again?

Apr 8, 2006

I've got a site that is using loadSound to play some mp3s and it works fine. however, the sound starts to stream, and then replays itself like a second later. my guess is that its playing faster than the load is going and when it gets to the point where it hasn't loaded enough, it starts to replay it, but i'm not sure that that is the exact problem. my code:

[Code]...

now, i tried making a playTrack function that i can call with setTimeout and i put that in the onLoad in place of track.start(), but that didn't work either (i was hoping to not start playing the track for 3 seconds to give it some time to buffer).

View 1 Replies

ActionScript 2.0 :: Loadmovie And Gotoandplay A Frame?

Feb 23, 2009

I have a created a menu and the pages are on a seperate swf file which is to be loaded onto the top of.

firstly i used this code but it still only went to frame 1 of the laoded movie:

on (release) {
loadMovie("a2.swf", 1);
_level1.gotoAndStop(15);
}

then i found this code. But i cant get it to work correctly. does it go on frame one of the movie or on the button instance?

[Code]...

View 1 Replies

ActionScript 2.0 :: GotoAndPlay From First Frame On Same Timeline

Mar 23, 2010

I've got a timeline and four buttons which each gotoandplay from the first frame on the same timeline. But I want each button to Stop() at different frames on the same timeline. So is it possible to do a GotoAndPlay ... And Stop function on a button in flash?

View 3 Replies

ActionScript 3.0 :: GotoAndPlay Going To The Wrong Frame?

Feb 24, 2010

I am trying to create a Play Again button on my game. When the game finishes a menu comes up on the screen with a play again button. The menu is created using a class and the button event is created and handled in the actionscript in the current frame. The button event handler makes a call to gotoAndPlay(currentFrame, "scene").
 
Whenever the button is pressed however it takes me to the next frame, for example if the current frame is 3 it will show frame 4. Usually the button is removed from the stage when the button is clicked but if i disable that and the button remains, you can click on it again and it it will take u to the correct scene, and again will take you to the next scene and back again and so on..

View 5 Replies

Flash - Countdown From 60 To 0 Then GotoAndPlay Next Frame

Feb 24, 2010

My timer counts down from 60 to zero. I want my movie to go to the next frame at zero count. How would I make a condition to go from frame 1-2? I need to find the right operator and values, but I get lost in the strings.

What I am trying
If (something is <> == true false);
gotoAndPlay(2);
stop();
//
var timer:Timer = new Timer(100, 300);
timer.addEventListener(TimerEvent.TIMER, countdown);
[Code] ....

I'm making several experiments like this to understand conditionals. I need to build objects that function similar to preloaders.

View 3 Replies







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