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
N Ports: Node port node ports; nodes connection points; terminal of Fibre Channel communication
F Port: Fabric port Fibre Port; A switched connection port, the "intermediate port" of two n-Po
Detailed description of SSH port forwarding, local port forwarding, remote port forwarding, and dynamic port forwardingOverview
When you enjoy free WiFi in a cafe, do you think someone may be stealing your password and privacy information? When you find that the lab firewall has blocked your network application
Container Network Instance
3 port settings in the service
These port concepts are easily confusing, such as creating the following service:
APIVERSION:V1
kind:service
metadata:
Labels:
name:app1
name:app1 namespace:default
Spec:
type:nodeport
ports:
-
Port
The port that's exposed on the service '
Question guide: The port of the HTTP service of 1.DataNode, and the port of IPC service. The port of the HTTP service for 2.NameNode, and the port of the IPC service, respectively. The port of the HTTP service for 3.journalnode, and the
3 port settings in a container network instance serviceThe concepts of these ports are easily confusing, such as creating a service like this:[Plain]View PlainCopy
Apiversion:v1
Kind:service
Metadata
Labels
Name:app1
Name:app1
Namespace:default
Spec
Type:nodeport
Ports
-
targetport:8080
Nodeport:30062
Selector
Name:app1
PortThe port, the
STP determines each switch port (specified port: DP; root port: RP; Blocked port: AP)Judgment steps:1. Election of the root switch:Judging object: Select one of all switches running the STP protocol;Judging by: The switch selects the bridge ID value (switch priority +MAC) The smallest switch as the root bridge in the n
1. In Windows, query the port occupation and clearing the port occupation programs
1. query the process ID occupied by the port
Click "start" --> "run", enter "cmd", and click "OK" to enter the DOS window. Then run the following commands respectively:
Netstat-a-n port usageNetstat-ano
Use the debug serial port as a common serial port (only for debugging and testing), and the serial port is limited
Use the debug serial port as a Common Serial Port
December 10, 2014
Navigation Guidance and Control Laboratory
Reprinted Please note: http://blog.csdn.net/wang
about the the Port ( This port is Tomcat 's listening port ) The problem is already being consumed by other programs This shows port ( This port is tomcat listening port ) already occupied by other programs , firs
Configure port forwarding in Centos to forward port 80 requests to port 8080
Apache is deployed in Linux. To ensure security, we use a non-root user to start the service. However, when binding a domain name, we cannot directly access port 80. As we all know, in unix, non-root users cannot listen to the
The ing function is mainly used to allow the Internet to access the computer currently mapped. First, we need to map the vro ports. Common open ports include 80, 21, and 3389, port 80 is a common port for websites, port 21 is a common port for FTP servers, and port 3389 is a
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.