2009antz2009's Forum Posts

  • Lionz. You're a genius and a scholar. Thank you!! I've used that condition so many times in the past but I guess my brain wasn't all here today. Thanks again.

  • Hello, which part of the map are you wanting specifically? Like the animations? The progression? Or just like the visuals?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How would one go about detecting if a number is between a range of numbers? Example

    If number is between 100-200 set text color blue

    If number is between 200-300 set text color green

    I've looked in the forums and can't seem to find an example for this. Thank you.

  • making a game with a player driven stock market type deal where players can buy and sell materials too eachother via a global market place. im newer to the online aspect of games when it comes to coding them. would anyone have a rough idea on how to do this?

    i have a couple equations already written on how to adjust the prices per supply of materials. i.e when stone is in increased supply the price will drop. but when stone is in high demand the price rises. i really just need to know if i can pull a variable from online (maybe a host constantly running on a personal server) to be able to change the prices in game for all the clients.

  • like this

  • modify the collision points on the box. and make it so it only covers the outside of the box. and leave the inside empty. would be easier just making 4 different objects as walls but if you dont want that. i would just use the collision points

  • i would make it that

    everytick set speed to boulder.bullet.speed.

    simple and might work so it never diviates in speed

  • when i did this i set it to the walking animation of the object.

    if animation X is playing then play the sound.

    if animation X is not playing dont play the sound

  • making a game in which the only multiplayer aspect would be a stock market. is it possible to pull like a list of variables from a server i.e. price and quantity. from a server running on a different pc? if so how would you go about doing this? and how would you display them on a list? this might be a little difficult but any input or suggestions would help alot.

  • Did you get this issue resolved? Also are the questions random or are they set?

  • does any one know if the signaling server "wss://multiplayer.scirra.com" is down? im having issues connecting through it. problem is very recent.

  • i have it set for characters to randomly spawn between layout width and height. then i have it set to at character spawn set initial.x and initial.y to characters current position when spawned

  • I don't see any code referring to how you set you initalX or initalY. If those numbers are 0, then the objects would all be going to (0,0).

    thank you for this. after combing through my initial x,y code i noticed i had not set them properly and they were both going to 0x and 0y at the beginning of the layout. problem solved thank you greatly

  • s1052.photobucket.com/user/2009antz2009/media/test2.png.html

    for some reason it wont let me upload pictures to this forum and everyone of my posts have to be approved by a mod? so i apologize for the slow replies

  • ok so im making characters that roam at "random" but for some reason they always go to the top left hand corner of the screen. i posted a pic of how i have it setup. i just need them to wander not group up. lol.