tvance929's Forum Posts

  • 8 posts
  • This looks just like what I will need! Thank you!!! Pretty straight-forward too... my ONLY question from glancing at it is this:

    xScroll + 0.5 * dt   <----- What is 'dt' ?

  • My Window size is 1/4 the size of my layout. Therefore, I feel like I can get 4 static screens out of this layout.

    So I would like to push a button from within the starting view and have the screen slowly scroll to the right.

    I know I can use the System Set scroll X ... and this works as far as location but its instantaneous.

    I would like a little character in the transition... Anyone?

    **I tried messing with time scale right before the scroll and that didnt do anything for me. I would really like some options like jquery UI has for animate... jqueryui.com/effect

    Any plugins that do this sort of thing maybe?

    Thanks!

  • Tahahawahaa! That is awesome! I am such a DUNCE! I wasnt even thinking about the tags... (slaps forehead really hard).

    THANK YOU! That was exactly my problem!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I bet you guys are sick of these questions but I am ONE more from the army of 'I can't find my answer on the forums!'

    I have cross domain setup correctly. I SEE the response and in the preview see that my echo of "GOT IT!" is returned.. but cant make the text box in my project to change ... must be missing something glaringly stupid here. **LET ME CLARIFY ... I cant get the AJAX object to respond once the Request is sent -- no Completed or Error...

    HERE ARE PICS:

    YOU can see that I get a proper response:

    <img src="http://toddvance.com/games/screens/crossdomainSent.PNG" border="0" />

    Here is the response (via an ECHO):

    <img src="http://toddvance.com/games/screens/crossdomainresponse.PNG" border="0" />

    Here is my logic:

    <img src="http://toddvance.com/games/screens/crossdomainlogic.PNG" border="0" />

    Here is the PHP file if you want :

    <img src="http://toddvance.com/games/screens/crossdomainphp.PNG" border="0" />

    So nothing in the textbox ever changes ... BESIDES of course the CLICK event message. Help?

  • Well you definitely got me thinking about that which led me to getting it so thanks a ton!

  • GOT IT!!! I dont want to change the Parallax vertical NUMBER for my side-scroller(doh - slaps forehead)!

    I want it to stay in place vertically so my 3 background layers will have their parallax values set to something like this ( 20,100 | 50,100 | 80, 100 ) ...

    <img src="smileys/smiley32.gif" border="0" align="middle" />

  • Thank you for the reply, but that puts the images at the top of the screen.

    Check out the newly added screenshots. This will probably illuminate my situation. Maybe I am going about this all wrong...?

  • Total newbie here -- I checked the FAQ and didnt see this there.

    So I have background 0 - 2 (Mountains, Trees, Flowers) ..each getting closer with a different parallax.

    But my trees and flowers dropdown from where I place them as my platformer dude jumps around.

    I know PIN behavior is not what I want... help?

    Here are two images - first one is the editor and where I would like to STICK my trees and flowers and the second is what happens when I run.

    <img src="http://toddvance.com/games/screens/sinking.png" border="0" />

    <img src="http://toddvance.com/games/screens/sunken.png" border="0" />

  • 8 posts