- + P A

- 有flash做了一个扫雷游戏

      FLASH 2008-1-23 9:10

code:

function gameOver() {
 attachMovie("gameOver", "gameOverr", _root.getNextHighestDepth(), {_x:180, _y:155});
 for (i=0; i<hang; i++) {
  for (j=0; j<lie; j++) {
   delete block[i][j].onRelease;
  }
 }
}
hang = 5;
lie = 5;
ranLei = 4;
var block:Array = new Array();

我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- asp中jscript的应用

      FLASH 2006-5-28 19:12
在联结数据库中jscript
code:
rs=reqeust("name");
/*
.....联结数据库......
*/
StrSql = "Insert Into Users(name) values ('"+rs+"')&quo ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 一个打乱顺序的函数

      FLASH 2006-4-9 17:15
function rand(a:Array):void{
for(i=0;i<a.length;i++){
temp=a[i];
a[i]=a[random(a.length)]
a[random(a.length)]=temp;
}
for(i=0;i<a.length;i++){
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 交换位置一个漂亮函数

      FLASH 2006-1-18 13:45
function img_Val(No) {
  for(i=0; i<=5; i++) {  
    if(i==No) {              ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 靠,FLASH到FLASH8了,AS3.0了,这东西升级真快,一天不学习就落后了。

      FLASH 2005-10-25 21:54
靠,FLASH到FLASH8了,AS3.0了,这东西升级真快,一天不学习就落后了。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 用FLASH做马赛克效果

      FLASH 2005-6-21 19:42
用FLASH做马赛克效果: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 血书

      FLASH 2005-6-11 12:7
留言,发给你的朋友。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 非常有用的数组

      FLASH 2005-6-5 10:25
1、数组内的元素随机排列位置 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 用FLASH画刚管

      FLASH 2005-6-1 10:23
FLASH: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 用FLASH作的这个爱情故事真的很好

      FLASH 2005-5-21 21:6
FLASH ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 关于return

      FLASH 2005-5-16 12:14
return 功能是返回函数。这是以前知道的。通过看一个FLASH原文件知道它还能终止函数return下面的代码块。看例子: ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 用贪吃蛇的原理做了个特效,有待进一步完善

      FLASH 2005-5-11 19:34
看效果 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 用FLASH做了个贪吃蛇游戏,有很多bug

      FLASH 2005-5-10 22:51
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- 最近在学习asp打算建一个网站

      FLASH 2005-4-16 22:12
现在正学习asp以前学过php,学起来asp到是很容易。打算用flash做平台,后台用asp做一个自己的网站。现在是这样打算的,做一个人的日历blog。模仿这个网站http://www.phpforflash.com计的一个案例。 ...
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()

- FLASH中函数变量的生存期

      FLASH 2005-3-6 15:21
标签集:TAGS:
我要留言To Comment 阅读全文Read All | 回复Comments() 点击Count()