TheNewGuy's Forum Posts

  • Nimtrix Nullus RookieDev   I cant seem to get my player to go from layout to layout. I have a Mask and a player sprite like rookie does what do i have to do? Do i need to add another event besides making it global? And does the behavior follow the object when switching layouts if its global?,

    I have global on both my player and mask

    I added an event to make them both spawn on the start of the layout

    I am going bald with every second :p pulling out hair. Lol thanks guys if anyone can help me please

  • Whats up peeps!

    I have been gone for awhile so i have alot of questions.How do i make a ladder that does not have any bumpers like the ones in how do i links.Also I do not want the player to pass through solid blocks at all.I just need a bug free legit ladder. Every One of the tutorials on how do i links all have glitchs where you pass through solids.I need a bug free ladder because the player will be able to place them freely .If someone can help me with this it would be awesome

  • Magistross sorry for the late reply man ,That example is wicked ima be looking this over pretty good. Props to you man!

  • Im sorry bros for not being detailed. I just want to add circuits with some wifi functions like this

    If a switch is turned on or a pressure plate,switch extra,it will deliver power to a neighboring object. If its a door it will open,if its a powered light, it will turn on ,lighting the area.If its a TRANSMITTER I want it to output a signal in a 'ON' signal.If a Receiver is in range of the transmitter and set to the same frequency, it will receive the signal and deliver power to neighboring object. When the original switch is off, the door will close, the light will turn off,the transmitter will output an 'OFF' signal and the receiver will stop delivering power.I want to have this type of stuff for future development off this game.aum@Pixel perfick Kcpunk666 Magistross thanks for the reply and all of this I am trying to do in a platformer.

  • Awesome Stuff Rookie! I dont know how to fix your bug but I like your graphics! !! Im buying this game if you sell it.I just love your main character he is a mix between Cute and Deadly! Lol keep me updated. Sorry for no fix bro

  • Anyone have a clue where I should start with this?

  • No need for plugins , you can do it easily without some !

    CurX = 0

    CurY = -1

    Repeat ( num of tiles you want on Y axis )

    - add 1 to CurY

    - set CurX to 0

    -- Repeat ( num of tiles you want on X axis)

    --- add 1 to CurX

    --- Create Tile at #Xstartingposition#+CurX*(Sizeofatile) , #Ystartingposition#+CurY*(Sizeofatile)

    What does this do is loop thru all the possible tiles on the X axis , spawn a tile , go one down and rince and repeat

    P.S: Be sure to put the origin of a tile to the top , left

    Thanks man.I dont fully understand but I will try some things out. Thanks

  • This is all done by a Wire Method. I Want to have something similar but Wifi. Wireless Logic Gates

  • Whatsup peeps,

    I want to create some type on Mechanics system in my platformer game. I was thinking about Wifi transmission but I havnt the slightest clue on how to create it.Alot of games require you to use wires or look at minecrafts redstone features. I want to do something like this. How should I make my first move?

  • Awesome stuff lunarray you are a saint,You explained very well thank you. Im going to try it out right now.Love Peace and Afro Grease!

  • Also do these plugins work on mobile devices?

  • lunarray How do I download these plugins I could not find out how from the manual.Thanks for replying to me also.

    Most of the tutorials for arrays are random even the main one.Thats why I was asking the community for some help on making a plain jane simple system. But if its even possible is a plus to me.

  • Hi peeps.

    Im coming from game maker and im wondering how the heck to draw sprites to the screen/layout ? I want to make world of tiles but Not Random and I want it to start drawing the sprites at a certain YCord and go down to the bottom of the layout. Is this possible with construct.If so im never going back to game maker again.

  • It works for me Rookie, I just went ahead and used Geos idea. You also might have some complex stuff going on that I dont.So I hope you get some help thanks again for your reply even though you didnt answer my question rookie. Love,Peace and Afro Grease!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I guess this is just what it feels like to be new once again. Im just blind as a bat Geo, Thanks for opening my eyes literally.You should definitely make a Link in the examples. This is the last question I will ask you GeometriX you have done too much as it is,If I want to add a random variable into what you shown me how could I do this in construct. What I mean by this is I have a blood moon that I want to come out at random in-between what you already shown me.With what you have done so far I know its possible, But can I make it random is the question.