tweettopix's Forum Posts

  • 13 posts
  • PixelPalette, good job, and thanks for sharing your succes.

    What were the file sizes of your two games? Is there a limit?

  • Looking great! Thanks.

  • I have a few Spriter objects which represent enemies. These enemies have platform behavior or sine behavior. Should I make a place holder with platform behavior for each enemy (see "BasicEnemyBox" in PNG attachment)? Or should I add the platform and sine behavior directly to the Spriter object?

    At the moment I use a placeholder AND a Spriter object to represent an enemy, but find it a lot of work to pin these two together.

    The reasons for this were to prevent colllision problems and the Spriter object wasn't visible in the layout editor before the latest updates.

    How did you solve this in your game?

  • Valerien Ok

  • Aphrodite A simple but great solution Thanks!

  • Hi,

    I've got a trigger "On animation finished" combined with another condition "Bullet distance travelled". I want to destroy the effect when both conditions are true.

    What happens when the first condition is true (on animation finished), but the second condition is not true (bullet distance travelled) ? Will both conditions be true the next time the effect travels 200 px? Or will the trigger only fire once?

    Is it wrong to combine a trigger with another condition?

  • How can I check if an animation is playing? Should I use the condition "is current animation""" or the attribute "animationName=" for this?

  • Aphrodite Thanks for your reply, and advise. I will go for option 1. Disabling the collision is a good idea!

  • Hi,

    How can I select the right instance on collision? I'm using Spriter and I want to select an object if the Player collides with it, and the enitity name of the object is "Bonus_fruit".

    I have the option between:

    • System: compare two values
    • System: pick by comparison
    • System: pick by evaluate

    All seems to work right. But what would be the best choice?

    I attached a png file of the different options.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm new to Construct 2. But something like this: http://www.scirra.com/arcade/action/10154/space-miner ?

    Maybe you could search for "boulderdash".

  • Hi all,

    I'm struggling for a while with the following problem and I hope someone can help me:

    I have a player and a vertical moving platform. The player can jump on the platform. When the player is standing on the platform, the movement of the player and the platform does not look smoothly, and even a little choppy.

    To move the platform up and down I tried the sine behavior and the 8-way behavior, and both give the same result.

    I tried gravity 0, and even disabled platform behavor while standing on the platform.

    Does anyone know how I can run this smoothly?

  • Maybe this tutorial will help? https://www.scirra.com/tutorials/308/cl ... ics-pacman

  • Sorry for my bad english...

    I visited the link "Store", and a message was shown that my email was not confirmed (or something like that). I clicked on the yellow message, and the following message showed up:

    Server Error in '/' Application.
    
    Object reference not set to an instance of an object.
    
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    
    Source Error: 
    
    The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
    
    1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
    
      <%@ Page Language="C#" Debug="true" %>
    
    or:
    
    2) Add the following section to the configuration file of your application:
    
    <configuration>
       <system.web>
           <compilation debug="true"/>
       </system.web>
    </configuration>
    
    Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
    
    Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
    
    Stack Trace: 
    
    [NullReferenceException: Object reference not set to an instance of an object.]
       v2.Membership.Functions.GetGravatarHash(String Email) +7
       ASP.editprofile_aspx.__Render__control4(HtmlTextWriter __w, Control parameterContainer) +676
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +268
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
       System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +10
       System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +32
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
       ASP.editprofile_aspx.__RenderRegisterForm(HtmlTextWriter __w, Control parameterContainer) +291
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +268
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
       System.Web.UI.Control.Render(HtmlTextWriter writer) +10
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
       ASP.masterpages_fresh_master.__RenderForm1(HtmlTextWriter __w, Control parameterContainer) +361
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +268
       System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +216
       System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) +32
       System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +53
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
       System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +40
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
       System.Web.UI.Control.Render(HtmlTextWriter writer) +10
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
       System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +128
       System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +8
       System.Web.UI.Page.Render(HtmlTextWriter writer) +29
       System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +57
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) +100
       System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +25
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1386
    
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18067[/code:1jwitc2t]
    
    Before I posted this message, I had to log in.
  • 13 posts