代码搜索:ActionScript
找到约 280 项符合「ActionScript」的源代码
代码结果 280
www.eeworm.com/read/449138/1680226
1 makeswf.1
.TH makeswf 1 "27 Mar 2005" "" "Ming utils"
.\" $Id: makeswf.1,v 1.9 2008/02/08 09:53:59 strk Exp $
.SH NAME
makeswf - actionscript compiler
.SH SYNOPSIS
.B makeswf [OPTIONS] ...
.SH D
www.eeworm.com/read/441385/1771320
js guestbook.js
// ActionScript Document
//在URL中,排序条件的变量名
var message_order_param_name = "order";
var message_filter_param_name = "filter";
var message_page_num_param_name = "pn";
//留言排序
function me
www.eeworm.com/read/407712/2259965
js guestbook.js
// ActionScript Document
//在URL中,排序条件的变量名
var message_order_param_name = "order";
var message_filter_param_name = "filter";
var message_page_num_param_name = "pn";
//留言排序
function me
www.eeworm.com/read/334557/12590238
properties cpp.properties
# Define SciTE settings for C++, C, C#, Ch, Java, IDL, JavaScript, Flash (ActionScript 2) files.
# sma files are Small script (C-like)
file.patterns.cpp=*.c;*.cc;*.cpp;*.cxx;*.h;*.hh;*.hpp;*.hxx;*.ip
www.eeworm.com/read/455299/1622081
ini 00721.ini
[MAIN]
mapedit_template=\游戏资源\动态物体\npc\npcs.tab
mapedit_templatesection=豺
Type=0
Level=59
[1]
Name=水怪
ActionScript=.\script\两湖区\天王帮\洞庭湖底山洞2\npc\twenemy05\twenemy05.lua
www.eeworm.com/read/455299/1621463
ini 01079.ini
[MAIN]
mapedit_template=\游戏资源\动态物体\npc\npcs.tab
mapedit_templatesection=小男孩2
Type=0
[1]
ActionScript=.\script\中原北区\天忍教\天忍教室外\npc\trnpc04\trnpc04.lua
Name=小男孩
www.eeworm.com/read/455299/1621461
ini 01057.ini
[MAIN]
mapedit_template=\游戏资源\动态物体\npc\npcs.tab
mapedit_templatesection=天忍教弟子1
Type=0
[1]
Name=天忍教徒
ActionScript=.\script\中原北区\天忍教\天忍教室外\npc\trnpc01\trnpc01.lua
www.eeworm.com/read/455299/1621462
ini 01078.ini
[MAIN]
mapedit_template=\游戏资源\动态物体\npc\npcs.tab
mapedit_templatesection=日、月坛坛主
Type=0
[1]
Name=日月坛主乌合萨
ActionScript=.\script\中原北区\天忍教\天忍教室外\npc\trnpc03\trnpc03.lua
www.eeworm.com/read/145880/12696933
java chatserver.java
/*
此程式出自「Flash MX - ActionScript 游戏制作」
版权所有人 易珑资讯 林新德
此程序仅供学习之用,请勿用于商业行为
本程序虽经多次测试,而且运行正常,但不具任何担保承诺
*/
import java.net.*;
import java.io.*;
import java.util.*;
import java.nio.charset.*;
imp
www.eeworm.com/read/270683/11029622
txt 俄罗斯.txt
俄罗斯方块是一款经典的小游戏,本例利用<mark>ActionScript</mark>将其在Flash中实现出来。游戏中共有7种形状的方块,它们出现并下落的顺序是随机的,与传统的俄罗斯方块一样,这里也有下一个要下落的方块的提示。当前方块停止下落时,判断得分,继续出现下一个方块。此外,还可以通过单击按钮调节方块下落速度。
制作方法分析
制作方块游戏要求的方面比较多,下面对重要的部分予以介绍。
1. 随机产生方块
要 ...