SoldjahBoy's Forum Posts

  • Great concept. I love it.

    ~Sol

  • I dont know if its my bandwith, but this site takes AGES to load. If I'd just been surfing around, I would leave the site before it really opened

    The whole site is around 8Mb.

    Takes maybe 10 seconds to load on my connection here, and I only get 6mbit. Must be bandwidth... not much I can do about that though, I'm afraid. :/

    ~Sol

  • How did you do the uploading image thing?

    I hired someone to write it in java, then I used an iframe to display it.

    It still needs to be styled and stuff like that. That part isn't 100% polished, but it's functional.

    ~Sol

  • Site is basically 99% complete now.

    I have a few little things to still do, like some sitemap links for facebook and twitter... and the online store is still being built, but yeah, all HTML5 stuff is finished :D

    It's been a long road. I sure as hell don't feel like a coffee either.

    ~Sol

  • Haha awesome I love this game on my iphone. The translation to HTML5 is perfect :D

    ~Sol

  • septeven

    It's cool man no stress. I made a way around it that works just fine, but a fix some time would be awesome.

    This is a useful plugin, thanks for spending the time to work through it :D

    After the site goes live, I can send you the capx if you still want it. I have removed the offending code though, so again I can try to reproduce.

    Cheers in advance.

    ~Sol

  • Sorry, I didn't read all

    Maybe you should read it, when you have the time :/

    I said, after announcing the original problem... that by updating from v1.12 to v1.13(or was it 14) broke it further. It is still broken in 1.15, "it" being the bit I guess you didn't read. O.o

    See the expression in my previous post for more details.

    ~Sol

  • Hi Septeven, I hate to be a pain but I am having a similar issue to Nickydude as well, now because my client wanted some slight change. I have a button that tells each box to select a certain line but it only affects the box which was created first.

    I still won't be able to reproduce the bug in my cap for a few more days (I am going on a short trip tomorrow for two days) but this fix would be appreciated in the meantime.

    Thanks in advance!

    *EDIT*

    I just updated to the most recent release, and the problem still exists (just thought I would check). Now however, most disturbingly... it seems more broken than before.

    I have an event:

    EVERY TICK -> TEXT BOX SET TEXT: GlobalVariable1 & ComboBox1.getValueSelected & ComboBox2.getValueSelected

    This used to work fine, now it only returns the Global Variable and seems to ignore the combo boxes.

    Like a true idiot I over-wrote the old plugin version so now I am royally borked :/

    *EDIT2*

    Luckily I had the old version still on my hard drive. I rolled back and it works again. I have made a workaround for the boxes not setting line properly, so the update is not super important.

    ~Sol

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • kiyoshi

    Adobe have already announced they are dumping Flash in favour of HTML5 for mobile devices. Not sure what plans are for continuing for PC or MAC. With severe stability issues surrounding Flash lately... Adobe will need to do do something before HTML5 not only catches up, but far surpasses Flash.

    On my PC, HTML5 already performs way better than flash. Flash seems to win still on older hardware platforms though.

    ~Sol

  • I've been here since the dawn of time.

    I am 32 years old, and found Construct Classic when it was still somewhere around version 0.3(ish) after looking for some of the old "Tigerworks" (which is Ashley) stuff for MMF.

    The rest is history.

    My professional background is in computing (both technical and retail), however I now own two businesses... a computer repair partnership, and a web/design firm.

    I look forward to using C2 more and more, to work with my HTML5 web component. *pokes Ashley for that CC update* But still really love CC for making "games".

    ~Sol

  • Ashley us a busy man, but he will come through. We just have to poke him in his tickly bits enough ;)

    ~Sol

  • Hi boys and girls.

    I haven't found any good tools for a while now, but it's nice to see some of the contributions from our members still coming in almost daily.

    I have discovered though, a nice piece of free software, that makes creating awesome flowcharts nice and painless. It has many different graphical panes which are fully customizable. You can also "auto arrange" your chart at the press of a button, in a variety of formats. It's all drag & drop, and pretty easy to use and master. You can save in the native format of yEd for future edits, but you can also easily export the chart to a picture format such as jpg, png, or bmp.

    You can get it here: yEd Graph Editor

    And you can use it to make super awesome flowcharts, like mine:

    Flowchart From Hell

    Hopefully this will help some of you in your planning stages, especially for super complex stuff like in my example for our upcoming release "Dead Awakening".

    Have fun!

    ~Sol

  • SoldjahBoy

    You may take off all things in relation with your client.

    It would be easier to remake the error. There are over 300 events spread over 20+ groups.

    It's a little bit... involved.

    I'll get a new capx and see if I can reproduce.

    ~Sol

  • SoldjahBoy

    No it doesn't help, please send me YOUR capx.

    I need it. Thx :)

    I can't send you my capx, unfortunately. It belongs to a advertising company under intellectual rights property.

    I will see if I can reproduce the bug in a new cpax file, once this project has been completed. Might be a few days.

    ~Sol

  • septeven

    That was Kyatric's example, not mine. I was aware that it was indexed from 1 not 0, but it didn't seem to make any difference to the error.

    My error seemed to be existing since I was trying to retrieve the index selection from the object, whatever it was (I was using EVERY TICK -> SET TEXTBOX.TEXT to COMBOBOX VALUE SELECTED) at the time. The problem was that the box did not exist in the layout yet.

    I can fix the problem by making a new condition "COMBOBOX.VISIBLE = VISIBLE" as part of the conditions for checking. This only returns the value when the object exists.

    Hopefully that helps.

    ~Sol