IDE :: Getting Error 1062 And No Blue Eventlistener?

Mar 27, 2010

I am trying to make my first website. With the exercise files of Lynda I had no problem, but with my own .psd file I am getting error 1061 after I tried to make a mouseEvent. I noticed that in the actions script the word "eventListener" stays black instead of changing into blue. See attached screenshots for more info.

View 1 Replies


Similar Posts:


Getting Error 1061 And No Blue EventListener

Mar 27, 2010

I am a newbie with Flash CS4 and via a tutorial of Lynda.com I am trying to make my first website. With the exercise files of Lynda I had no problem, but with my own .psd file I am getting error 1061 after I tried to make a mouseEvent.I noticed that in the actions script the word "eventListener" stays black instead of changing into blue.

This is the action script:

Actionscript Code:
stop();//handle events for buttons...about.addEventlistener(MouseEvent.CLICK, clickSection);function clickSection(evtObj:MouseEvent){//trace shows what's happening... in the output window  trace("The about button was clicked!")}

See attached screenshots for more info.

View 11 Replies

ActionScript 3.0 :: Error 2025 With Eventlistener

Feb 21, 2012

a function generating the game buttons

Code:
public function showGameButton(buttonLabel:String,Name:String,xcord:int,ycord:int) {
gameButton = new GameButton();
gameButton.label.text = buttonLabel;
gameButton.x = xcord;

[code]....

and I get error 2025 something about the parent?

View 1 Replies

IDE :: Blue Box Tweening Across The Screen?

Sep 29, 2009

This is ridiculous. All I have is a blue box tweening across the screen, nothing else, and it is having all these intermittent distortion *blips* in the box as it tweens. Only 1% of my cpu is in use! Below is a link with a zip that has both the fla and swf. Could someone download it and tell me if it blips on your computer too? why I don't seem to be able to get a simple tween to work without getting distortion??

[URL]

View 3 Replies

Make Blue Effect Of Lines?

May 17, 2009

How can I make this blue effect of lines? like in diablo 3 site

View 1 Replies

ActionScript 3.0 :: Blue Hyperlinks Navigate To URL

Jun 13, 2009

How would I create a blue html hyperlink in AS 3.0?

View 1 Replies

Blue Box - StopDrag When The Mouse Is Released?

Nov 9, 2009

I need a blue box with "man" typed into it made into a MC. (can do that bit).Which when I move it around on a startDrag command needs to change to "woman" in a pink box when it encounters a hitTest with other stationary words on the stage.I obviously need to stopDrag when the mouse is released.Is this about an MC inside another MC?

View 14 Replies

Professional :: Blue Box Surrounding My Drawing?

Mar 17, 2012

A blue box surrounds each individual line I make with the paintbrush. I'm on the final stages of an animation. I'm currently using Flash CS5.5. The problem with these blue boxes is that it treats it like a seperate drawing disabling me from filling the the object in with paint bucket, however it does appear on the drawing it self. As a side note I've noticed it has labeled it has a drawing object, where as the other ones are considered shapes.. Is there a way to deactivate each thing as a drawing object

View 3 Replies

ActionScript 3.0 :: Highlight Any Image Blue?

Sep 19, 2009

I want to know how to highlight any image blue, but just the image, not the square its in if you know what i mean.

View 2 Replies

IDE :: Blue Screen Filming Into Flash?

Jan 27, 2009

i am interested in putting some blue screen filming into Flash to interact with theanimations on screen, i was wondering how to start going about this

View 1 Replies

IDE :: Link The Red Squares To The Blue Square In 3D With CS4 Only?

Feb 20, 2009

I would like to link the red squares to the blue square in 3D with CS4 only (please no papervision or sandy...)I'm very closed to the solution but I still have a wrong z (visible when you move the mouse to a corner for instance)

[code]....

The main function is drawLines()

View 1 Replies

ActionScript 3.0 :: Flash VerifyError Out Of The Blue

Mar 25, 2011

I'm the developer of ShellShock Live, a free online artillery game: [URL]

Everything has been running smoothly, but every once in a while for a period of 4 hours or so, hundreds of "VerifyError: Error #1026" will show up in my error log. Then, they will stop.

I looked into VerifyError and found that "The VerifyError class represents an error that occurs when a malformed or corrupted SWF file is encountered." The SWF on Newgrounds is just small loader SWF that loads the full game SWF from another site, so there must be a problem there. I'm stumped, because the game will run fine for days, and then just start getting these errors out of the blue, after no changes to either SWF.

View 1 Replies

ActionScript 2.0 :: Fade In The Blue As It Loads To 100%?

Apr 24, 2005

How would i program this preloader. I want it to be all red rectangles and as it loads i want it to fade in the blue as it loads to 100%.

View 1 Replies

Professional :: Why Does .png/png Converted To Symbol Have Blue Border

Aug 10, 2010

Why does .png/png converted to symbol have blue border?

View 3 Replies

Professional :: Blue Box Not Allowing To Draw In Flash?

Nov 15, 2011

As stated in the title an odd blue box appears around my drawing not allowing me to continue with what I was creating. I tried to get rid of it but just dont know how.

View 5 Replies

Flex :: Blue Selection Of Datagrid Row Programmatically?

Jan 28, 2010

I have a question I came up with 3 days ago about how to do the blue underlining of a datagrid row programmatically. I thought to have found the solution, with just adding the column and row Indexes to the datagrids editedItemPosition Property.It turned out, that this is just practical if you want to be able to edit the grids row right away. But what if I just want to underline it with the blue color?Additionally how to detect that a list based Item got this kind of selection? es there a event to detect that? whats the name of this kind of selection?

View 1 Replies

Flex 3 - No Blue Focus Ring On Button?

Nov 3, 2010

My button doesn't have a blue focus ring around it, even though it has focus. I've got a component with a RadioButtonGroup and a Button. After a selection is made in the RadioButtonGroup, focus is switched to the Button. I added click="focusManager.setFocus(myCloseButton)" on the VBox.

After, a radioButton is selected, if the user clicks the spacebar the Button fires. So, as I understand it focus was switched to the button. But, the button doesn't get a blue focus ring surrounding it. How do I get the focus ring? I have visible="false". I turn them to visible, after some effects are finished. So, don't let that throw you.)

[code]...

View 1 Replies

Flash - Get The Blue Object To Disappear Once It Hits A Red One?

Jul 23, 2011

I have a grid of objects that have been added to the stage dynamically, the objects are either of a Class Red or Class Blue, how do I perform a hit test on the Classes? I want the Blue object to disappear once it hits a Red one.

View 3 Replies

ActionScript 2.0 :: Loading Images With Transparency Blue?

Jan 13, 2005

I'm creating a photo gallery, but my pictures have transparency, that is why I can use the jpg format to load the pictures from a folder. I read the tutorial to make a photo gallery but it works only for jpg files, I also want them to appear and disappear using alpha. I think I must use the attachMovie method and keep the images in png format in the library but I can't get to the correct script.

View 2 Replies

ActionScript 2.0 :: Move Blue Fog On The Bottom When Turn A Ps2 On?

Jan 16, 2005

how when you turn a ps2 on, it has that moving blue fog on the bottom? How, preferably by using actionscript, would I recreate the fog effect?

View 2 Replies

ActionScript 3.0 :: Expand Blue Box After Clicking Button?

Apr 27, 2010

After clicking the button, the blue box will expand, and then I want it to go and stop to another frame. Why my script does not make that happen. File is attached.

View 1 Replies

ActionScript 3.0 :: Blue Line Pointing To Dot Incorrect

Feb 25, 2012

Code:
button.addEventListener(MouseEvent.CLICK, myButtonAction1);
function myButtonAction1(e:MouseEvent):void {
for (var i:uint = 0; i < 9; i++){
var ray:RaySpark = new RaySpark(i*15)
addChild(ray);
[Code] .....
The blue lines should each be pointing at a circle, what did i do wrong?

View 1 Replies

ActionScript 2.0 :: Loading Images With Transparency Blue

Jan 13, 2005

I'm creating a photo gallery, but my pictures have transparency, that is why I can use the jpg format to load the pictures from a folder. I read the tutorial to make a photo gallery but it works only for jpg files, I also want them to appear and disappear using alpha. I think I must use the attachMovie method and keep the images in png format in the library but I can't get to the correct script.

View 2 Replies

ActionScript 3.0 :: Hiding Blue Title Bar From Adobe Air Application

Feb 7, 2010

I'm doing an aplication with Flash CS4, using adobe air in as3. I have some frames, and in the frame 25 there's a stop, when user clicks a button, go ahead to frame 27 and stage resize the whole screen, just like a FULL_SCREEN, and then I load an pdf. I can't use FULL_SCREEN or FULL_SCREEN_INTERACTIVE property, because doesn't works the pdf loaded, so I would like to simulate it. The application it will be use in windows ( I am not sure if XP, vista, but windows). So when resize the stage, to load pdf, then and ONLY then, I want the title bar disappears, just to simulate full_screen. How can I do, to make in a desktop application that?

View 1 Replies

Imported Jpgs Are Displayed As A Green / Blue Box On The Stage?

Sep 26, 2009

in adobe flash cs4 professional. how do you see the image?

View 1 Replies

ActionScript 3.0 :: Hide The Blue Title Bar From Adobe Air Application?

Feb 7, 2010

I'm doing an aplication with Flash CS4, using adobe air in as3. I have some frames, and in the frame 25 there's a stop, when user clicks a button, go ahead to frame 27 and stage resize the whole screen, just like a FULL_SCREEN, and then I load an pdf. I can't use FULL_SCREEN or FULL_SCREEN_INTERACTIVE property, because doesn't works the pdf loaded (even adobe help say it), so I would like to simulate it. The application it will be use in windows ( I am not sure if XP, vista, but windows). So when resize the stage, to load pdf, then and ONLY then, I want the title bar disappears, just to simulate full_screen.

View 1 Replies

Actionscript 3 :: Get Rid Of The Blue Focus Rectangle Of A Flash Component?

Dec 5, 2010

I burnt so much time on a costume made component which extends NumericStepper.Adobe should be ashamed.. The flash component quality is poor.Now I'm at stage that all I try to do is to disable the numericStepper's focus rectangle.I haven't found a thing that works, all of the solutions I came across were Flex related.To clarify : this is a pure flash ac3 project.. no flex involved.

View 2 Replies

ActionScript 3.0 :: Library Symbol Changing From Blue To Green

May 14, 2010

In Cs4, is there any reason why library symbols would at times change to green from the standard bulueish - purple? FYI, like the lil' gear box looking avatar like things at the left hand side of each library symbol. I have one that changes to green, but I can't seem to understand why? ANYONE?

View 7 Replies

ActionScript 2.0 :: Colour The Text Boxes To A Blue Shade Also?

Feb 28, 2006

I've been adding an MP3 player to a site as seen in the image here.

I've managed to colour the buttons etc to fit in with the colour scheme.

How do I colour the text boxes to a blue shade also?

View 14 Replies

ActionScript 3.0 :: What Should Happen Is A Blue Line Should Extend From The Box To The Mouse

Mar 15, 2009

[URL] If you look at the file above, you'll see a bunch of boxes. If you hover over the right edge of a box, it will glow green, if you then click and drag from that edge, what should happen is a blue line should extend from the box to the mouse. However, it doesn't. Furthermore, the endpoint of the blue line (which should be the mouse) is somehow related to the numbered box on the right in the middle. If you drag that box around, you'll see the behavior I mentioned above change. Here's the bit of code that draws that line:

[Code]...

View 2 Replies







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