Doc Ai's Forum Posts

  • What softwares do you use for drawing sprites?Do you get free sprites from elsewhere?If so please provide the web link.

  • CC and C2 are not the same, and many events and conditions differ between the two.

    I am going to start using C2 from day after tomorrow onwards.So you can just assume I am using C2.

    zenox98

  • Doc Ai anything in particular?

    What do you mean??

  • Why doesn't the developers include ALL the features present in CC to C2?

    As far as I know all other softwares do this.All features present in version 1 is present in version 2.This way,version 2 surpasses and supersedes version 1 completely.

    :Confused:

  • You've posted this in the wrong section. This is the section for Construct 2, whereas you're using Construct Classic.

    I know.But the way of doing things in construct 2 and classic is same.

    Just explaining it in terms of construct 2 will be fine.

    Do not pay attention at the .cap file then..

  • I want to replicate a tutorial game made using "Game Maker".

    At the start of the game,The fruits starts moving in certain directions and bounce off the wall(This continues forever).

    When I click at a fruit,it should move to a random place in the level and add +1 to score.

    At time intervals instances of 'bomb' is spawned at random places within the level.When I click the bomb,Game over.

    postimg.org/image/g3qbai31x

    (Note:This is a snip image of "Game Maker" 'room'.The blue thing is the controller object,same as the system object in Construct)

    And this zip contains my attempt(.cap) AND the original .exe of the game

    2shared.com/file/n9LW2N38/Tutorial.html

    My attempt contains just sprite objects arranged as in the game and nothing else.<img src="smileys/smiley2.gif" border="0" align="middle" />

    I am very new to construct.Help.

    I have to make the wall solid.How can I make the fruits start moving .etc??

    Not sure how to use the event sheet (on this).

  • Oh right sorry. This would just be creating a tiled background object (instead of sprite) and then giving it the Solid attribute and copying + pasting it around each edge of the layout/level.

    ah.Now I understand but why should I use a tiled background instead of a sprite?

  • Construct classic works just fine on Windows 7 32bit . I think it's a problem with 64bit

  • Hello,

    The cap link you provided is no longer available. :(((

    deadeye

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The solid attribute is the same as "solid behavior" would be in Construct 2, ticking that box makes the object solid to the built-in movement behaviors.

    Jayjay

    I know that.I just want to know how to "put a tiledBackground object with the solid behavior just outside the whole edge of the layout."

  • the simplest way to do it in CC is to put a tiledBackground object with the solid behavior just outside the whole edge of the layout.

    R0J0hound

    hmm. <img src="smileys/smiley5.gif" border="0" align="middle" /> How do you do that?I can only see solid alone,there are no properties just for solid attribute

    Nice dog   <img src="smileys/smiley3.gif" border="0" align="middle" />

    ~Doc Ai~

  • tulamide

    I think the link you gave is broken for color fusion effect

    "404 - File or directory not found.

    The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable."

  • - use construct 2

    As I said earlier,I want to save my games in the .exe format. Construct 2 allows only HTML5 format. If there are any plugins or whatever for .exe exports,I will gladly consider using construct 2.

    Anyway,does C2 have everything CC has?

    Doc Ai~

  • mepis Jayjay, While trying that tutorial(beginners-guide-to-construct-2) ,I just noticed that Construct classic does not have the Bound to layout and Scroll to behaviors. <img src="smileys/smiley7.gif" border="0" align="middle" /> Where can I get these?

    8 directions movements include acceleration.I want my player to move at a certain speed without any acceleration.It should move at that speed when I press the direction keys,instantly. What can I do now?

  • To me,Game maker is really tiring.The Motion of objects is as crappy as 80s games.

    C2 is far more smoother and the event system is much easier to comprehend.