⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 movablecanvasstates.as

📁 flex书效果代码
💻 AS
字号:
package com.mh.movable.constants
{
	public class MovableCanvasStates
	{
		
			public static const DEFAULT_STATE:String = "defaultState";
			
			public static const RESIZING_TOP_LEFT:String = "resizingTopLeft";
			public static const RESIZING_TOP_RIGHT:String = "resizingTopRight";
			public static const RESIZING_TOP:String = "resizingTop";
			public static const RESIZING_LEFT:String = "resizingLeft";
			public static const RESIZING_RIGHT:String = "resizingRight";
			public static const RESIZING_BOTTOM_LEFT:String = "resizingBottomLeft";
			public static const RESIZING_BOTTOM_RIGHT:String = "resizingBottomRight";
			public static const RESIZING_BOTTOM:String = "resizingBottom";
			
			public static const MOVING:String = "moving";
			
			
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -