All Projects → Pixadecimal → Virtual_Controllers

Pixadecimal / Virtual_Controllers

Licence: other
Virtual controls for use in Flash based games on touch devices. Includes thumbstick and button ui elements

Programming Languages

actionscript
884 projects

Projects that are alternatives of or similar to Virtual Controllers

Alivepdf
[Official AlivePDF] - AlivePDF is a client side AS3 PDF generation library for Adobe Flash, Flex and AIR
Stars: ✭ 29 (+81.25%)
Mutual labels:  flash, flex
open-source-flash
Petition to open source Flash and Shockwave spec
Stars: ✭ 7,380 (+46025%)
Mutual labels:  flash, adobe
Vscode As3mxml
ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
Stars: ✭ 205 (+1181.25%)
Mutual labels:  flash
ssgl-doom-launcher
Super Shotgun Launcher - Modern Doom Frontend/Mod Launcher for every Desktop Operating System
Stars: ✭ 86 (+437.5%)
Mutual labels:  gaming
guepard
flash to html5 converter, as3 to javascript translator
Stars: ✭ 58 (+262.5%)
Mutual labels:  flash
Jpexs Decompiler
JPEXS Free Flash Decompiler
Stars: ✭ 2,939 (+18268.75%)
Mutual labels:  flash
crypto-against-humanity
Crypto Against Humanity - The never ending global game of shame.
Stars: ✭ 23 (+43.75%)
Mutual labels:  gaming
Aura.session
Tools for managing sessions, including session segments and read-once messages
Stars: ✭ 185 (+1056.25%)
Mutual labels:  flash
ControlBlockService2
This is the driver for the ControlBlock re.v 2.X, a power switch and input/output/gameapd gadget for the Raspberry Pi
Stars: ✭ 18 (+12.5%)
Mutual labels:  gaming
privacysec
I don't have anything to hide, but I don't have anything to show you either.
Stars: ✭ 110 (+587.5%)
Mutual labels:  adobe
ZSFakeTouch
Simulate touch events for iOS 模拟点击
Stars: ✭ 104 (+550%)
Mutual labels:  touch
cod-api
A thin Call of Duty API wrapper written in TypeScript
Stars: ✭ 40 (+150%)
Mutual labels:  gaming
Mornui
Morn UI is an ActionScript 3 UI Components for Flash,with lightweight, high performance, and a visual ui editor
Stars: ✭ 247 (+1443.75%)
Mutual labels:  flash
nix-gaming
Gaming on Nix
Stars: ✭ 142 (+787.5%)
Mutual labels:  gaming
Jumpdrive
Flash/Rescue SD Card image for PinePhone and PineTab
Stars: ✭ 217 (+1256.25%)
Mutual labels:  flash
cookbook-cq
Chef cookbook for Adobe CQ (aka AEM)
Stars: ✭ 20 (+25%)
Mutual labels:  adobe
Starling Framework
The Cross Platform Game Engine
Stars: ✭ 2,399 (+14893.75%)
Mutual labels:  flash
Dragonbonesas
DragonBones ActionScript Runtime
Stars: ✭ 248 (+1450%)
Mutual labels:  flash
Manga-Scripts
Scripts I use for manga/comic lettering
Stars: ✭ 34 (+112.5%)
Mutual labels:  adobe
toolchain
A cmake based toolchain with support for diffrent micrcocontrollers.
Stars: ✭ 16 (+0%)
Mutual labels:  flash
########################################################################
# 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 information

Files
-------------------
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]


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].