Titan Games's Forum Posts

  • Keep getting

    Server Error in '/' Application.

    Not found

    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.Web.HttpException: Not found

    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:

    [HttpException (0x80004005): Not found]

    V4Arcade_Viewgame.Page_Load(Object sender, EventArgs e) +3038

    System.Web.UI.Control.OnLoad(EventArgs e) +106

    System.Web.UI.Control.LoadRecursive() +68

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

  • or rather something like this gyazo.com/46a1d07f9dbbfe50cd7dbb1ff3304523

    I read this on a old post but it doesnt work, am i doing something wrong

  • Im trying to do something like this

    i63.tinypic.com/35i182r.png

    but it wont change to animation 0

  • Hi, thx for your answer but i tried this and this doesnt work

    im trying to change the animationframe only when touch. every touch the frame goes up +1

    how can I loop it to back to the first frame after it reaches the last frame

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Object on tounch

    object.AnimationFrameCount +1 loop

    basically, when it hits the end frame it goes back to the first frame

  • You can't test item overlapping with another item, because "Item On drop" event picks just one instance of item object. You need to create a family, add Item object into it and do this:

    Very cool man thanks!

  • press E to pick up item.

    Now when drag and drop item to slot with item already in it, I want it to return to the original slot

  • Add two instance variables startX and startY. On start of the layout or when the object is created set startX to object.x, startY to object.y

    When you need to return the object to initial position, set its position to (self.startX, self.startY)

    I did that actually can you take a look at my capX, please?

    dropbox.com/s/bh60trqot6zpyla/itextinv.capx

    am i doing something wrong here?

  • Lets say I drag and drop an object but it's overlapping the same object, how would I get the object to return to the original position from drag start.

    if its not overlapping another object it drops

  • Tried the multiplayer server, spent around 100 dollars and it still didnt work like I wanted it too

    does anyone have a template for top-down game with photon?

  • When Players are on a certain layer I want them to be invisible to others, can someone help me with this?

  • [Online Multiplayer] When a player is on a certain layer how can I make them invisible to other players?

  • bump- still lookin for help

  • After signing up for an account

    On login, you still have to put in your username, email, and password.

    I just want the Login to have Email and password.

    the Name that you chose on signup automatically should show.

    Can anyone help me with this?

    Right now its

    Every tick Set Global Variable to Nick

    Screen shot on my login

    gyazo.com/5d276eeba31317bf00dfc5e7cc36d25c

  • I keep gettin a message saying "Failed to open project Cannot find object texture"

    Idk why this recently just started happening, It's destroying all my projects