标签: actionscript-3

iphone flash lite 2.0支持?

1.i没有iphone,所以我可能知道iphone预装了flash lite 2.0或以上版本吗?如果答案不是,如果一个网页嵌入了Flash lite应用程序.它可以提示iphone用户轻松安装flash lite吗?

2.我在哪里可以获得支持flash lite 2.0及以上版本的手机列表?

iphone flash flashdevelop actionscript-3

-2
推荐指数
1
解决办法
368
查看次数

如何在纯动作脚本中设置游戏室?

高度,宽度,背景颜色,在房间内放置物体等.谁能帮我?

flash actionscript-3

-2
推荐指数
1
解决办法
443
查看次数

多人在线Flash游戏,有可能吗?

前段时间我使用右键单击并在Flash世界中提供真正的功能甚至不可能,3天前我发现通过javascript是完全可能的,可行的

那么,是否有可能制作出像多人电脑游戏一样的Flash游戏?我的意思是,真正的在线游戏,没有延迟,没有滞后.

我听说Flash中的网络代码很糟糕,但是,你知道,我认为这也是关于右键点击...而且我完全错了:).

谢谢.

flash multiplayer actionscript-3 netconnection

-2
推荐指数
1
解决办法
2884
查看次数

AS3阵列问题

 var firstarray:Array = new Array();


 function traceArray(arr:Array){    
  for(var i:int = 0; i < arr.length; ++i) {
       trace(firstarray[i].matrix);    
  } 
 }



 for (var i:int = 0; i < 10; ++i) {   
  firstarray.push({ matrix:[1,0,0,1], prod:i}); 
 }

 var secondarray:Array = new Array();
 secondarray = firstarray;
 secondarray.push({ matrix:"hello" });

 traceArray(firstarray);
Run Code Online (Sandbox Code Playgroud)

应该跟踪结果

1,0,0,1 1,0,0,1 1,0,0,1 1,0,0,1
1,0,0,1 1,0,0,1 1,0,0,1 1 ,0,0,1
1,0,0,1 1,0,0,1你好

要么

1,0,0,1 1,0,0,1 1,0,0,1 1,0,0,1
1,0,0,1 1,0,0,1 1,0,0,1 1 ,0,0,1
1,0,0,1 1,0,0,1

arrays flash actionscript-3

-2
推荐指数
1
解决办法
179
查看次数

as3 arraycollection

我正在做一个纯粹的AS3编程,我迫切希望使用像ArrayList这样的东西,因为我需要一个对象数组(在这种情况下,数组类是没用的).然而,似乎没有我要导入的ArrayList类(Flex有但是......)我还在互联网上找到了一个名为as3-collection的开源项目,但到底是什么?无法找到任何下载链接...

actionscript-3

-2
推荐指数
1
解决办法
2577
查看次数

返回10或100的bin的公式

例如,我需要一个能给我第10个或第100个数组的函数

  • 如果我通过5,它应该返回1到10
  • 如果我通过67,它应该返回1到100
  • 如果我通过126,它应该返回101到200
  • 如果我通过2524,它应该返回2001至3000

任何指导?

actionscript-3

-3
推荐指数
1
解决办法
456
查看次数

清理AS3代码

有人会帮我清理这个as3代码,我已经连续几个小时都在研究这个代码了.它应该是一个火焰喷射器.如果你不能这样做或者不想这样做,那么有人可以给我一个链接到一个网站的链接几乎就像鼠标移动的东西和东西的意思.

这是网站http://wonderfl.net/c/6sUl

code-cleanup actionscript-3

-3
推荐指数
1
解决办法
617
查看次数

as3 AIR中类似iOS的Scrollview

我正在尝试UIScrollView为我的Adobe AIR应用程序在ActionScript 3中创建类似iOS的iOS ,但它并不是很吸引人.

为什么Adobe没有实现本机滚动视图?有没有人使用电影剪辑或类似的东西实现了平滑的滚动?

air mobile android actionscript-3 ios

-3
推荐指数
1
解决办法
6926
查看次数

如何在ActionScript中解密MD5哈希?

如何在ActionScript中解密MD5哈希?

那是flash游戏,我想在flash游戏中学习解密md5.谢谢..

图片:http://b1302.hizliresim.com/16/8/jwu73.jpg

以及如何解决base64和sha1代码?

    package com
{

    public class MD5 extends Object
    {
        public static const HEX_FORMAT_LOWERCASE:uint = 0;
        public static const HEX_FORMAT_UPPERCASE:uint = 1;
        public static const BASE64_PAD_CHARACTER_DEFAULT_COMPLIANCE:String = "";
        public static const BASE64_PAD_CHARACTER_RFC_COMPLIANCE:String = "=";
        public static var hexcase:uint = 0;
        public static var b64pad:String = "";

        public function MD5()
        {
            return;
        }// end function

        public static function encrypt(param1:String) : String
        {
            return hex_md5(param1);
        }// end function

        public static function hex_md5(param1:String) : String
        {
            return rstr2hex(rstr_md5(str2rstr_utf8(param1)));
        }// end …
Run Code Online (Sandbox Code Playgroud)

md5 actionscript-3

-3
推荐指数
1
解决办法
735
查看次数

闪光和动作死了吗?

嘿,我想问一些更具哲学性的东西.当我13岁的时候,我学会了编码为as2.是的我想做游戏.今天我已经老了,我有一个问题.动作脚本开发死了吗?作为Kongregate和其他门户网站声称的游戏的API之王不是动作吗?在那种情况下,闪存是什么?

哦,引发这个问题的链接就是下面的一个链接,其中Scala,一种新的创新和工作实验语言被证明更适用于我亲爱的动作中的所有统计数据.

http://www.ohloh.net/languages/compare?measure=projects&percent=true&l0=actionscript&l1=-1&l2=scala&l3=-1&commit=Update

Thnx花时间回答

flash programming-languages actionscript-2 actionscript-3

-3
推荐指数
1
解决办法
5128
查看次数

ActionScript synax错误

因为2.0就像java,现在在3.0中,我在这段代码中找不到我的错误:

import java.io.IOException;
import java.io.OutputStreamWriter;
import java.net.Socket;
public class Main {
public static void main(String[] args){
String hostName = "localhost";
Int portNumber = 16834;
String str = "starttimer\r\n"; 
try {
    @SuppressWarnings("resource")
    Socket socket = new Socket(hostName, portNumber);
    OutputStreamWriter osw = new <br>OutputStreamWriter(socket.getOutputStream(), "UTF-8");$
    send(str, osw);
} catch (Exception e) {
        System.err.println(e.getMessage());
    }
}
static void send(String str, OutputStreamWriter o) throws IOException {
    o.write(str, 0, str.length());
    o.flush();
}
Run Code Online (Sandbox Code Playgroud)

}
顺便说不要担心哪里是去数据

syntax-error actionscript-3

-3
推荐指数
1
解决办法
26
查看次数

Actionscript 3.0到Actionscript 2.0

我需要将这段代码降级为Actionscript 2.0.我不是Flash方面的专家.有帮助吗?

function resizeHandler(e:Event):void {
    g1_mc.x = 0;
    g1_mc.y = 0;
    g1_mc.height = stage.stageHeight;
    g1_mc.width = (stage.stageWidth - 550) / 2;
    g2_mc.width = (stage.stageWidth - 550) / 2;
    g2_mc.x = stage.stageWidth - g2_mc.width;
    g2_mc.y = 0;
    g2_mc.height = stage.stageHeight;
    bigPic.height = 800;
    bigPic.x = 0;
    bigPic.y = 0;
    activator.width = 500;
    activator.height = 200;
    activator.x = (stage.stageWidth / 2) - (activator.width / 2);
}

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.addEventListener(Event.RESIZE, resizeHandler);

stage.dispatchEvent(new Event(Event.RESIZE));

// Set variables for numbers we …
Run Code Online (Sandbox Code Playgroud)

flash actionscript actionscript-2 actionscript-3

-5
推荐指数
1
解决办法
1520
查看次数

如何在 as3 中使用 .jar 文件

我们在 Flash AS3 项目中使用 .jar 文件吗?我需要在我的项目中导入 .jar 文件吗?

谢谢

flash actionscript-3

-9
推荐指数
1
解决办法
1476
查看次数