LI0NHART's Forum Posts

  • Yeah i've done that and its not working. I've even tried it with a new project and reinstalled the programe but still no joy. I've done a work around for the time being.

    Thanks for all to helped though

  • ok this should be the right file

    dropbox.com/s/63h9uly4pk53v9y/rpg.capx

  • The object is on the correct layer and is within the lines. I've tried setting another layer to parallax 0,0 and set "Parallax in editor" to yes and it makes all objects in that layer disappear in editor mode and when its run. Here is the link (if i've done it right)

    I would be greatful i someone could manage to figure this out.

    thanks

    dropbox.com/s/n6hc17tme2fak5n/game.zip

  • not sure if the bug i found is related but objects i put on a layer i use as a HUD with parallax scrolling set at 0,0 does not display. The layout size is 4000x4000

  • Dispite the help im still unable to resolve my problem, cant post link due to rep not hight enough. Could my problem be a bug?

  • i've tried 0,0 which is what i want but it makes the object disappear but if parallax is anything but 0,0 it displays then but then its scrolls?

    what site would you recommend for uploading my capx?

  • Hi all, im having trouble with my HUD, i've got a sprite heartthat im using as a life. I've set to position 100,100 on a layer called "hud" which is on top layer and the heart is set as visible. If i set the parallax scolling to 0,0 it does not show up in the game preview but if i set it to say 100,100 then it does. i do not want it to scroll so it needs to be set at parallax 0,0, the map is 4000x4000px.

    how do i get it to display at a given position? the hud up tutorial only for a set screen.

    any help would be appreciated

    thanks

  • hi all, im making a zelda type game and i want to get UID of his house and display this as text on screen but cant figure it out, i've read the score post but not sure how i use it to my needs.

    help much appreciated.

    thanks

  • Hi all,

    I've just bought the personal edition and was wondering, if i was to publish a game that uses the asset bundle. Is that legal? or do i still have to create my own sprites anyway?. Also what about editing them also is that allowed?. Any knowlege on this matter would be appreciated

    Thanks in advance

  • I've look but cant find the answer, thanks though <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Hi all, I'm new to construct 2 and am still learning some basics. Could anyone tell me if when a layout is loaded does it load the corresponding eventsheet(s) only or does it load them all?

  • yes, i relised i've not set animation to play walking when overlapping terrain which stopped my swimming animation playing out.

    Thanks for your reply and effort   <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm making a zelda game with a few changes and i cant seem to get my character to swimming animation to animate the code is as follows. I would appreciate any help on this problem

    If link overlapping WATER(which is tiledbackground) then link set animation to "swim"currentangle(play from begining)

    NOTE: the animation just selects a frame from the given direction