Tylermon's Recent Forum Activity

  • the "source" is your capx file.

    Sounds like you were given a project and are supposed to code things yourself. If so I highly recommend doing your school work the way your teacher/professor intended.

    Otherwise, Construct does not make it easy to read the code. This is to help protect developers from those that would steal their code.

    That said, when you are in the home menu there is an export button. That will export into a working although non(humanly) readable code.

  • I get this error when logging in every so often on this website.

    Server Error in '/' Application.

    The wait operation timed out

    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.ComponentModel.Win32Exception: The wait operation timed out

    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:

    [Win32Exception (0x80004005): The wait operation timed out] [SqlException (0x80131904): Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and respond; Or it could have timed out while attempting to create multiple active connections. The duration spent while attempting to connect to this server was -

    [Pre-Login] initialization=0; handshake=4; [Login] initialization=0; authentication=0; [Post-Login] complete=14998; ]

    System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) +414

    System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) +78

    System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) +196

    System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +146

    System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) +16

    System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry) +94

    System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry) +110

    System.Data.SqlClient.SqlConnection.Open() +96

    System.Data.Linq.SqlClient.SqlConnectionManager.UseConnection(IConnectionUser user) +43

    System.Data.Linq.SqlClient.SqlProvider.get_IsSqlCe() +41

    System.Data.Linq.SqlClient.SqlProvider.InitializeProviderMode() +21

    System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +57

    System.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute(Expression expression) +58

    System.Linq.Queryable.SingleOrDefault(IQueryable`1 source, Expression`1 predicate) +287

    v2.Error.Functions.NewError(Exception e, String extraData, String emailTitle, Boolean dontEmail) +685

    LoginNew.Page_Error(Object sender, EventArgs e) +82

    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51

    System.Web.UI.TemplateControl.OnError(EventArgs e) +9712202

    System.Web.UI.Page.HandleError(Exception e) +79

    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6695

    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245

    System.Web.UI.Page.ProcessRequest() +72

    System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21

    System.Web.UI.Page.ProcessRequest(HttpContext context) +58

    ASP.loginnew_aspx.ProcessRequest(HttpContext context) +4

    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341

    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

  • File/Preferences/Reset Dialogs might help.

    That did the trick. Thanks.

  • Personally I would let the user choose the location to save if possible.

    I know on my desktop I hate it when any program tries to put anything on my C drive. I also know there are many people out there that feel the same way. Being able to choose the save location of such a feature is something the players of your game are almost certain to ask for, and if not implemented you are bound to get some "angry" people for it.

  • Not sure how or why, but all of my layout, z order, bookmarks you name it windows are stuck off screen.

    Is there some way to reset these to come back to the construct main window?

    Closing the software does nothing. Enabling and disabling them wont help either. Any ideas?

    Ashley is this a win10 bug?

  • Do I need a new project for every animation?

    I have a current project with a few entities however it seems I can only have one entity active at a time?

    I dont think it is possible to have multiple scml/project objects behave as the separate entities?

    lucid

  • Frames are 0 base indexed. 0,1,2

    So go to frame(lives-1)

    Or similar should display proper frame.

    Assuming lives are 1,2 and 3 etc

  • Try custom movement instead of bullet.

  • For me, the player gets put inside the moving platforms.

  • Make sure buttons are on top layer/z order

    Might be that you are touching something else?

    I would also make sure the bullet behavior isn't making X invalid.

    If X is not the same value as your lanes then it won't work.

    For testing, make a blank else statement, have it do something so you can know if the touch/button is actually working.

    I am thinking your conditions are false so you don't see what you expect.

  • Yeah. Basically whatever you are wanting to be greater than 0 should be in that compare statement. If you want it greater than 1.5 or something you could change 0 to anything you want.

    Just make sure you have an else statement that will basically do your hardest difficulty. This way when that compare condition eventually fails the game still continues doing what you expect.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Might be possible to just make the tile map a solid instead of physics unmovable.

    Is the background many sprites? One giant sprite? Tiled background?

Tylermon's avatar

Tylermon

Member since 26 Nov, 2013

None one is following Tylermon yet!

Connect with Tylermon

Trophy Case

  • 10-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

12/44
How to earn trophies