-
Notifications
You must be signed in to change notification settings - Fork 0
Is a chidya ud game - http://en.wikipedia.org/wiki/Simon_says
yadurajiv/chidiyaud
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Is a chidya ud game - http://en.wikipedia.org/wiki/Simon_says [Getting it up and running in windows] Get Flex 4.1 Get Flash Develop Open chidiyaUd.as3proj and you are set to go [Command line using mxmlc] Get Flex 4.1 Make sure that JAVA_HOME variable is set to where Java/jre is - (note: win7 64bit might have java64bit in it's path, make sure to use Flex 64bit or point the JAVA_HOME to 32bit jre folder in Progarm Files(x86)) to compile, run mxmlc from the command line inside the Folder For Debug mxmlc -optimize=true -output bin/chidiyaUd.swf -static-link-runtime-shared-libraries=true --target-player=10.0.0 -compiler.debug=true src/Main.as For Release mxmlc -optimize=true -output bin/chidiyaUd.swf -static-link-runtime-shared-libraries=true --target-player=10.0.0 -compiler.debug=false src/Main.as Note: running mxmlc on fcsh(the flash shell which comes with Flex) is much faster if you have to repeatedly compile your code. The same command above will work inside fcsh
Releases
No releases published
Packages 0
No packages published