登录
首页 » Flex » SuperMario

SuperMario

于 2011-10-17 发布 文件大小:229KB
0 323
下载积分: 1 下载次数: 29

代码说明:

  Flex编写的超级玛丽游戏源码,可供初学者学习使用(Flex source code written in Super Mario games, for beginners to learn to use)

文件列表:

超级玛丽
........\Main1
........\.....\.actionScriptProperties,2113,2010-04-13
........\.....\.project,407,2010-04-02
........\.....\bin
........\.....\...\expressInstall.swf,773,2009-06-22
........\.....\...\index.html,1195,2009-09-15
........\.....\...\js
........\.....\...\..\swfobject.js,10220,2009-06-22
........\.....\...\Super.swf,26194,2009-09-22
........\.....\bin-debug
........\.....\.........\AC_OETags.js,8641,2010-04-16
........\.....\.........\history
........\.....\.........\.......\history.css,371,2010-04-16
........\.....\.........\.......\history.js,24548,2010-04-16
........\.....\.........\.......\historyFrame.html,827,2010-04-16
........\.....\.........\Main.html,4207,2010-04-16
........\.....\.........\Main.swf,34013,2010-04-16
........\.....\.........\Main1.html,4225,2010-04-02
........\.....\.........\Main1.swf,663,2010-04-02
........\.....\.........\playerProductInstall.swf,657,2010-04-16
........\.....\.........\Resource.fla,168448,2009-09-22
........\.....\.........\Resource.swf,25246,2009-09-22
........\.....\html-template
........\.....\.............\AC_OETags.js,8641,2010-04-02
........\.....\.............\history
........\.....\.............\.......\history.css,371,2010-04-02
........\.....\.............\.......\history.js,24548,2010-04-02
........\.....\.............\.......\historyFrame.html,827,2010-04-02
........\.....\.............\index.template.html,4384,2010-04-02
........\.....\.............\playerProductInstall.swf,657,2010-04-02
........\.....\lib
........\.....\obj
........\.....\...\SuperConfig.old,700,2009-09-21
........\.....\...\SuperConfig.xml,700,2009-09-21
........\.....\src
........\.....\...\Body
........\.....\...\....\Body.as,693,2010-04-13
........\.....\...\....\Hero.as,8971,2010-04-13
........\.....\...\....\IBody.as,139,2010-04-13
........\.....\...\....\IMonster.as,203,2010-04-13
........\.....\...\....\Monster.as,3099,2009-09-22
........\.....\...\....\Mushroom.as,409,2009-09-21
........\.....\...\IMain.as,120,2009-09-22
........\.....\...\IMap.as,381,2009-09-22
........\.....\...\Main.as,1575,2010-04-02
........\.....\...\Map.as,5019,2009-09-22
........\.....\...\MapArray.as,3994,2009-09-22
........\.....\...\Object
........\.....\...\......\box_1.as,271,2010-04-02
........\.....\...\......\box_2.as,385,2009-09-18
........\.....\...\......\box_3.as,339,2009-09-18
........\.....\...\......\coin.as,276,2009-09-18
........\.....\...\......\IObject.as,132,2009-09-18
........\.....\...\......\myObject.as,562,2009-09-18
........\.....\...\......\wall_1.as,371,2009-09-18
........\.....\...\......\wall_2.as,370,2009-09-18
........\.....\...\Resource.swc,25932,2010-04-02
........\.....\...\Resource.swf,25246,2010-04-02
........\.....\...\SWFProfiler.as,9454,2009-04-22
........\.....\...\Tools.as,1259,2010-04-16
........\.....\Super.as3proj,2583,2009-09-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Dushu
    数独游戏的Csharp源代码,很不错的,可以不注册下载(Sudoku game Csharp source code, very good, they do not register to download)
    2010-02-19 17:40:50下载
    积分:1
  • MineSweep
    高仿win7的扫雷游戏,很适合初学者学习(High imitation win7 minesweeper game, it is suitable for beginners to learn)
    2013-09-07 13:03:59下载
    积分:1
  • 24dianlunwen
    一个24点游戏的论文,可以作为格式来用,也可以用来自己做游戏(The papers of a 24-point game, as the format to use, can also be used to make their own game)
    2012-07-21 12:45:36下载
    积分:1
  • Tetris
    俄罗斯方块 纯C 语言版;精巧实现; 只有一个源码文件, 编译时请加上-std=c99 参数; gcc -std=c99 Tetris.c (Pure C language version of Tetris exquisite realization only one source file, when compiling with-std = c99 parameters gcc-std = c99 Tetris.c)
    2012-08-27 18:07:32下载
    积分:1
  • 2
    Background Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e., Area(R1∩R2∩…∩Rn) The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines. For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle. Input The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format: x1 x2 y1 y2 such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers. Output The output file contains the area of the intersection of all the rectangles.
    2013-11-15 02:58:38下载
    积分:1
  • yanhua
    可惜一开始没能画成圆,所以整个过程都是菱形的变换,希望大家多多指教,能够想办法把初始状态就围成一个圆(Unfortunately, the beginning could not draw into a round, so the whole process is the diamond transformation, we hope the exhibitions, to be able to think of a way to put the initial state is surrounded by a circle)
    2013-02-23 18:24:04下载
    积分:1
  • slss
    少儿算数软件根据网络下载的版本进行完善,主要去除了一些第三方控件,改成Delphi 2007自身已经提供的控件。 (Children count software to download the network version of the perfect addition to a number of major third-party control into Delphi 2007 has provided its own control.)
    2009-05-06 18:05:49下载
    积分:1
  • Greedy-Snake
    基于NIOS II的贪吃蛇游戏设计,有三种模式:普通模式、障碍物模式、双蛇模式(Greedy Snake)
    2013-07-12 16:27:55下载
    积分:1
  • 3D-TANK
    3D坦克视频教程及源码,非常详细,适合初学者参考(3D tank)
    2013-08-13 14:13:21下载
    积分:1
  • ItcastTetris
    一个小型的俄罗斯方块游戏,初学java编的,不足处望提出建议(A small game tetris, beginners Java, insufficient place at advice)
    2013-09-03 13:18:42下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载