amariscal's Recent Forum Activity

  • ACT. 26.03.2013

    You can take the first look at HoC by clicking on this link: HoC BETA Spanish Version: hoc-gameconsole.webcindario.com/0050021071992/0521071992110911.html

    <img src="http://2.bp.blogspot.com/-08ExCXOtspw/UVDj7AbVn5I/AAAAAAAAB_g/wUsoHFdQhZ4/s1600/Hoc1.png" border="0" />

    HoC already been launched in beta, but not available to the public for a long and only language is Spanish and has been hosted on the servers of Interactive Contact.

    Developers want a first feedback from users and also that these help correct the errors found in the use of Beta HoC.

    We may see some cosmetic changes including at first sight from what appeared in his first ad, for example HoC logo.

    Contact Interactive has provided us with some pictures and specifications of HoC for its official launch today.

    In this picture we see the appearance of the main menu HoC where we can appreciate HoC applications available at launch.

    The YouTube application has been replaced by HoC Video which gives us access to audiovisual content delivered from Tu.tv.

    We can also see HoC Store applications, which will help us to access applications and games hoc HoC Chat which will not communicate with users worldwide HoC and Info HoC section which is no more than a Help and Information section on user HoC.

    The main novelty of HoC off the same platform as the applications and games that have room for the voice recognition system.

    Contact Interactive commented, however, that at this stage there are still BETA minor problems in recognizing certain words and are trying to adapt each command for ease of use and error free of this control system.

    <img src="http://1.bp.blogspot.com/-UQtTqlwyTt4/UVDkUsEtm8I/AAAAAAAAB_o/GYO0vv9K7ns/s1600/Hoc2.png" border="0" />

    As we can see from the pictures, the microphone access icon will appear at the top of the screen, in the menu hoc applications and games on this.

    The user simply pressed the microphone icon and speak what you want then that simple and you get to open an application like HoC Chat or HoC Store.

    When using this system in applications such as games and can open doors by using our voice, move the character, execute actions ...

    One of the projects mentioned by Interactive Adventure Luxor Contact after, could be a social simulator in which we would use as much of the web camera and microphone offering endless possibilities of control.

    HoC will be available to the public in April, even without a specific date for that month.

    Its initial version is 5.0 and will be available in English and Spanish.

    Interactive Contact unfortunately HoC reported that Firefox will not support OS until HoC have its 7.0 update.

    To report a problem found in HoC or any other question or review send an email to InteractiveContactalyo@gmail.com

    --------------------------------------------------------

    Information taken from: icontacta.blogspot.com

    Translated by Google Translator:

    <img src="http://2.bp.blogspot.com/-zMvyAVM4hzk/UU9naaO--PI/AAAAAAAAB-o/eW4boWaDEhE/s1600/Hoc0.png" border="0" />

    Interactive Contacta overturns all development planning'' presenting his own online video game'','' 'HoC'''

    The main novelty is the control system that uses as APIs that have been used recently as Google launched Web Speech (Voice Recognition for HTML5)

    Whatt is Hoc?

    <img src="http://2.bp.blogspot.com/-P4p1JZXRKQ8/UU9ngAGp2bI/AAAAAAAAB-w/jgnfeTQhFvs/s1600/Hoc1.png" border="0" />

    HoC is an'' online'' videcosnola developed in HTML5.

    Interactive Contacta used only programming language HTML5 HoC, and using APIs like Google Web Speech hoc for both applications and games available for it, can be controlled or have voice functions. Being designed in HTML5, HoC supports countless devices that support this format.

    Interactive Contacta Moreover, it will support developers who want to launch their apps and games in the HoC HoC Store.

    The first title that will have Luxor Adventure, a platformer and plowing ability using our camera and microphone to play.

    <img src="http://1.bp.blogspot.com/-1Y9865tOQf0/UU9nkEiimVI/AAAAAAAAB-4/txWdyqkgIbQ/s1600/Hoc2.png" border="0" />

    How HoC be used?

    Since this is a console'' online'', will need an internet connection to access it and all its contents.

    HoC simply download from the online stores that will be available (see details below) and after installation in your browser or device can access it and all its contents.

    HoC has been developed to enable will control functions by using our microphone (using our voice), our camera and touch control.

    <img src="http://3.bp.blogspot.com/-9K7RlIF_j5U/UU9nrCGEwaI/AAAAAAAAB_A/OihD1vrVVlc/s1600/Hoc3.png" border="0" />

    <img src="http://3.bp.blogspot.com/-r-ClZu2zJP8/UU9nrFzXcgI/AAAAAAAAB_E/VeZCu3lfKUM/s1600/Hoc4.png" border="0" />

    <img src="http://3.bp.blogspot.com/-YM_m941lyyE/UU9nrdK9uAI/AAAAAAAAB_I/ln9Vc489lsg/s1600/Hoc5.png" border="0" />

    Where can we buy HoC?

    Interactive Contacta HoC already confirmed that will be available in the month of April, although not specified the particular day, which also means a delay for Luxor Adventure because this was destined to see the light of day on April 1.

    Since all applications and games Interactive Contacta may only be charged by HoC, we expect to have it in order to enjoy them.

    We acquire HoC from Google Chrome Web Store, Market Place Clay.io or Firefox.

    HoC be available in English and Spanish.

    Throughout this week we will inform you about everything that comes on HoC and when it began to support independent developers Contact Interactive.

  • Hello.

    We are working on a voice recognition system with Web API Speech of Chrome, and we need help.

    As you can see in the example code siguiene, speech recognition is ready.

    Now what we do is that if for example the user says the microphone the word'' Hello'' be sent to a url.

    Does anyone know about comparing variables?

    Can anyone help?

    DEMO: luxor.webcindario.com/reconocimiento.html

    HTML CODE:

    <!DOCTYPE HTML>

    <html lang="es-MX">

    <head>

         <meta charset="UTF-8">

         <title>Webkit Speech Demo - </title>

    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

         

         <script>

              if (document.createElement("input").webkitSpeech === undefined) {

                  ?document.write("<p>Lo siento, tu navegador no soporta esta funci?n.</p>");

              }

              

              function kinduff() {

                  ?$("#showme").fadeIn();

                  ?var value = $("#q").val();

                  ?$("span.var").text('"'+value+'"');

                  ?//event.target.form.submit();

              }

         </script>

    </head>

    <body>

    <div id="kinduff">

    <h1>Webkit Speech Demo</h1>

    <p><span>INTERACTIVE CONTACTA</span></a></p>

    <form>

    <input name="q" id="q" type="text" x-webkit-speech speech error onwebkitspeechchange="kinduff();"/>

    </form>

    <div id="showme">

    <p>La variable es <span class="var"></span>.</p><br /></p>

    </div>

  • -We have no knowledge of English, translate the text from Google-

    Hello.

    Introduce myself.

    My name is Adrian Marshall.

    I have 21 years, I'm from Spain.

    Currently I am part of a group of application development and HTML5 video games, in which we currently use Game Maker Construct 2 and Master Collection.

    '' We think this project idea for quite some time''.

    Currently, projects are being seen as Ouya or Stick Game, game consoles that use Android operating system.

    Firefox also has presented its mobile operating system based on HTML5.

    Why not HTML5-based game console?

    HTML5 is very successful when it comes to applications and games, and a video game designed in this programming language, from our point of view would be a success.

    Why?

    First: The low cost of development.

    Second: If the development is of low cost, market price would be very appealing to users.

    Third: Ease and attraction for developers of applications and is very easy juegos.HTML5 and in turn, allows many things in its development.

    We are now informing us in funding agencies, and other related terms documentandonos about what it takes to launch this project, and we wanted to announce the following forums:

    We look for people who can develop hardware and software to work on this project.

    We do a budget the amount of money needed to start the project.

    We do a budget the amount of money needed to start the project.

    email: interactivecontactaask@gmail.com

    And we sendWe have no knowledge of English, translate the text from Google.We have no knowledge of English, translate the text from Google.

  • Hello.

    We try to write correctly to express ourselves, but we have no knowledge of English and translate from Google, we are in Spain.

    Even before we tried to find a plugin that would allow us to use the microphone to perform certain actions in a game that we are designing in HTML5.

    Today we came across this story while surfing internet.

    google.com/intl/en/chrome/demos/speech.html

    Google to integrated a voice reconocmiento API for Chrome, and seeing this wonder:

    Could you add this to Construct 2?

    Could create a plugin for PLS voice recognition in games?

    For example:

    The user blows into the microphone and this makes an action.

    You say'' Hello'' and Construct 2 recognizes the word'' Hello'' and this makes an action.

    We need someone volunteer because they do not have sufficient financial means to pay for the help, but offer add in the credits of our game the name of the person that create the plugin.

  • TEXT TRANSLATED FROM GOOGLE, I HAVE NO KNOWLEDGE OF ENGLISH SPEAKING

    Hello, I am part of a group of application developers and HTML5 games, our official blog is: icontacta.blogspot.com.

    Currently working on a title called Luxor Adventure, which already has a demo in the store and Clay.io:

    DEMO CLAY.IO: luxoradventure.clay.io

    The game uses the webcam functions when playing but we would like to integrate with the microphone options.

    Not talking about record sounds, or other things, just we would need the following.

    The player blows into the microphone, and this makes an action in the game.

    Only need something like that.

    We have no knowledge to design plugins, and we would need someone with this knowledge and your help, we could help with this.

    The creator of the plugin, appear in the credits of the game as a collaborator.

    Many gracias.Un greeting.

  • I'm designing the game to launch after a Chrome Web Store, could explain how I have to do to add JS Cocon Ads ads, and tried to create the object and the event but I only indicates the placement of ads and the activation or deactivation of the ads aperece not any such section to insert the key ad that I want to Pub Mo

    thanks

  • Monetize with publiciad HTML5 game?

    Is there a website where you can get codes to put ads in the index.html of HTML5 games?

    I refer to the following:

    Something like AdSense, you get a code for each ad which you add in your index.html and then upload the application to the Chrome Web Store.

    I do not mean the system is in Clay.io such that only lets you monetize if the games are hosted on their website.

  • try to contact him, but no answer, but know someone create plugin?

    need this plugin please.

  • someone who can design plugin can work with us to what we need?

    thank you very much

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • knows someone create plugin?

    Hello.

    Conocminentos We have to develop our own plugin, and

    we are designing a game in which we would like to be able to do the following with the webcam:

    The player cover the web cam, and construct detects no light, or image, no opacity, and after this executes an action.

    Could anyone die�ar a plugin like this?

    Would put their data in the credits of nuetra game and bring us much help.

    A greeting and thanks.

    I AM FROM SPAIN WRITE WITH GOOGLE TRANSLATORknows someone create plugin?

  • Is there any plugin to use webcam in this way?

    For example:

    By covering the camera with your hand, for example, the camera goes dark and has no nununa opacity.

    A camera detects that the event does not have opacity and sends us to another room.

    This is possible? How I can get the plugin or I can do?

  • Uer media, works on Android?

    I mean, when you create the object of the camera, this works on Android?

    Anyone know?

amariscal's avatar

amariscal

Member since 20 Jan, 2013

None one is following amariscal yet!

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies