brhodes8's Recent Forum Activity

  • I've uploaded an HTML5 game that uses SpeechSynthesis and then want to access it on my iphone via Safari and a website.

    I've run SupportSpeechSynthesis test and it works and is supported on my iphone.

    The only issue is that no sound is being produces when I trigger speech synthesis through a button press.

    Any ideas or tips on getting this to work?

  • Hey There!

    Here's what I wish I could do:

    1. Upload my game to any web hosting site (wix, squarespace,etc) looking for recommendations!

    2. Have that game be played full screen in the browser at that URL, just like when you preview it in Construct 3 or remote preview. (I've only seen construct games being played in small windows online)

    Any help and recommendations for where and how to do this is really appreciated!

    Thank you,

    Bryan

  • You do not have permission to view this post

  • Hi Community,

    I'm trying to figure out how to perform an excel like vlookup search in construct.

    Here is the pathway i would like to take

    User types last name into text box

    Text box entry is set to global variable "nameentry"

    On search button clicked - search "nameentry" in Array column 1

    If nameentry finds a match in column 1, output the row number in which it was found

    Set global variable "rownumberofname" = to the search output (row in which "nameentry" was found)

    Can anybody help with this?

    Thank you!

    bryan

  • Thank you very much! This format works for what i want to do, i just don't know the easiest way to convert a standard csv to this format without manually editing it.

    For a 3D array you want your JSON in this format:

    {

    "c2array":true,

    "size":[2,3,4],

    "data":[ > > [ [0,1,2,3], [4,5,6,7], [8,9,10,11] ],

    [ [12,13,14,15], [16,17,18,19 ], [20,21,22,23] ]

    ]

    }

    For 2D like this:

    {

    "c2array":true,

    "size":[2,3,1],

    "data":[ > > [ [0], [1], [2] ],

    [ [3], [4], [5] ]

    ]

    }

  • Hey Everyone,

    I'm trying to import a large csv (deliminated by commas) into my game with the ability to change global variables to values located in the array.

    Some questions:

    What is the exact format of the JSON file does it need to be in? I've seen things about tweaking the format of standard JOSN

    Anyone have a good source to convert CSV to JSON?

    Thank you!

    Bryan

  • Hey Everyone,

    I'm trying to import a large csv (deliminated by commas) into my game with the ability to change global variables to values located in the array.

    Some questions:

    What is the exact format of the JSON file does it need to be in? I've seen things about tweaking the format of standard JOSN

    Anyone have a good source to convert CSV to JSON?

    Thank you!

    Bryan

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So I'm trying to do something fairly complex but hopefully one of you geniuses out there can solve it in 2 seconds.

    I'm going to try and be as specific as I can to help you out.

    I want to create a filter using lists to narrow down the number of results.

    User selects from 4 lists different selection criteria. These are the 4 lists.

    1. Color; red;green;blue

    2. size; small;medium;large

    3. Material;cotton;silk;leather

    4. Style;vintage;current;modern

    based on their selections, lets say... red small cotton and modern

    it would generate a list, could be just one or multiple, of items that fit that description.

    it would be drawing from a database of multiple items

    to continue, when a user clicks the button find my items it generates a list that would have three columns

    Designer, ID Number, and Location.

    Like i said there could be multiple items or just one that fit the LIST criteria selected by the user.

    ALSO and this is important, if a user doesn't select a list like leaves style blank, i want the list to populate all items that are tagged with either vintage, current, or modern.

    I'm open to using JSON to import a list from excel or any method.

    The thing i really need to know how to filter a list in a way that can return multiple items.

    For one more visual.

    Color: Red

    Size: Small

    Material: Blank

    Style: Vintage

    [FIND MY ITEMS]

    Designer | ID Number | Location |

    Joes | 383030 | Store 3 |

    Johns | 345454 | Store 1 |

    Hudson | 385353 | Store 5 |

    AA | 353550 | Store 3 |

    THANK YOU SO MUCH!!!!

  • So I'm trying to do something fairly complex but hopefully one of you geniuses out there can solve it in 2 seconds.

    I'm going to try and be as specific as I can to help you out.

    I want to create a filter using lists to narrow down the number of results.

    User selects from 4 lists different selection criteria. These are the 4 lists.

    1. Color; red;green;blue

    2. size; small;medium;large

    3. Material;cotton;silk;leather

    4. Style;vintage;current;modern

    based on their selections, lets say... red small cotton and modern

    it would generate a list, could be just one or multiple, of items that fit that description.

    it would be drawing from a database of multiple items

    to continue, when a user clicks the button find my items it generates a list that would have three columns

    Designer, ID Number, and Location.

    Like i said there could be multiple items or just one that fit the LIST criteria selected by the user.

    ALSO and this is important, if a user doesn't select a list like leaves style blank, i want the list to populate all items that are tagged with either vintage, current, or modern.

    I'm open to using JSON to import a list from excel or any method.

    The thing i really need to know how to filter a list in a way that can return multiple items.

    For one more visual.

    Color: Red

    Size: Small

    Material: Blank

    Style: Vintage

    [FIND MY ITEMS]

    Designer | ID Number | Location |

    Joes | 383030 | Store 3 |

    Johns | 345454 | Store 1 |

    Hudson | 385353 | Store 5 |

    AA | 353550 | Store 3 |

    THANK YOU SO MUCH!!!!

  • [attachment=0:32q39rj2][/attachment:32q39rj2]

    hundredfold

    Thank you for the help and quick replies. However Maybe i simplified the event list too much. I know about the OR block but it won't help as there will be multiple conditions. Please see new attached picture to understand why the OR block wont work.

    The logical path should be IF Array.at(0)=2 AND Array.at(1)= 1 OR 2 then set text to "working"

  • [attachment=0:2zzkz3dg][/attachment:2zzkz3dg]

    Hello!

    I'm trying to simply compare the value at an array and if the value Array.at(1) = 1 or 2 to change the text to working. However, when I change the value of the array.at(1) = 2, it does not change the text. But it does change the text when array.at(1) = 1. Please let me know what I'm doing wrong with my or expression. I attached a picture of my very simplified event list.

    Thank you,

    Bryan Rhodes

  • Thank you Enzan

    I have looked into that and it works great on my computer when i run it but i have trouble when exporting it to a device. Does anyone know the requirements for exportation? Phone gap, cocoonjs, etc?

brhodes8's avatar

brhodes8

Member since 7 Jun, 2013

None one is following brhodes8 yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies