lionz's Recent Forum Activity

  • You'll need key movement to test it on desktop but you'll have to think about your own design and how movement would work on a phone so that when it comes to finishing the game you are not stuck with no way to play it. Size of layout doesn't matter but make sure memory use is as low as possible for mobile games.

  • Create some kind of loop that checks if overlapping red and if so then add and stop the loop, else check yellow, then green.

  • Use the 'on destroyed' condition, this will pick the player and you have the position to spawn at. You can use spawn action on the player object or you can use system create object at player co-ords.

  • I don't know about android emulation but as far as I know you need to try it with an APK on a phone. Also check your admob account has been verified.

  • Move To ignores solids by default, there's an option to enable 'stop on solids'

  • How are you testing it?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Are you saying it doesn't do this when you disable ads? On a mobile device?

  • Check that you don't have other events with set animation that are also true, this will conflict and not set the grab animation.

  • Hello! This is a very common issue that new users come across and it's because you have multiple events true at the same time for playing an animation so the character will seem to freeze as it tries to play run and attack at the same time.

    You have to limit when certain animations are true, so for the 'move' animation you would add a condition 'is not playing attack' or something similar. This means it tries to play move animation only when you are moving the character but not attacking. Whenever you see the freezing issue just check your events and make sure that it won't try and play two animations at once.

    For new users it is easy to think that the attack animation will just override the moving animation but this isn't true because events are running constantly, you have to make sure move animation will not play while attacking, same with jump.

  • You can put all objects in a family and use the condition to detect colliding with family object. To find the 'name' of an object no you can't but why would you need that? You can use UID to identify a specific instance if you want or you can grab variable values.

  • When you say ObjectA on collision with ObjectB, both the instances are picked so you can use them however you want. If you set text to ObjectA.var or ObjectB.var then it will pick those that collided.

  • Also from what you wrote it sounds like you didn't set up admob? It's not just for the store, you need to be verifed and running an app on admob side for adverts to work. I don't know about the bundle but as far as I know that's only required in the store, try using an APK and see if the adverts work, assuming admob is set up. The reason they won't show could be a number of things.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 73 followers

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
  • Forum Wizard Made 5,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies