E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
startDrag
Flash限定自由区域的拖拽教程
场景中有一个被拖拽的mc和一个自由区域的mc,分别用
startDrag
和hitTest。 先拖拽,再用鼠标对自由区域的mc进行true的hitTest,然后记录位置,最后写回。
hgfghw5
·
2010-04-05 08:00
html
Flash
Flash限定自由区域的拖拽教程
场景中有一个被拖拽的mc和一个自由区域的mc,分别用
startDrag
和hitTest。 先拖拽,再用鼠标对自由区域的mc进行true的hitTest,然后记录位置,最后写回。
hgfghw5
·
2010-04-05 08:00
html
Flash
ReferenceError: Error #1069: 在 flash.display.SimpleButton 上找不到属性
startDrag
,且没有默认
使用ActionScript 3.0编程时,刚开始不知道如何把库中的影片剪辑通过类的方式来处理。今天我自己做了一个文本框。 发了一个问题: //鼠标停下 public function pickup(event:MouseEvent):void { startingLocation=new Point(); &nbs
tsyouaschen
·
2010-03-02 17:00
编程
Flash
360
idea
actionscript
Flex拖拽
一、最简单的是直接调用ui组件的
startDrag
方法和stopDragging方法,这2个方法是flash中的所有继承于Sprite类的组件类都支持的。适用于在同一个容器中的拖拽。
xiejiangbo
·
2010-01-27 15:00
UI
Flex
Flash
UP
Adobe
Flex拖拽
一、最简单的是直接调用ui组件的
startDrag
方法和stopDragging方法,这2个方法是flash中的所有继承于Sprite类的组件类都支持的。适用于在同一个容器中的拖拽。
xiejiangbo
·
2010-01-27 15:00
UI
Flex
Flash
UP
Adobe
Flex中UI组件拖拽的三种实现
一、最简单的是直接调用ui组件的
startDrag
方法和stopDragging方法,这2个方法是flash中的所有继承于Sprite类的组件类都支持的。适用于在同一个容器中的拖拽。
fireflylover
·
2009-11-12 16:00
c
UI
Flex
Flash
UP
AS3.0 侦听器传参的方法
MouseEvent.MOUSE_UP,MoneyUpListener);publicfunctionMoneyDownListener(event:MouseEvent):void{ event.target.
startDrag
晚晴
·
2009-08-07 12:05
职场
as3.0
休闲
AS3.0 侦听器传参的方法
MouseEvent.MOUSE_UP,MoneyUpListener);publicfunctionMoneyDownListener(event:MouseEvent):void{event.target.
startDrag
晚晴
·
2009-08-07 12:05
职场
休闲
as3.0
Action
Script
3
AS3.0 侦听器传参的方法
MouseEvent.MOUSE_UP,MoneyUpListener);publicfunctionMoneyDownListener(event:MouseEvent):void{ event.target.
startDrag
晚晴
·
2009-08-07 12:05
职场
as3.0
休闲
flex指定区域拖动
可以指定拖动对象的rectangle,代码如下: //指定区域 var dragRect:Rectangle = new Rectangle(0,0,200,200); slider.
startDrag
kingapex
·
2009-07-21 16:00
Flex
UP
flex指定区域拖动
可以指定拖动对象的rectangle,代码如下: //指定区域 var dragRect:Rectangle = new Rectangle(0,0,200,200); slider.
startDrag
kingapex
·
2009-07-21 16:00
Flex
UP
Flex clipContent 编程注意
使它可以在A中任意移动,但是由于C是包含在B中,因此使用
startDrag
()和stopDrag()的时候,只能在B区域中进行移动,而无法超出B的边界。
·
2009-07-13 00:04
Flex编程注意之clipContent
使它可以在A中任意移动,但是由于C是包含在B中,因此使用
startDrag
()和stopDrag()的时候,只能在B区域中进行移动,而无法超出B的边界。
wonlen
·
2009-05-15 08:49
编程技巧
z-index
stopDrag
startDrag
setChildIndex
clipContent
Flex编程注意之clipContent
使它可以在A中任意移动,但是由于C是包含在B中,因此使用
startDrag
()和stopDrag()的时候,只能在B区域中进行移动,而无法超出B的边界。
wonlen
·
2009-05-15 08:49
编程技巧
z-index
startDrag
stopDrag
clipContent
setChildIndex
Flex编程注意之clipContent
使它可以在A中任意移动,但是由于C是包含在B中,因此使用
startDrag
()和stopDrag()的时候,只能在B区域中进行移动,而无法超出B的边界。
wonlen
·
2009-05-15 08:49
编程技巧
clipContent
z-index
flex3中实现拖放
在flex3中实现拖放有两种三种方法:一、使用dragEnabled二、使用
startDrag
与stopDrag三、使用DragManager。
roger_588
·
2009-03-24 11:00
Flex
wordpress
Blog
项目管理
UP
鼠标跟随+模糊效果:不用
startDrag
()函数
鼠标跟随+模糊效果:不用
startDrag
()函数 import flash.filters.BlurFilter; var blur:BlurFilter = new BlurFilter(5,5,3
hereson
·
2008-05-19 10:00
Flash
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他