Deleting Variables From Debugging Menu

May 8, 2010

I found what I am looking for when I list all variables. I want to cut out the rest of the menus that create a fan of pages.I removed the SWF's from showing up. But I am still having issues with changing the nMenus = "14" which is the number of menus to show. I want to change the "14" to "9" so there are no spacing in between my 3D Pages.

View 1 Replies


Similar Posts:


ActionScript 3.0 :: Can't See Variables When Debugging

Nov 9, 2008

I'm just moving up from AS2 to AS3, using CS3. I'm finding out most of the stuff I need to debug with, but I can't seem to see the variables in the variable window.

I've looked through the documentation, and tried touching all the buttons they say to touch and setting the publish settings to allow debugging. Nothing seems to be working.

And, unlike AS2, the program seems to start all by itself, it doesn't wait till I click on the arrow to begin, and I can't get the step into and step through buttons to not be greyed out.

View 3 Replies

Flash :: Deleting Menu Items In .SWF File

Aug 11, 2009

I am using Adobe Flash CS4 Professional. I have a simple navigation menu that I am trying to edit.  I may be in the wrong place in the file, but when I open the .SWF files I can see the lines of code and I can see the actual navigation menu as it appears on our web site. I have not been able to figure out how to change / edit / delete the line inthe drop down menu that I want to delete on our web site.

View 5 Replies

Flex :: Debugging - Variables With Dollar Sign In The Debugger?

Mar 14, 2010

when I debug a flex application in the properties of display objects i also see variables that start with a dollar sign, like: $alpha, $width, $x, etc.. what are they? are they different from the "normal" alpha, width, x properties?

View 1 Replies

AS3 :: Debugging - Debug Only Project In Flex - Can't Use Trace Or Check Variables?

Aug 7, 2010

I am trying to build a AS3 only project in Flex....I have tried debug mode, but seems like it takes so long to compile....I can't use trace or check variables...Are there anyway to do debug??

View 1 Replies

Flex :: Debugging Or Watching Static Variables Within Flash Builder 4

Dec 16, 2010

When I set a breakpoint and debug my application, Flash Builder 4 is not displaying static variables within the variables window. I'm using flash builder 4 to execute flex unit tests on one of my AS3 classes. I set a static variable within the [Before] function, which is accessed in each of the tests. I've set a breakpoint within one of the tests to see why it is failing, but I notice that static variables don't appear when I expand the 'this' object within the variables window. (In this case my static variable is the only variable associated with the class, so the only object in the variables window is the "this" object). How to make static variables appear in the variables window?

View 2 Replies

Actionscript 3 :: External Variables In Flash Builder For Debugging Purpose

Oct 4, 2011

I'm building a networked client app with Flash Builder, and would like to be able to set environmental variables or #define's such as server's hostname and port. For debugging purposes I want to connect the client with different servers (and for other devs too). In C/C++ I'd define TEST_PORT=8888 or something in the IDE or build environment, that way I wouldn't need to commit a settings file along with the client. But not sure what's the standard for Flash Builder.

View 1 Replies

ActionScript 3.0 :: Dynamic SWF Menu - Loading Variables

Apr 12, 2011

I have 2 files.. new_men_beta.fla and its class file, (the one below) which is called menu.as. In the new_men_beta.fla, are all of the necessary movieclips. What I am trying to do, load variables from flashvars, and depending on the 'rank' variable, a different menu will load up. for example, admin rank = 30. if the variable 30 is submitted via flashvars, then the menu items would have an extra 2 options, each with their own submenus. the guest rank (0 or unset) has only one menu options (with submenu), and each movie click is exported to flash. So far, the blow code, puts the background for the menu options, info_bk_mc, in the right place, when the cursor is placed over the button. However the removechild statement, after TimerEvent.TIMER_COMPLETE has come into action fails to work.

ActionScript Code:
package{
import flash.filters.*;
import flash.utils.*;
import flash.events.TimerEvent;
import flash.display.MovieClip;
import flash.text.TextField;
[Code] .....

View 0 Replies

ActionScript 2.0 :: Passing Variables From Menu.swf To Viewer.swf?

Apr 16, 2006

So basically, I have a navigation.swf file with a large menu. I've set up a product_viewer.swf so that once a couple variables are defined, the viewer displays the correct images/descriptions.

I want a button in the navigation to set 4 variables and pass them to the loaded product viewer

This is what I THOUGHT would work:

Code:
//FROM THE NAVIGATION.SWF
on (release) {
_global.cat1:String = "hom";

[Code]....

So.. I was thinking I could set up each button so that they set these 4 global variables. If the variables are global, then shouldn't the product_viewer.swf read them? Do I need to add in any special code to the first frame of product_viewer?

View 1 Replies

ActionScript 2.0 :: Load A Series Of Variables Into A Menu?

Jan 4, 2007

i need to load a series of variables into a menu. seems easy, i've done many times. the thing is, i have to get them from an asp who asks for a parameter.So i tried this:

loadVariables("/medidores/txtflash.asp?pkey=c0321733a51ffa323f", 0, "GET");

but this not seems to work. So, i tried this instead:

send_data = new LoadVars();
send_data.pkey=c0321733a51e82fadc8b3f081ffa323f;
trace(send_data.pkey);
send_data.sendAndLoad("medidores/txtflash.asp", get_data, "POST");

does flash actually stores whatever is in txtflash.asp into "get_data"?

View 4 Replies

ActionScript 2.0 :: Expanding / Collapsing Menu - Should Have Remember The Last Visit Menu And Show The Menu

Jun 5, 2004

I have created this site with a expanding / collapsin menu. When a user selects a menu e.g. "hammers" then the menu is loaded and show the submenues. When the users closes the menu by moving the mouse away from the area the menu collapses. If the user expands the menu again the menu should have remember the last visit menu and show the menu.

View 4 Replies

Actionscript 3.0 :: Deleting The Array Value?

Jan 3, 2011

I'm trying to figure out if this is possible?lets say I'm trying to remove the value "3"

Code: Select allvar myArray:Array = new Array("1","2","3","4","5");
myArray.pop();  // removes the last value "5"
myArray.shift(); // removes the first value "1"

How do you remove the value 3 and still have the correct lenght?

View 7 Replies

Deleting Images From Library

Jul 24, 2009

i have an image and it is a large sheet with series of poses for a character (like a sprite sheet), and wanted to take them out to be animated and make them into individual movie clips.I did successfully, but I went to delete the original image, however, the movie clips became red fills.Is there a way I can get rid of the original without affecting the movie clip?-If not-I wanted to do this because I thought it may save memory but i am not really sure if it will affect the memory since the sheet itself is not going on the stage, is there a chance that this full sprite sheet in the library won't effect the file size of .swf?And if it does, if I turn it into a graphic, or movie clip, will that compress it?I use Flash CS3!

View 3 Replies

Xml :: Deleting A Particular Node Using The E4x Syntax?

May 24, 2011

I have this XML structure:

<numb>
<variable>
<name>john</name>

[code].....

View 1 Replies

ActionScript 3.0 :: Deleting A Selected Row?

Aug 20, 2010

i was trying to delete a row on a datagrid. basically, i click on the row, then i click a button so that the chosen/clicked row is deleted. here is my code snipet :

Code:
public function deleteRow(event:MouseEvent):void{
selecto0.removeItemAt(dGrid.selectedIndex);
selecto0.refresh();

[Code].....

even though that row exist, i guess the index is not recognised. what do i do?

View 2 Replies

ActionScript 2.0 :: Deleting The Multiple Mc's?

Mar 12, 2012

I can of course use removeMovieClip but I heard there was a more simple solution - attaching all of the MC's to another MC, and then deleting this MC would also delete all attached MC's. I saw some examples (starting with createEmptyMovieClip but I guess I'm having some problems with syntax.

ActionScript Code:
createEmptyMovieClip("movie1", this.getNextHighestDepth());
movie1.attachMovie("whatever", "movie2", this.getNextHighestDepth();
movie1.attachMovie("whatever", "movie3", this.getNextHighestDepth();
...

This code does not work...What I'd like is to remove movie1 so that it would delete all the others. Can it work?

View 5 Replies

ActionScript 2.0 :: Deleting A MC From Inside Itself

Nov 26, 2004

I have a question which probably isent to difficult.. im making a game in which there are some mines which chase a ship... these mines are created with

[Code]....

View 3 Replies

ActionScript 2.0 :: Deleting From An Array?

Feb 23, 2003

Is there a way to delete a specific value in an array? For example, the array:"Banana Peel,Hippopotamus Leg,Computer Wire,Keyboard"Would there be any way to delete just "Computer Wire" from the array? I found the Array.splice thingy, but it seems that you need to know the index of the thing. Therefore i guess my question is: Is there any way to find the index of a particular value.In the thing I am making, the value could be at any index in the array (it is put in place by the user), so I could not just say Array.splice(2,1,)

View 14 Replies

ActionScript 2.0 :: Deleting A MC - Use RemoveMC?

May 25, 2005

Whats the AS for deleting a MC? I have a dragable box and I want to create a button to close it...but dont know what the action script is to delete the MC...do i need to use removeMC?

View 3 Replies

ActionScript 2.0 :: Deleting A MC From Inside Itself?

Nov 26, 2004

im making a game in which there are some mines which chase a ship... these mines are created with

Code:
dot.duplicateMovieClip("dot"+currdot, this.getNextHighestDepth(), {_x:-100, _y:-20});
currdot=currdot+1

inside the dot MC there is a video , it blinks and roatates and stuff when its just floaring around , and when it hits something

Code:
if(this.hitTest(_root.ufo)){
_root.shieldCurr=_root.shieldCurr-_root.dotDamadge;
trace("hit"+this);
this.gotoAndPlay(73);
}
gotoAndPlay(73);

refers to the 1st frame of the explode animation inside the MC frame 1 to 72 is a looping animation now after it plays the exploding animation , i want it to be deleted ive tried a few different things like...

Code:
_parent.removeMovieClip(this);

which dont seem to be working. So id like to remove the movie clip from inside itself.

View 3 Replies

Flash :: Professional - Add New Menu In Menubar And New Menu Item Inside The Help Menu

Feb 27, 2011

i want to add new Menu in flash IDE and i want to add inside the adobe flash menu. How i can add new menu in menubar and new menu item inside the help menu. is it possible to do this things if yes then which language i have to use for this. what is way to start development and what is the .MXP file and how to create this .MXP file.

View 1 Replies

ActionScript 3.0 :: When Click In On Menu The Actual Menu Does An Alpha To 0 And The Next Menu Appears?

Jan 27, 2010

The menu is like this http:[url]... (the site is in portuguese but it doesnt matter), when I click in on menu the actual menu does an alpha to 0 and the next menu appears using the alpha from 0 to 100 (and some animations like the cellphone going up).Now, how can I do a menu like that, whatever the menu I choose, it does that alpha animation ?

View 1 Replies

CS3 : Deleting Frames From Start Of Timeline?

Oct 11, 2009

I'm using Flash CS4 and I have to trim a .fla file down. I can delete the end frames no problem, but the first 600 frames that I have to remove are proving to be a nightmare. When I use the select>right-click>delete method it doesn't remove these frames, instead it removes the corresponding amount of frames from the end.

View 2 Replies

ActionScript 3.0 :: Deleting An Object Out Of An Array?

Mar 12, 2010

Actionscript Code:
var gameObjectArray:Array = new Array();var gameTimer:Timer = new Timer(25);gameTimer.addEventListener(TimerEvent.TIMER, gameLoop);gameTimer.start();

[code].....

So every 25 milliseconds, a block is being created and it pushed into an array. The for loop cycles through the array and moves the x by 1 for each object in the array. If the x reaches past 300 pixels, then I want to delete the object from the game entirely. The way I'm doing it now yields an error, so what am I doing wrong and what should it look like inside of the "if (i.x > 300)" stuff?

View 6 Replies

ActionScript 2.0 :: Deleting The Function At The End Of The Level?

Aug 1, 2010

function countdown(){
timer--;
if(timer==0){[code]....

okay so there is my timer above, the timer counts down and everything else works exept for deleting the function at the end of the level, at the end of the level the script goes to another frame to show you have passed the level and then goes back to the previous frame to play the next level, all the new objects are made but the timer then counts double so its like the timer is running twice at a time so instead of counting down 1 everysecond it counts down 1 every half second, i have tried delete countdown();.i dont know how you actually make this work or how to go about it,

View 1 Replies

ActionScript 3.0 :: Deleting Clips And Loaders?

Aug 26, 2010

I need to load and unload thumb buttons with images loaded in them. I load an xml, create the clips, then load the images into the clips.

When I remove the clips, I need to unload the loaders first?

Can I store references of the loaders in an array and use the array to unload them?

How should I delete the clips? removeChildAt()? Or use an array?

Here's relevant code:

Code:
function createScrubThumbs():void {
for(var i:Number=0;i<thumbsXml.thumb.length();i++){
var picHolder:ScrubThumb = new ScrubThumb;

[Code].....

View 5 Replies

ActionScript 3.0 :: Deleting NetStream/NetConnections If Not Used?

Sep 18, 2008

Is it possible to write some code that would search to see if a NetConnection and a NetStream object exists in the scene, and if so to delete them (or *.close(); or whatever)? I would like to be able to 'see' (with traces) these 'non-visible' sorts of objects to have a better handle on when/how/where these things are created .The same goes for all of these *.addEventListener's that I keep creating all over the place in AS3.Is there a way to step through all these 'hidden' objects in a scene and get some sort of status on them?

View 7 Replies

ActionScript 3.0 :: Removing SWF From Memory After Deleting From DOM

Sep 29, 2011

I'm having a problem where I load my SWF (Advertisement) into the dom after an event happens in a flash game.  After viewing the ad, the SWF is removed with JavaScript and users continues to play, this continues several times without ever reloading the page.
 
The problem I am running into is in IE 8 & 9 performance of the game drops and frame rate becomes choppy after several ads are shown.  Each advertisment has a timer built in and my thought is that the ad is not being fully removed from memory hence causing a slowdown. 
 
Is there a way to ensure a full removal of the ad or at least a way to detect within the ad that it is no longer on the page & kill the timer?

View 1 Replies

Professional :: Bug When Deleting Anchor Points

Oct 10, 2011

I think I discovered a bug. Say this is a line with anchor points:
 
x---x---x---x---x---x---x
 
And this is what I want to achieve using the Delete Anchor Point Tool:
 
x-----------x-----------x
 
Then this is as far as I'm actually able to get:
 
x-------x---x-----------x
 
Because for some reason, if I delete the 2nd anchor point, the 3rd will be deleted too. I can, however, delete the 3rd without deleting the 2nd.
 
It is only after I've moved the 3rd further away that I'm able to delete the 2nd, but this gets tiring after a while.

View 1 Replies

ActionScript 2.0 :: Deleting The Movie Clips?

Mar 28, 2006

I have button that adds text to a movie, and u can resise it and change the color and stuff like that, the txt comes in as a movie clip,but i want it so the user can also delete the text. what script do i apply to a button to delete the movie clip?

View 2 Replies







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