Mark An Entire Block Of Code?

Apr 7, 2010

How do we make an entire block of code (maybe 10 lines) as comment.

Maybe just to deactivate a code block when trouble shooting AS code.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Use } Or }; At The End Of A Code Block?

Dec 14, 2006

Something I've always wondered, but never got round to asking is should I use...

Code:
}
... or...

Code:
};

... at the end of a code block? What's the difference as I've seen both used but no explanation as to why?

View 4 Replies

ActionScript 3.0 :: Movieclip Can't Appear When I Add It In Certain Block Of Code

Sep 1, 2011

I want a movieclip to appear in a drag and drop game. When you successfully drag the right object and drop it then an animation is called from the library.The animation doesn't appear. However, when I use the same code at the beginning of my programme it does appear so it's not that part of the code that is the problem. Also, a trace statement does trace so it is running the code.[code]...

View 7 Replies

ActionScript 3.0 :: Can't Understand Block Of Code?

Dec 10, 2009

i'm watching actionscript manual and can't understand this code, could you please explain what it is.

View 2 Replies

ActionScript 3.0 :: Block Of Code Is Only Executed Once?

Jun 12, 2009

I have a block of code in a game I'm making that checks to see if guy1 is in contact with guy 2:

Code:
var randomGuy1X:Number = Math.random()*550;
var randomGuy1Y:Number = Math.random()*400;

[code].....

View 5 Replies

Actionscript 3 :: Testing - Writing/compiling A Block Of Code Without A Class Or Function?

Feb 7, 2011

Having done some programming in Groovy, I know you can write test code in the Groovy console. I classify this as true a scripting language as it doesn't force you to have a class definition. So I'd assume with a name like ActionScript with 'script' in it's name that, you can write a series of statements that act linearly, such as a sequence of variables assignments, their manipulation and dumping out a value.

My question is if this is possible, how do you go about doing it, in order to test some code with ActionScript3? Does the code have to exist in a package?Can the code exist on it's own? (If so, what would the name be you'd give to the source file in order to compile it from the command line?

Would you use mxmlc?

Would you use compc?

I've heard about fsch too. How about that?I also read about a command called 'asc' in R.Braunstein's AS3 Bible 2nd ed (P8), but don't even see this in the SDK bin folders.... So what's that all about? Assuming I've managed to compile this name.as file, how do I execute it and see results? Do I have to run it through a browser and the HTML template, or can I execute from a command line?

Do you have to have a class in the source to bypass this? Can the code block be placed outside a dummy class? If so, does it have to exist in a function? Or can it exist on it's own?Does it have to exist in a code blocks, by wrapping them in curly braces?

View 2 Replies

Actionscript 3.0 :: Warning 1106: Empty Statement Found Where Block Of Code Should Be Expected?

Mar 2, 2012

Warning 1106: Empty statement found where block of code should be expected. Did you type ';' accidentally? Here is the code:


Code: Select allif (MapCombo.selectedItem == "Westfield London Ground Floor")

{
function MapChoice(event:MouseEvent):void{[code]......

View 6 Replies

ActionScript 3.0 :: Can't Accses "block" Movie Clip Which's Added From The Fla Files And Given An Instance Name As "block"

Dec 31, 2010

So i have an external as file which have a function. the function make the movie clip do something when it hit another object which i named "block."

but the external as file can't accses "block" movie clip which's added from the fla files and given an instance name as "block".

View 4 Replies

ActionScript 2.0 :: [CS3] - Mark The End Of An Array?

Feb 2, 2009

I have an array that basically calls out numbers for a gotoAndStop action. We have external swfs that get loaded in. Each slide is its own frame in the external swf and they want the flexibility to remove slides at the last minute so my array looks like this:

Code:
var myDocs:Array = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22"];
var i:Number = 0;

There are going to be a lot of sections with a varied number of slides and I am looking for a simple code I can attach to the navigation that basically says:

Code:
on (release) {
if (you have not reached the end of the array);{
++i;
gotoAndStop(myDocs[i]);}
}

Is there a code out there that doesn't require you to put specific number values in? like "if (i<22)"?

View 1 Replies

Php :: Implement A Mark On The Photo?

Feb 6, 2011

On the site we need to implement a mark on the photograph. By type as in facebook. It is desirable but not necessary that the selection of the object was not the rectangle, and polygon. There is a ready-realization? It does not matter what technology to use php, flash, and other, exotic but not necessary:)

View 3 Replies

ActionScript 3.0 :: SWFaddress Ads A Mark?

Apr 29, 2009

ive been trying to get swfaddress working. And everything works fine ( the getValue function shows the right content, setTitle does its job etc ) except for setValue. When i set it to for instance setValue("news"), the url in the browser is updated to index.html?#news

that question mark shouldn't be there i guess... it also reloads my page every time. I have no idea where to start looking as i dont know what's causing it. anyone else had this issue before ?

View 1 Replies

ActionScript 2.0 :: Put A Mark On Movie When One Of Them Is Already Viewed?

Jan 27, 2011

There are 3 flv movie in my flash page. Is there a way to indicate in my flash page if the flv movie is already viewed on user's browser? I need to put a mark on the movie if one of them is already viewed? Am I to use Shared Object?

View 4 Replies

ActionScript 3.0 :: Not Adding The Second Check Mark

Oct 5, 2009

See [URL] looking carefully, youll see this code is supose to add two check marks, both of which are in the libary. they are supose to appear at seprate places.

View 4 Replies

Replace First Quotation Mark In String?

Aug 3, 2010

[code]...

above im using that regular expression to escape the " in the string. however it only does it for the first "

View 1 Replies

Actionscript 3 :: Mark Parameters As Private

Nov 16, 2010

is it possible to mark parameters as private, only accessible/useful for the class that owns the function?

example:

//PRIVATE CLASS (.SWC)
public function set AutoBounce(value:Boolean):void
{
if (value)

[Code].....

rather than redirecting, is there any better way to dealing with this issue? maybe "better way" is a poor choice of words. is there a way to refactor this code without using a forwarding function or having to force the user to include the event parameter.

View 1 Replies

ActionScript 3.0 :: Mark The Menuitem That Is Currently Active

Feb 10, 2009

I am fairly new to flash and are trying to create an imagegallery from an xml file. The galleri menu is coming from xmlList.length. Now i want to mark the menuitem that is currently active (as in the picture is beeing shown) but i really cant accomplish this (Googling intense and trial end error).

[Code]....

View 0 Replies

ActionScript 2.0 :: Load The Mark From Other .swf File?

Aug 14, 2007

i'm doing a multiple choice quiz. i've got a problem in load the mark from other .swf file.

[URL]

1stly i need to run the Game01.fla to loadMovie of quiz.01.swf. thing that ive problem is,the main file(Game01) doesn't detect the the page of quiz01 loaded. ive no idea what to do.hope any pros of flash can give me hand.. when user insert their name,their need to answer all the question. i do by loadMovie of the question in mc_loader01. after they done the quiz, all the mark must pass to main page(Game01), but isn't happen..

View 2 Replies

ActionScript 2.0 :: Mark A MovieClip After Xx Seconds?

Jan 7, 2008

I want to mark a movieclip after xx seconds when the mouse is over it, like a rollover.

I use a tooltip script to test it.

Code:

tooltip._visible = false;
var tipInt;
// Define the function

[Code].....

View 1 Replies

IDE :: Get The Mark Showing Up In The Text On The Arrow?

Dec 15, 2009

I've made a .swf object in flash and I've used dynamic text and embedded all the english characters. However, when the .swf is viewed on a web page, the does not show up.It is there though, because if you select all the text and paste it elsewhere, it is there.

Here's the page I'm referring to: www.chaseproducts.com/news/H1N1_master_ad/

I want to get the � mark showing up in the text on the arrow...

View 2 Replies

ActionScript 3.0 :: How To Encode A Quotation Mark

Apr 26, 2010

How can I make a quotation mark show up inside a string? [code]

View 2 Replies

ActionScript 3.0 :: Dynamically Loaded .swf Missing It's Mark

Mar 21, 2011

I have had a website that has been up and successfully running for about a year now. Admittedly, it's a little buggy here and there, however - I have not had too many issues with it to date. Recently, however, I updated the main / root .swf slightly - just changed some copy, and added a slide or two throughout. When visiting the site, this main .swf dynamically loads any content .swfs required - the html, and these .swfs were not touched.

Upon uploading the new main .swf only - everything works fun, until it loads one of the content .swfs - this always loads in the top left of the browser, rather than the center top of the browser.

[Code]...

View 3 Replies

Php :: Php - IE Cannot Interpret My Flash Player Because Of A Question Mark?

Jul 19, 2010

I am using a php mp3 handler script that I use as a parameter,but it seems to mess everything up just because there is a question mark after .php for my get variables. If I remove the question mark (mp3_handler.php?), the player appears, but with the question mark, it shows up as a text box. The first player works fine. The second just appears as a textbox in IE.The second however works in every other browser!!!

UPDATE: IT SEEMS TO BE THE second QUESTION MARK, but I do not see a way around this.. Oddly enough, the first question mark does not make a difference

<object width="165" height="37" id="niftyPlayer1" align="">
<param name=movie value="nifty/niftyplayer.swf?file=song.mp3&as=0">
<param name="wmode" value="transparent">[code].....

View 2 Replies

Actionscript 3 :: Add Check Mark In Context Menu?

Jan 18, 2011

i build a context menu and i want when user click on contextmenuitem then check mark tick is visible with contextmenuitem and when again user click on the same contextmenu item then check mark tick is visible off

View 1 Replies

ActionScript 2.0 :: Screen Stays Blank Up Until Until That 8o% Mark?

Feb 20, 2009

I have built a pre-loader from tutorials that seems to work well except that you can't see it until it hits about 8o% loaded.

this is the code for frame 1 of my movie. (loading is a text box that shows the percentage as it loads)

ActionScript Code:
stop();
onEnterFrame = function(){
var percentLoaded = _root.getBytesLoaded()/_root.getBytesTotal();

[Code].....

why the screen stays blank up until until that 8o% mark when it seems like the whole frame(preloader) loads?

It seems like everytime I get comfortable with some aspect of programming, I attempt another one that makes me wonder why I program in the first place! My mac is lucky I can't afford to throw it out the window.

View 4 Replies

ActionScript 3.0 :: Mark External SWFs As 'Viewed'?

Oct 1, 2009

I've got a SWF that calls up external swfs via XML. Users are able to navigate to each external swf using a next button. When a user views the external swf, I need to mark it as 'viewed'. This way, if the user leaves the site prior to seeing all swfs, they can come back and start where they left off and view only the swfs they haven't seen.

What is the best method for setting this up? Array? Somehow parsing the XML file?

View 1 Replies

ActionScript 2.0 :: GetDate To Dynamically Mark Recent Changes?

Sep 15, 2005

I'm making a blog/journal in flash that I will manually update, and there will be a list of entries in a menu. I would like the newer entries tinted red so they are obviously new at a glance. I would like them to stay red for a week, then automatically remove the tint.

So I'm guessing that when I manually update the entry, I could just plug in the current date into a field in the AS, and it would use the computers clock to find out if a week had passed or not.

View 1 Replies

ActionScript 2.0 :: User GetURL With A Question Mark In It

Jun 3, 2008

I am trying to user getURL with a question mark in it... ie getURL("default.html?something_here=1"); but it ignores everything after the question mark.

View 3 Replies

ActionScript 3.0 :: Finding Vector Of Question Mark

Oct 8, 2010

The image describes my issue, I am trying to find the vector of the question mark, which should describe the objects new vector for velocity.
vector (7,2) is my objects current velocity.
If I know the new angle, how can I get the new vector?

View 5 Replies

ActionScript 2.0 :: Question Mark Not Working In GetURL Function?

May 26, 2005

I am trying to use the getURL function to open a new window with a variable URL, but it doesn't seem to be doing what I want it to. Here is the code i am using:

on (release) {
getURL("popup.htm?/projects/"+_root.foldername+"/"+_root.projname+"_1highres.jpg", "_blank")
}

The problem appears to be the question mark. If I remove the question mark it works fine.. but I need to use the question mark because the rest of the info is just information I am having popup.htm interpret

View 3 Replies

Flash :: Use A Question Mark In Actionscript 2.0 With GetURL Function?

Feb 20, 2012

Actionsctipt code:

on(press)
{
getURL(escape("address.html?0"));
}

This works absolutely fine in Internet Explorer but in Chrome in the question mark is obviously made into "%3F". how I can stop this from happening and still keep it compatible with IE and other popular browsers?

View 2 Replies







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