RBuster's Recent Forum Activity

  • RenatoB it work in chrome but export to android on my phone it dont work

    It works for me for android (crosswalk) ando iOS. Are you using Intel XDK? Did you chose the "crosswalk android" option do build the app?

  • Yo

    Hello, I wonder ... how do you find out if there is any object without comparisons ?.

    Something like "if exists (object_type)".

    Returns true if there are objects.

    Or put another way, how do I create an event to see if there is an object type ?.

    That is, I just need to know whether the object exists or not.

    I read the manual and all that is within reach but I do not understand something.

    You can use "is on-screen" to detect it.

  • can someone tell me how to open google play store from inside my game to my other games on the store

    example

    more game btn press on google play store open

    Use the browser object and the action "Go to URL".

  • hi friends, How do I Change the animation and if you pressed again this is returned to the initial animation and so on

    You can use a variable to register/control the "touch" order. For example:

    > on touched sprite  
                       varTouch = 1 > play "animation1"
                                                 wait 0.1
                                                 varTouch = 2
                                     else >  play "animation2"
                                                  wait 0.1
                                                  varTouch = 1[/code:25lfjzuc]
  • You don't need to use "every tick". Pin the object (Sprite7 to Sprite8) at the start of the layout (on start of layout).

  • Try Construct 3

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

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

    Always learning. Many thanks.

    Thanks also for fix the position where the sprite will be created.

  • I'm using tilemap to create sprites when the player touch it and I need to verify if another sprite exist over this tile or if this tile is empty (erased) before to allow the player creates a sprite there. Any help?

    Thanks in advance.

    https://www.dropbox.com/s/zvb471nqpoam6 ... .capx?dl=0

  • I'm using the tilemap only as a position register and I would like to show points in the center of the each tile. Can I do it in the tilemap as I do in the tiled background (replicating an image) or I need to draw one by one and save a tmx file? Thanks in advance.

  • Ok, Thanks.

    Is possible to check if any tile is overlapping another sprite that I inserted after the game starts (not during the game)?

  • Thanks, Magistross

    Nice and simple solution, but I'm having the same problem: no accuracy. I'm creating objects out of the tile that I clicked. I need to create it inside the tile. How can I fix it? Thanks in advance.

  • Hi R0J0hound

    I did something similar (or equal) that you suggested, but it doesn't have accuracy.

    https://www.dropbox.com/s/zvb471nqpoam6 ... .capx?dl=0

  • I read the tutorials about the tilemap but I didn't find how to spawn a sprite in the tilemap tile that was touched.

    I didn't find also any option in the tilemap actions. Is not possible?

    Thanks in advance.

RBuster's avatar

RBuster

Early Adopter

Member since 29 Oct, 2012

Twitter
RBuster has 2 followers

Connect with RBuster

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

20/44
How to earn trophies