LoganJFord's Forum Posts

  • Hey guys I made a pretty cool Controller Test (its going to be an option in the Options Menu in a Project I'm making) since I finished the piecing together the programming side I thought I would share :D

    https://dl.dropboxusercontent.com/u/25818498/Controller%20Test/index.html

    Its not final I have lots of polish to do for it but that wont come till WAY later.

    Feedback would be nice as well for people without 360 Controllers trying to test it.

  • lol i know it released like a day after i begged for it lol

  • I made a League of Legends Respawn Timer and think its worth sharing I made it for myself and my Tablet and was going to upload it to Google Play but I didn't like the bugs Phonegap exporter brought with it and I didn't like the process for CocoonJS and its bugs that came with it lol :P

    The User Interface is not to my standard and unfinished but thought I would share what I got so far, I have other project plans I want to get started on so this project might have to take a halt :P

    but here it is:

    dl.dropboxusercontent.com/u/25818498/League%20Timer/index.html

  • PLEASE make this work lol

    Im making a League of Legends Jungle/Spawn Timer App I'm working on and I want to activate the timers by speech to eliminate the activation by hand.

  • < lol yea i just found out yesterday on how to use custom font using web font working on a app that uses it

  • hmm if you downloaded the fonts and installed them to your computer you should see them just fine.

    Friend was having trouble seeing the font but when I realized I was using custom font I told him to install it, then he told me it was working as it should.

  • Hey guys I'm not exactly active on the forums very often.

    But I do enjoy to use construct and I thought this little menu system I started on is pretty cool, thought I would share what I got so far.

    The graphics currently place holders and are bound to change later I might turn it into a Tablet app I have a idea for :D

    I'm using 2 Custom Fonts you can download from DaFont.com

    dafont.com/press-style.font

    dafont.com/v5prophit.font

    Check it out here Public Dropbox link

    dl.dropboxusercontent.com/u/25818498/Menu%20Test/index.html

    I will share the capx if you want to message me.

  • I have an issue. I have a Menu animation I'm trying to create by using the path finding behavior and a

    Point A (Sprite)

    and Point B (Sprite)

    with a Animation Node (Sprite)

    Basically when the player Clicks the Options Button my animation Node with a "Scroll To" behavior will move to Point B (Point B's Location being the Options Screen)

    When I tell my Animation Node to move to Point B it begins its transition and stops at the location but is not dead on point where i told it to is there a way to fix this or a alternative solution to this problem?

    Here is what I have so far If you click Options you will see it scroll and the position is offset by about 5 to 6 pixels.

    dropbox.com/s/ll19kynghdvzmw7/TestPro.capx

    Sorry if posting links breaks a form rule on the form I seen that I need 500 rep for link or hyperlinks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry if this is re-post I looked before posting this but couldn't find anything.

    I have a Sprite that is the "Player" (Front) and I have a Right, Left, and Behind Frame for when he is looking in a particular direction.

    I have no idea on how to go about doing this I basically want my "Player" to display the "Behind" Frame for when my mouse is above him and display the "Right" Frame for when my mouse is to the Right of him and so forth for the "Left" and "Front" Frames.

    Sorry if I'm not clear enough, I read the rules I know this is not suppose to be a make my game for me deal I want to know how this would be made for future reference and if I'm not Clear enough I will try to be more clear if no one understands.