facebook

Question..

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #335869 Reply

    webguy12
    Member

    I wondering if you can build games with this..
    I am new and I haven’t installed it yet.. Just looking it over before I dl it..

    Thanks.

    What is PhoneGap do you need to install it.

    #335877

    paulD
    Member

    Hi Webguy

    Mobione is not designed to build games its more of a tool to build business apps. You can use a html 5 canvas but I’m not sure how well the game would run inside mobione as I’ve not seen any examples.

    To be honest if you want to make mobile games on windows i would look at Corona SDK.

    You don’t need to download phonegap to use Mobione.

    #335890

    Brandon
    Member

    Here is one I have used for games ( I am also working on a way to show them in MobiOne)
    http://www.scirra.com/construct2

    A Game I did with it: https://www.facebook.com/ISawZombiesCommunity/app_169400293184361

    #335931

    webguy12
    Member

    Hello..

    I have a web site called reallydumbvideos.com and I want to make an app where, where when you click on the categories it will show all of the titles of the videos when when you click on it them the video will play. Not sure where to start LOL..

    I would like to use this program to make this app.. I have tried phonegap didnt like it..

    #335952

    Brandon
    Member
    #335975

    @webguy12,

    Learning Center will help you getting started with basic things and other more advanced things. Hope this is helpful:
    https://www.genuitec.com/mobile/resources.html

    #336009

    webguy12
    Member

    @CincyPlanet wrote:

    @webguy12
    Something like this: http://cincyplanet.com/commercials/

    Yes…..

    #336047

    Brandon
    Member

    Its pretty easy to do.

    Add you video widget to the form and a list.

    In the list set them to run javascript and use something like the following code:

    var newurl = "url to your mp4";
    $("#m1-yourForm-video1").attr("onclick","phoneui.playVideo('"+newurl+"')");
    phoneui.playVideo(newurl);

    Do this on each list item.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Question..

You must be logged in to post in the forum log in