NECROKRIEG's Forum Posts

  • anthonykojima

    Please update this game it crashes on both of the 'latest' PC versions of chrome (Version 42.0.2311.90 m) and Firefox (37.0.1)

    The game crashes when you start typing the 2nd word however the awesome soundtrack keeps on playing

  • NECROKRIEG I never tested it in Android Chrome, I can't see why it wouldn't work. Does the mute buttons just not work at all or does it mute all the tracks at once? If it's the latter then I'd say that was a limitation in AC as they probably look at all audio as one object, opposed to Chrome which allows C2 to effect an individual piece of audio by it's "tag".

    Hi When I un-tick the boxes in Android Chrome it doesn't mute any of the tracks, it doesn't turn off the full track either. However the volume meter does decrease to '-5 0'.

    Thanks for the response, I have a feeling that AC sees the track as one instead of multiple layers, I will do some more research to see if it's possible to layer the music in mobile browsers, it might be a limitation.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • jobel this is a really nice example.

    Is it technically possible to mute layers of music in a mobile browser?

    I played this demo on Android Chrome but the mute buttons don't seem to mute individual tracks.

    Android Chrome does play all the music layers at once.

  • Zathan I have made a menu that slides in smoothly (read into 'lerp' and 'dt' functions) BUT it only slides in when the game starts.

    Can anyone help with a On / off button that slides the menu In and Out?

    (the attached example also includes a card match game with snapping)

  • [quote:xdwoi838] QuaziGNRLnose It uses WebGL, so it is hardware accelerated (it's using the GPU)

    Thank you for the kind words everyone, i'll keep working hard on the plugin to add features and examples/documentation as quickly as i can!

    It's pretty impressive, keep it up! I just purchased it. Imagine developing a 3D editor plugin for C2. I wonder if that's possible or if Ashley has to implement it.

  • just playing around with it, I made a little 3D platformer demo

    demo: http://funandfunnygames.com/demo/3dtestplatform

    source: http://funandfunnygames.com/demo/3dtest ... orm3d.capx

    also here's an 8 directional test, just changed the platform behavior to 8-directional

    http://funandfunnygames.com/demo/3dtest8dir

    AMAZING demo, great stuff! <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked">

  • Impressive, mostly 30fps. I like how you don't need to install a plugin for your browser unlike a unity 3D game, its very cool from a user experience point of view. But does this mean that a Construct 3D game won't be able to take full advantage of a computer's GPU? (I understand that unity 3D's plugin allows full access to the GPU, am I wrong?)

  • divaweb Dasat

    To get the iframe to work in ios Make sure you:

    0. Install this CSS Plugin

    1. Save the code below as a CSS file in notepad. Let's say I name the file "style.css"

    html, body {

         background: transparent !important;

         color: transparent !important;

         background-color: transparent !important;

         position: absolute;

         top: 0;

         left: 0;

         right: 0;

         -webkit-backface-visibility: visible;

    }

    2. Import the css file into "Files" by right clicking the "Files" folder (located in "Projects" window)

    3. Add this bit of code in events:

       System | On start of Layout > CSSImport | "style.css" (include brackets)

    4. Click on the "CSSImport" object in the "Projects" window and make sure you add the CSS file name "style.css" to the "CSS filename" property box, like so:

    <img src="http://i.imgur.com/c5Emg.png" border="0">

    5. ????

    6. Profit :)

  • <img src="http://www.superlongname.com/images/event_id_215_global_game_jam.png" border="0">

    Is anyone participating in the global jam this January 24th 2014?

    It would be great to get a feel of who's participating and where!

    We could then post our games after the event and have a good 'ol show and tell!

    Game Jam Sign Up

    <img src="smileys/smiley17.gif" border="0" align="middle">

  • xanxion Truck physics example? It might help with balancing weight.

  • Ashodin

    Great example.

    Is there a way to search for a specific 'word' within the words.txt file? I'm trying to figure out the best way to search a database using a TextBox.

    This is what Iv experimented with capx

  • Shapter ooh thanks for the xml compatibility advice! That's a good idea; releasing a combat app for an established game. It does connect the player more to the game when they can't play. I guess GTA5 did this with their mini game app.

    I did another doodle using the CSV plugin instead of using the Xml plugin. It loads images from URLs. The url links are stored in the CSV plugon. Might be useful. Csv Capx

    Love a bit of Saul Bass. Check some of this art out. Music & Cover Art

    <img src="http://31.media.tumblr.com/9918dff8541624f6f0b9a12d969eb135/tumblr_mkfkb40f7L1s0d8ndo1_1280.png" border="0">

  • Hi.

    I need a bit of help making a search box feature that loads a URL and a Fact. I'm using the CSV plugin and arrays. I'm at the stage where Iv placed the CSV data in an array and can load up images from Url's by pressing a button, but I'm not sure how to associate the'DATE's with the 'FACT' & 'URL' column so they're searchable.

    Capx

    The Idea: The user types in a date from the 'DATE' column, eg.'1 Jan 1942'. The programme will then bring up a fact and load the associated image from a URL.

    This is the spreadsheet before it's converted to CSV format (comma separated values)

    <img src="https://dl.dropboxusercontent.com/u/20299415/capx-forum/Pictures/facts-spreadsheet.png" border="0">

    Iv made a primitive search feature that works but it will mean I would have to do everything manually. (Capx demos this)

    What would be the best way to look up a fact by searching a date?

    Is the best way to load the 3 columns of data (pic above) into the Array and write an expression in the Text Box with the logic:

    When a "DATE" is detected in the Array:

    Sprite loads image from "URL" index of array.

    Text loads "FACT" from index of array.

    I'm a bit lost on how to form an expression.

    Thanks.

  • zenox98 woops. Didnt realise the age. The thread seemed relevant as it was among more recent posts in my search. I'll re-post in How Do I. Had no idea this is a CC post

    Post Move Here

  • Hey Games newt this might help:

    This is a basic example of loading in CSV data into an array. capx

    The Idea: The user types in a date from the 'DATE' column, eg.'1 Jan 1942'. The programm will then bring up a fact and load the associated image from a URL. Iv added a randomise button that uses the array to randomise a URL.

    <img src="https://dl.dropboxusercontent.com/u/20299415/capx-forum/Pictures/facts-spreadsheet.png" border="0">

    My Process: I made a spreadsheet via google docs, downlaoded it as a CSV file and then copied the CSV spreadsheet data and pasted it into the CSV plugin (you probably can load in the CSV doc instead of pasting data into C2)

    Iv made a primitive search feature that works but it will mean I would have to do everything manually.

    Would you guys happen to know how to look up one of the facts by searching a date in the text box?

    Is the best way to load the 3 columns of data into the Array and write an expression in the Text Box with the logic of:

    When a "DATE" is detected in the Array:

    Sprite loads image from "URL" index of array.

    Text loads "FACT" from index of array.