上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 43 下一页
摘要: local myImage = display.newImage( "img/1.png" ,200,200)local myGroup=display.newGroup( )myImage:insert( myImage )myGroup.numChildren 阅读全文
posted @ 2015-04-13 22:37 yufenghou 阅读(134) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-27 17:56 yufenghou 阅读(597) 评论(0) 推荐(0)
摘要: local scheduler = require(cc.PACKAGE_NAME .. ".scheduler")local MainScene = class("MainScene", function() return display.newScene("MainScene")end)f... 阅读全文
posted @ 2015-03-27 16:53 yufenghou 阅读(265) 评论(0) 推荐(0)
摘要: using UnityEngine;using System.Collections;public class Flipped : MonoBehaviour { // Update is called once per frame void Update () { Rig... 阅读全文
posted @ 2015-03-20 22:32 yufenghou 阅读(891) 评论(0) 推荐(0)
摘要: using UnityEngine;using System.Collections;public class Flipped : MonoBehaviour { public bool isFlipped=false; // Update is called once per fram... 阅读全文
posted @ 2015-03-20 22:16 yufenghou 阅读(225) 评论(0) 推荐(0)
摘要: using UnityEngine;using System.Collections;public class move : MonoBehaviour { // Use this for initialization void Start () { } //... 阅读全文
posted @ 2015-03-19 15:38 yufenghou 阅读(265) 评论(0) 推荐(0)
摘要: using UnityEngine;using System.Collections;public class addFore : MonoBehaviour { private GameObject box; // Use this for initialization void... 阅读全文
posted @ 2015-03-19 14:04 yufenghou 阅读(720) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using Microsoft.Xna.Framework;using Microsoft.Xna.Framework.Audio;using Microsoft.Xna.... 阅读全文
posted @ 2015-03-11 00:09 yufenghou 阅读(228) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using Microsoft.Xna.Framework;using Microsoft.Xna.Framework.Audio;using Microsoft.Xna.... 阅读全文
posted @ 2015-03-10 23:57 yufenghou 阅读(148) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Linq;using Microsoft.Xna.Framework;using Microsoft.Xna.Framework.Audio;using Microsoft.Xna.... 阅读全文
posted @ 2015-03-10 23:41 yufenghou 阅读(148) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 43 下一页