Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pixadecimal/Virtual_Controllers
Virtual controls for use in Flash based games on touch devices. Includes thumbstick and button ui elements
https://github.com/Pixadecimal/Virtual_Controllers
actionscript adobe flash flex gaming touch
Last synced: about 2 months ago
JSON representation
Virtual controls for use in Flash based games on touch devices. Includes thumbstick and button ui elements
- Host: GitHub
- URL: https://github.com/Pixadecimal/Virtual_Controllers
- Owner: Pixadecimal
- Created: 2011-04-26T09:06:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T15:55:41.000Z (over 7 years ago)
- Last Synced: 2024-08-04T05:03:52.306Z (5 months ago)
- Topics: actionscript, adobe, flash, flex, gaming, touch
- Language: ActionScript
- Homepage:
- Size: 58.6 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - Virtual_Controllers - Virtual controls for use in Flash based games on touch devices. Includes thumbstick and button ui elements (Video Games / Game Controller)
README
########################################################################
# This file is released under the Creative Commons Attribution-Share
# Alike 3.0 License
#
# All enclosed files are copyright (C) 2011 Mike Jones & FlashGen.Com,
# unless otherwise indicated.
#
# You can redistribute it and/or modify it under the terms of the
# CREATIVE COMMONS ATTRIBUTION-SHARE ALIKE 3.0 License as published by
# the Creative Commons.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# See the Creative Commons Attribution-Share Alike 3.0 License for
# more details.
#
# For any queries not directly related to the CREATIVE COMMONS
# ATTRIBUTION-SHARE ALIKE 3.0 LICENSE please use the following methods
# of contact:
#
# web: http://blog.flashgen.com
# email: [email protected]
#
########################################################################Thanks for downloading this code. I hope it will be useful for you. Before
you open the file please take the time to read this document- it isn't
that long but does contain valuable information.Directory Structure
-------------------
The repository is broken down in to three sections:src - This contains the source code
bin - A binary SWC file that contains the compiled code in the src folder
docs - Any supporting documents / API informationFiles
-------------------
Within the src folder are a set of nested folders (packages) for the
ActionScript classes used by the controls. There is also a Flash
Professional file called VirtualControllers.fla in the root of the src
folder. This FLA will only open in Flash Professional CS5 or newer.To compile and test the controls, open VirtualControllers.fla in Flash
Professional and test the movie. This FLA contains a simple example that
hooks the thumb stick up to a text field to display the output (position)
of the controller.Warranty
--------------------
As the Creative Commons license above indicates. This code is provided 'as is'
and without warranty. Use it at your own risk.That said, if you do have a question please feel free to drop me an email
at: [email protected]