RookieDev's Forum Posts

  • cvp

    So in basic terms all i needed was this piece of information.

    i knew i was doing something wrong,thank you for showing me how to attach angles to imagepoints through expressions.i never knew how to achieve that before.

    angle(player_arms.X, player_arms.Y, player_arms.ImagePointX(1),player_arms.ImagePointY(1))

  • cvp

    im going to go ahead and send you that PM so you can check this out for me,Im not sure what i m doing wrong.I did everything like you said to do it.Thank you for ofering you help in the matter.

    PM is coming your way.

  • This is definitly worthy of mobile devices! congrats

  • cvp

    im not sure what im doing wrong but its not working the way it should for me,do i have to place the tool in the players hand like you are doing?

    i have multiple animations if that helps to know.the sword/tool wont we out until the player swings.

  • cvp the issue im having is getting it to follow my arm attack animation.I understand the concept but im failing somewhere.

    i have my image points set but i cant get my pickaxe to follow the image point like it should.

  • Im looking to get some help with my player attack.I want to make a sword swing motion like terraria and i have all the sprites to do so.I am failing at actually pinning and making the sword swing lined up with my arms swing animation.

    The Terraria sword has an image point at the bottom of the hilt of the sword. And, it sets the position of that image point to the same position where the player's hand is every tick.

    But how do i achieve this in construct? is it possible to recreate?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ashley

    How do you use Pixel Rounding?

    i never had this issue with the grid appearing until recent.

    Its not so much my platform character as much as it is my ground tiles and tree tiles.

    I would love to know how to use the Pixel Rounding.

    EDIT- I found out how to turn it all on but from the looks of it,It still makes things shake in the backround and also the player does aswell,Could you explain to me why it is that this happens,I have all three settings on.

  • zenox98 i will try not using minify this time around,This is about the 3rd time i exported it.

    I Uninstalled the program and also tried.

    Where would i post this at? in bugs?

  • zenox98

    1.I do not use any plugins that are non_standard

    2.I can try to recreate something similar with dummy sprites

    3.Im not using the new Tilemap feature

    4.Arrays are how im retrieving the tiles

    5.Im using the best methods taught to me by the forum veterans

    6.I really dont know ow to use the debugger as of yet but im open to some help on that subject aswell.

    the weird thing to me is that everything looks fine in my previews,i dont understand it but if it would help i can post my capX file in you Inbox for you to check out yourself.i really need to show this game to my artist.

  • Beaverlicious No i have not gotten a reply from anyone about this issue as of yet.

    Its weird to me because everything looks fine when i am in preview mode.

    I was supposed to show my project to my main artist today but i cant show a bugged project.

  • Im having some exporting issues on Html 5.

    I play my preview on my laptop and it works just fine but when i exported my game to html5 a grid appeared underground on my tiles and my tree is not connecting like it should.

    How is this happening if it looks fine when i previewed it?

    Here is the link to my game

    My Game

    <img src="http://s976.photobucket.com/user/emoneydatruth/media/ScreenshotTeaser1_zps1af46a86.pngl" border="0">

  • Whatsup everyone,

    I am looking to get help with a few different things when it comes to a Mobile Joystick/Thumbstick Controls.

    I know the basics on implementing touch controls for mobile but when it comes to a thumbstick i have no idea how to get one to work right.

    I tried a bunch of old capX files but for some odd reason they are mostly buggy and lock up.

    Maybe with this thread we can figure out how to make a smooth bug free mobile joystick that everyone on the scirra forums can use.

  • tulamide Thank you for your expert OP.

    I would of maybe ruined my project if i had went the other route.

    Two questions i want to ask is how would i keep my world loaded once it loads for the first time through arrays?

    if they are loaded when needed how would i save the current state of the array every time i leave the layout?

  • space Ape Is there any Tutorials of any kind to show me how to clear an array and reuse it.

    And if i do use it that way wouldnt it erase my previous data for the biome i last visited?

    Thank you for your reply.Now i just need to learn how to reuse arrays.

  • Would it be better for me to use multiple array grids for each layout that i have?

    The reason i ask is because i have 4 biomes that will each hold different ores underground.

    I understand how to place and set them through arrays but what i dont understand is would it be better for me to use different array grids for each biome or would it be benificial to use the same array for all the block tiles in the game?