AS3: Right-click menu
The code is as follows
Copy Code
var mycontextmenu:contextmenu = new ContextMenu ();Mycontextmenu.hidebuiltinitems ();Declaring menu New Itemvar item:contextmenuitem = new Contextmenuitem ("@author amyflash");Add to menu display items arrayMyContextMenu.customItems.push (item);Root.contextmenu = Mycontextmenu;Click the button to raise the eventItem.addeventlistener (Contextmenuevent.menu_item_select, mouserelease);function Mouserelease (event:co
A development document for flash as2 OOP games --- Part 3
Now we have to check the number of our lives and handle them accordingly.
Link query lifecycle:
In your FLA documentCreate two new frames and put the code of the first frame into the second frame F.In your FLA, make 2 new frames and put the code that was on frame 1 onto frame 2.Add a stop (), which is written at the beginning of the code and added to the first and third frames respectively.In t
Most of the content related to the data structure is an example I wrote in as2 for flash last year. Unfortunately, I have lost many examples and documents in this book. This is an example of an earlier version. Later, I sorted out the collection framework related to the data structure, including the commonly used arraylist, sorted list, tree, hashtable and so on. I hope a friend who obtained my first-hand information can send me a copy. Thank you.
//
Path, package and # include summary:Recently I made a relatively large job and accumulated some useful AS2 skills. I would like to share some useful ideas with you first:Some of them have already been used in the dictionary at the foot ~~~~ Here, we will only introduce some things that need to be paid attention to when using it, but it does not involve OOP programming.1 # include1.1# Inlcude is a statement used to import external scripts. In this case
The encryption algorithm class of AS2 written by meychi.Package, download, and save it as a rarfile.1. MD5: static class/*** MD5 Class v1.0* Author: Mika Palmu* Licence: Use freely, giving credit when you can.* Website: http://www.meychi.com/** Orginal Javascript implementation:* RSA Data Security, Inc. MD5 Message Digest Algorithm, as defined in RFC 1321.* Version 2.1 Copyright Paul Johnston 1999-2002* Other contributors: Greg Holt, Andrew Kepert, Yd
In as2Var a: String = "";Trace (Number (a); // output: NaNTrace (isNaN (a); // output: trueIt indicates that variable a is not a number.In as3Var a: String = "";Trace (Number (a); // output: 0Trace (isNaN (Number (a); // output: falseIt indicates that variable a is a number.As2 and as3 are very different from each other. When the as2 algorithm is converted to as3, pay attention to this when determining whether the character is a nu
._y + 4;New Mx.transitions.Tween (_c, "_alpha", Mx.transitions.easing.Regular.easeOut, 0,. 5, true);};} Mapmc.onmousedown = function () { This.startdrag (FALSE,0,_RH-_MW,-_MW + _RW,0,_RW); nbsp;//Calculates the current MC at the center point of the canvas. Defaultx = this._x + (_RW/2); defaulty = this._y + (_RH/2); }; Mapmc.onmouseup = function () { stopdrag (); }; var mylistener:object = new Object ();Mylistener.onmousewheel = function (Delta){With (MAPMC) {var OMX = _xmouse, omy =
Mouse to see a lot of forums on the double click event posts, wrote a AS2 class put up for everyone's reference.
Demonstrate:
http://home.goofar.com/Blog_/flash/DbClick.swf
Class Name: dbclick.as
Code
Import Mx.events.EventDispatcher;
Class Dbclick extends MovieClip {
private Var Firstclicktime:number;
private Var Lastclicktime:number;
private var n:number = 0;
private Var dispatchevent:function;
private static var _mixin1 = Eventdispatcher.initialize
"Data Recovery failure description"Company financial personnel for data maintenance, misoperation, in the financial software to initialize the data, because recently did not do backup, it caused a lot of financial documents lost.Because the financial data is very important, the customer is anxious to get back.The data Recovery Analysis "Engineer detection, in SQL Server database Enterprise Manager, discover what the
Software can be roughly divided into: Free Software and non-free software
Types of Free Software and non-free software.The following are some terms that are frequently mentioned when discussing free software. They explain which types overlap with others or are part of o
Software Engineering-software testing, Software Engineering Software Testing
After the system is complete, it is time to test the system. This must have been the first system of acceptance. We are confident that the system will be accepted by the master. Once it comes to the master, nothing will happen, in addition, so
In the past, I have read many articles about the top ten essential tools for developing common professional software such as. NET and. Net programmers. Today, I don't want to introduce these professional software. I want to introduce some auxiliary software that is often used during development to help us complete better development.
I recommend commonly used a
period, the CS is not, other industries worse. When the economy improves, CS lead. There's a representative billionaire who says, "Software will swallow the world." human beings just develop software, let the software command the machine, all other working bots will help you. You are the mouth cannon, these rich people use their own huge amount of money
It takes more than two years to develop programs!
Make a small summary!
Status Quo,
At present, many software companies in China are still working in small workshops!
After receiving a project, let's discuss how to do it. After the boss decides to make a decision, let's split our heads!
As a result, a project started, and everyone was busy in the early stage!
Everyone has their own jobs (some companies are unevenly allocated. If there are idle people,
I used to read an article about ultrashock.
Article , So I wrote a class, which makes it much easier to use.
/*************************************** * ** Cssstyle * References an external style sheet to the component * eg: * var cssstyle: cssstyle
Can V2Component be dynamically created? The answer is clear.V2Componet inherits from UIObject, while uIObject inherits from MovieClip.Therefore, the attributes and methods in MovieClip are as easy to use in v2Component,It is natural to use
Today and Chun studied the private and public properties of class, because I found that the class I was making could read the attribute, regardless of whether it was set private or public, and that the Chun could be distinguished by the normal Such
Solve | Chinese
Flash if the MP3 ID3 tag uses GB2312 encoding, then the Flash script output is garbledCode 1
var s:sound=new Sound (this);S.loadsound ("Dxh.mp3", false);S.onid3=function () {Trace (This.id3.songname);}
The output results
Compression
We all say lossless compression, preserving dot matrix data.This method compresses the data already close to BMP format picture size, my machine spends approximately 1 seconds processing 200*200 's picture, compared to uncompressed
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.