dylestorm's Recent Forum Activity

  • I will give it a try again, it wasn't working for me for some reason.

    Btw awesome game :) the pixelated effect confused me at first. I keep thinking whether my eyes were going blur or something haha.

    Edit: May I ask 2 things?

    1. how did you get the username to show on your main menu? Can't seem to find anything from the Kongregate plugin to show that.

    2. how did you submit the score? Was it just "Submit statistic when game ends" or you used "On Login" > "submit statistic when game ends"?

    Thanks in advance :)

  • If there's C2 on the Mac I would drop my windows laptop in a beat :P

    Mainly because I'm also doing iOS development at the same time so having just to use one laptop for everything would be awesome.

    Unfortunately I don't have enough space on my macbook to install windows 7 bootcamp so that's out of the question.

    All things aside, I would prefer the team to focus on making C2 even more awesome on one platform rather than going multi-platform with mediocre results :)

  • Hi Windwalker,

    I'm still a bit confused. Could you make an example?

    Thanks in advance :)

  • Hi lukedirago

    Unfortunately it doesn't seem to work. Did you export it as Kongregate and then change the js url?

  • Hi Guys,

    I can't seem to figure out why my object keep going missing during runtime.

    In my sample below, my Player object will just disappear after a short while. No other objects or events are triggering it.

    If I were to guess, the cause might be how I "loop" the ground image but still doesn't make sense.

    Any help is very much appreciated. Thanks in advance.

    https://dl.dropboxusercontent.com/u/200443531/endless_runner.capx

  • Awesome! Thanks for the reply.

    That issue has been giving me tons of headache

  • Hi guys,

    I tried playing my game on Mac OS X Safari Version 6.0.5 (8536.30.1) but the moment my main menu loads, Safari crashes.

    From the crash report, only this area makes sense;

    Crashed Thread: 15 Audio Decoder

    Exception Type: EXC_BAD_ACCESS (SIGSEGV)

    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef

    Anyone else having problems running their game on Safari? I tried other HTML5 games on the web and they all worked fine.

  • Hi Guys,

    For those who have uploaded their game to Kongregate, do they have any problems submitting highscores to Kongregate server?

    For some odd reason my game isn't sending any data, both FireFox and Chrome. Previously only FireFox worked.

    I tried both methods; exporting as Kongregate and also followed this tutorial by CanGame (https://www.scirra.com/tutorials/597/kongregate-highscores-achievements).

    Anyone can help? Thanks in advance.

  • No need to use an array just use two for loops. In fact the array wouldn't help in the case of the triangle.

    For a 3x3 square whose top left is at x,y do this:

    Global number x=100

    Global number y=30

    Start of layout

    For "row" from 0 to 2

    For "col" from 0 to 2

    --- create sprite at 32*loopindex("col")+x, 32*loopindex("row")+y

    And for a triangle do this:

    Start of layout

    For "row" from 0 to 2

    For "col" from 0 to loopindex("row")

    --- create sprite at 32*loopindex("col")+x, 32*loopindex("row")+y

    Thanks! Will try it out.

  • I'm still having trouble with 2D array, even after following the example from the 'Arrays for Beginners'.

    Does anyone have any other examples I can follow?

  • I gave the game a try. It's a good start. :)

    If I may make a suggestion, it would be more challenging if the spin attack is limited a certain amount of time.

    Like let say the spin attack lasts for 10 seconds and then it would require 3 seconds to charge it back up.

    That way players will need to constantly move around to avoid the bullets.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I just took a quick look at the Arrays for Beginners and I think I get the idea.

    Will give it a try later on. Thanks!

dylestorm's avatar

dylestorm

Member since 10 Aug, 2013

Twitter
dylestorm has 16 followers

Connect with dylestorm

Trophy Case

  • 11-Year Club
  • Entrepreneur Sold something in the asset store
  • Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Email Verified

Progress

17/44
How to earn trophies