Tekniko's Forum Posts

  • Download link is not working.

  • IP addresses change daily so don't bother focusing on that. Ban/Deleting the users account, is more than sufficient.

  • New tutorial up!

    Create a Visual Count Down

  • This sounds like a good idea for a new tutorial.

    Edit:

    New tutorial up!

    Create a Visual Count Down

    ReMasteredGames As for your specific question. You will need to compare two variables when the countDownTime = 0

    Then have a sub event comparing the Player1 and Player2 scores.

    If Player1score is greater than Player2score, go to Player1WinsLayout.

    Else

    Go to Player2WinsLayout.

  • Yup, looks like a bunch of us have submitted multiple copies of the same tutorial.

  • Tom Also getting this error. Come on guys it's getting silly now with all the errors. Time to get your act together.

    Agreed. Same issues for almost two years now.

  • New tutorial up!

    Subscribe to Construct videos now

    Scirra tutorial uploads are not currently working. I will update this post when they are.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I keep getting the following error.

    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.InvalidOperationException: Sequence contains no elements
    
    Source Error:
    
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    
    Stack Trace:
    
    [InvalidOperationException: Sequence contains no elements]
       System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) +1191
       System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) +118
       System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +342
       System.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute(Expression expression) +58
       System.Linq.Queryable.Single(IQueryable`1 source, Expression`1 predicate) +287
       v2.ArticleLanguageSubscription.LoadByRec(tblArticleLanguageSubscription rec) +425
       v2.ArticleLanguageSubscriptionFunctions.GetSubscribers(Int32 languageID, Int32 sectionID) +513
       TutorialSubmit.SubmitTutorial(Object sender, EventArgs e) +9356
       System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +116
       System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +101
       System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9671830
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1724
    [/code:3ajaf21y]
  • What ever, I don't care anymore. I barely use the Arcade as it is. I'll just compile an APK and let people test the game that way.

  • I was using Firefox so I just tested it on Chrome; same issue.

  • I filled in all the information, added my image, agreed to the terms, everything. When I click Continue, the site just reloads my details page for the game with no errors at all.

  • Give it a different tag.

  • In this day and age, size really isn't a factor.

  • What is the exact error?

  • The correct way would be to use Math, which I have no idea how to do. The other temporary would be to pin a transparent object to your Sqaure. Then set the transparent objects collision edges in a circle.