Scratch-Mobile-1.0.0

所属分类:Windows编程
开发工具:FlashMX
文件大小:4269KB
下载次数:13
上传日期:2016-07-06 13:09:24
上 传 者暗无
说明:  美国麻省理工大学为小孩教育写的图形化编程软件,公布了源码。 用户有需要可以在该源码基础上添加自己的模块。
(Massachusetts Institute of technology for children to write graphical programming software, announced the source code. Users need to be able to add their own modules on the basis of the source.)

文件列表:
Scratch-Mobile-1.0.0 (0, 2016-02-02)
Scratch-Mobile-1.0.0\.idea (0, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\.name (13, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\ant.xml (179, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\codeStyleSettings.xml (1859, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\compiler.xml (739, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\copyright (0, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\copyright\profiles_settings.xml (74, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\encodings.xml (164, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\flexCompiler.xml (173, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\gradle.xml (551, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\libraries (0, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\libraries\as3corelib.xml (231, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\libraries\blooddy_crypto.xml (231, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\misc.xml (1064, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\modules.xml (266, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\runConfigurations (0, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\runConfigurations\Remote_Debug.xml (683, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\scopes (0, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\scopes\scope_settings.xml (139, 2016-02-02)
Scratch-Mobile-1.0.0\.idea\vcs.xml (219, 2016-02-02)
Scratch-Mobile-1.0.0\.travis.yml (887, 2016-02-02)
Scratch-Mobile-1.0.0\CONTRIBUTORS (475, 2016-02-02)
Scratch-Mobile-1.0.0\COPYING (36183, 2016-02-02)
Scratch-Mobile-1.0.0\Scratch-app.xml (1393, 2016-02-02)
Scratch-Mobile-1.0.0\TRADEMARK_POLICY (959, 2016-02-02)
Scratch-Mobile-1.0.0\build-common.xml (1250, 2016-02-02)
Scratch-Mobile-1.0.0\build.gradle (93, 2016-02-02)
Scratch-Mobile-1.0.0\build.properties (395, 2016-02-02)
Scratch-Mobile-1.0.0\build.xml (4991, 2016-02-02)
Scratch-Mobile-1.0.0\certificates (0, 2016-02-02)
Scratch-Mobile-1.0.0\certificates\Scratch_android.p12 (4955, 2016-02-02)
Scratch-Mobile-1.0.0\certificates\Scratch_iOS.mobileprovision (11389, 2016-02-02)
Scratch-Mobile-1.0.0\certificates\Scratch_iOS.p12 (1637, 2016-02-02)
Scratch-Mobile-1.0.0\config.groovy (445, 2016-02-02)
Scratch-Mobile-1.0.0\gradle (0, 2016-02-02)
Scratch-Mobile-1.0.0\gradle\wrapper (0, 2016-02-02)
... ...

## Scratch 2.0 Compiled For Mobile This code has been released under the GPL version 2 license. Forks can be released under the GPL v2 or any later version of the GPL. Based off of [Scratch 2.0 by MIT](http://scratch.mit.edu): http://scratch.mit.edu [Scratch Forums Topic](https://scratch.mit.edu/discuss/topic/60012) ### Building To build Scratch 2.0 for mobile you will need [Ant](http://ant.apache.org/), the [Flex SDK](http://flex.apache.org/) version 4.10+, and [playerglobal.swc files](http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html#playerglobal) for Flash Player versions 10.2 and 11.4 added to the Flex SDK. After downloading ``playerglobal11_4.swc`` and ``playerglobal10_2.swc``, move them to ``/frameworks/libs/player//playerglobal.swc``. E.g., ``playerglobal11_4.swc`` should be located at ``/frameworks/libs/player/11.4/playerglobal.swc``. Create a ``local.properties`` file to set the required options. Your ``local.properties`` file may look something like this: ``` FLEX_HOME=/Users/elfin8er/Downloads/flexsdk SCRATCH_HOME=/Users/elfin8er/Documents/Programming/ScratchMobile/scratch-flash android.certificate.password=PASSWORD ios.certificate.password=1234 bin.ext=.bat certificates.path=${SCRATCH_HOME}/certificates ios.provision.path=${certificates.path}/Scratch_iOS.mobileprovision ios.certificate.path=${certificates.path}/Scratch_iOS.p12 android.certificate.path=${certificates.path}/Scratch_android.p12 ``` I have included iOS and Android certificates, but if you'd like to use your own, you can define their locations above. You can create an Android certificate with the following command: ``` keytool -genkey -v -keystore myname.key.p12 -alias alias_name -keyalg RSA -storetype pkcs12 -keysize 2048 -validity 10000 ``` Now you can run Ant ('ant' from the commandline) to build a 11.6 SWF, 10.2 SWF, APK, and iPA. If the source is building but the resulting .swf is producing runtime errors, your first course of action should be to download version 4.11 of the Flex SDK and try targeting that. The Apache foundation maintains an [installer](http://flex.apache.org/installer.html) that lets you select a variety of versions. Please note that the Scratch trademarks (including the Scratch name, logo, Scratch Cat, and Gobo) are property of MIT. For use of these Marks, please see the [Scratch Trademark Policy](http://wiki.scratch.mit.edu/wiki/Scratch_1.4_Source_Code#Scratch_Trademark_Policy). ### Debugging Here are a few integrated development environments available with Flash debugging support: * [Intellij IDEA](http://www.jetbrains.com/idea/features/flex_ide.html) * [Adobe Flash Builder](http://www.adobe.com/products/flash-builder.html) * [FlashDevelop](http://www.flashdevelop.org/) * [FDT for Eclipse](http://fdt.powerflasher.com/)

近期下载者

相关文件


收藏者