gillenew's Recent Forum Activity

  • this is amazing man!

    and this is all I was looking for :D

  • uhm, this is very interesting :)

  • I do comparisons in the array (because each piece carries a var with x and y coordinate that identifies it in the array) the array stores only the information about the kind of piece with that I can see who is next to whom in the array, and change the sprite to the right sprite.

    has precisely 16 comparisons, checking each sides, top, bottom, right and left

    more or less this:

    for each "block"

    if

    array [block.pX +1, bloco.pY] <> & block.Type

    array [block.pX-1, bloco.pY] <> & block.Type

    array [block.pX, bloco.pY +1] <> & block.Type

    array [block.pX, bloco.pY-1] <> block.Type

    then

    block.frame == 0

    else

    array [block.pX +1, bloco.pY] <> & block.Type

    array [block.pX-1, bloco.pY] == & block.Type

    array [block.pX, bloco.pY +1] == & block.Type

    array [block.pX, bloco.pY-1] <> block.Type

    then

    block.frame == 1

    Else (...)

    here is the tileset map that I did to guide me https://dl.dropbox.com/u/66781112/imgs/tilesetmap.png

  • Hi again, here is a demo link http://extintogamer.com.br/games/esfarelante2/

    I'm still editing this game at there link, therefore any error please press ctrl + f5 to refresh

  • vry nice, I liked the kind of game that could create

  • <img src="https://dl.dropboxusercontent.com/u/66781112/imgs/640x480.jpg" border="0">

    [TUBE]http://youtu.be/Om1WSn8nL7o[/TUBE]

    [TUBE]http://www.youtube.com/watch?v=1h-WbETt384[/TUBE]

    [TUBE]http://www.youtube.com/watch?v=UwmnelrMR2k[/TUBE]

    Well, I am developing a game called Esfarelante to html5.

    I'm trying to refine the block structure of the game, for now I'll not yet provide a test version, I hope to do that soon as possible.

    for now I will just say that a game similar to the purpose of the Mr. Driller by Namco.

    demo link

    [COMMANDS::Touch, Mouse, Ketboard, Joypad]

    -keyboard::

    -movement keyboard -> ASD or the ARROW KEYS

    -jump keyboard -> W or UP ARROW KEY

    -bite keyboard -> P or O (Letter 'O')

    -pause -> ESC

    -joypad::

    -movement joypad -> LEFT ANALOG

    -jump joypad -> UP LEFT ANALOG or A BUTTON (xbox controll)

    -bite joypad -> X BUTTON (xbox controll)

    -pause -> START BUTTON (xbox controll)

    [UPDATE:: 15/05/2013 ::]

    -added New font was applied in the game

    -added integration with facebook and can post the score on the timeline

    -GAME-MODE ?ARCADE? was temporarily blocked, only ?TIMEATTACK? released

    [UPDATE:: 11/05/2013 ::]

    -added advertising of Clay.io in load screens

    -added a new Background in game

    -added character and itens ART FINISHED

    [UPDATE:: 04/05/2013::]

    -added "game mode" screen - where the player will can choose "Arcade" or "Time Attack"

    -added "select world" screen - when the player is playing in "Arcade" mode

    -added NEWGAME-MODE "Time Attack" - The player can challenge others esfarelantes around the world in a ranking! (still being tested and implemented)

    [UPDATE:: 30/04/2013::]

    -added in-game sounds and music

    -added shrimp pickup-effect

    -added in-game tutorial

    [UPDATE:: 28/04/2013::]

    -added life counter and life's indicative balloon

    -added powerups

    [UPDATE:: 27/04/2013::]

    -added in-game pause screen

    -added broken hardblock spritesheet

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • thx, this will help me a lot :D

  • Hi ppl, well I have a small doubt, I needed to create a "for" loop, but I wish it were reversed, how can I do it?

    example:

    for "y1"

    y1=Array.Height => y1=Array.Height-5 == --y

  • uhm, this really can avoid the problems, but is there any alternative to these keys?

  • I have a small problem, check it out this link: http://extintogamer.com.br/wp/jogos/the-gipiciu/

    I can not make the page scroll stop moving when I'm controlling the game. :(

  • Hei, its nice :D

    but.. how do I update the image of the game too?

  • thanks ppl :D

    Rory, I'm still thinking about the graphics in-game.

    Soon I came here to update the topic, but I can say that the Gods will be many around the world (of course now that you mention it, I could put Ashley as God ehehehe).

gillenew's avatar

gillenew

Member since 27 Feb, 2012

Twitter
gillenew has 24 followers

Connect with gillenew

Trophy Case

  • 12-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • x4
    Popular Game One of your games has over 1,000 players
  • x2
    Famous Game One of your games has over 10,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

20/44
How to earn trophies