WilB's Forum Posts

  • You do not have permission to view this post

  • I was wondering if anyone on here is participating in the Angel Hack event next week?

    I'll be entering (I'll be at the Boston location) Also I'll be using Construct 2 as my main tool to develop my project that weekend.

    Here's the link to the event if anyone wants to check it out

    angelhack.com

    And if anyone is going to be at the Boston location feel free to say hi!

  • This is really good thanks for making it!

  • This is really great! I just played the game for about 15 minutes and I think I'm going back to playing it, really fun! I really liked how you put the ads in the game too, very tasteful way to do it(they loaded quickly and weren't over-done) really inspiring!

    How long did it take to make this?

    I would love if you made a tutorial for setting up sound on here too.

    Also I noticed some other games made by you in the android market, did you use Construct to make those too?

  • This is exactly what I was looking for, thanks so much!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here's what I'm looking to do

    have a button that when you press it, it pulls a random name from a list of about 1,000 names.

    Currently here's how I'm doing it(I have a feeling there is a much better way)

    I have a global variable named ChooseName it's a number

    when the button is clicked it picks a random number between 1-1000

    if the random number is 1 it sets the text to name1, if it's 2 it sets it to name2 etc...

    The problem is I have to do this for each name, it technically works but is incredibly inefficient. So here's what my ideal situation would be.

    I somehow would import a list of 1000 names.(I was thinking maybe the csv plugin might be a way to go with this)

    and then do the same thing with the ChooseName variable, except instead of creating a new event per name, it would just say to go to the line of the text file and set the text in the textbox to that name, this way it could be done in just one event instead of 1000.

    I have a feeling there is a somewhat simple way to do this, but I'm stuck at the moment and can't seem to figure it out. If anyone has any ideas I would truly appreciate it.

  • I was wondering, if anyone gotten sound to work on an Android tablet? I have an Acer Iconia a500, I have also tried it on my droid incredible and my girlfriend's mytouch 4g I can't get it to work on any of them.

    I have been trying to get it to work for a while now and have looked all over the forums and can't seem to get it to work. I can get it to play in the browser, but not when it built an apk with phonegap.

    From what I've read it can only play one sound at a time, and that's perfect for what I'm looking to do, but so far no luck. So here's what I'm wondering,

    1. Has anyone gotten sound to work on their android device?

    2. If you have gotten it to work, would you mind posting a .capx that I could download and see what I might be doing wrong?

    3. Here is a link to my .capx file too, what it's supposed to do is at the start of the frame play music. The sprite on the screen will rotate too, that's it really.

    dl.dropbox.com/u/6759226/sound%20tests.capx

    So if anyone has any suggestions I would truly appreciate it. I'm super stuck on this one.

    Thanks!