Chadori's Forum Posts

  • Yes! A dream come true XD

  • Now if we can just get sprites to show up on top of a map... maybe somebody could write a plugin for the openstreetmap api or something. Good luck getting your hands on Nantek's crowdsourced geocoded landmark maps though.

    I believe that is the hardest part of making Pokemon Go and I don't think that they will just share it. I was thinking of using googlemaps with their landmarks, and the most convenient way I can think of making it cool is adding a skin on the googlemaps to make it almost like smooth as pokemon go, which requires developing a plugin. That is a big problem for me since I don't know how to make C2 plugins.

    Another problem here is the server. To avoid loses, I will try to test the functionality using Photon Cloud . I know it will be messy though.

  • Aphrodite - MIND BLOWN

    So I think the next step is learning the Touch - Gyroscope.

  • XandFernandes - I think QR Code scanners & Webcam would be impractical but nice try though. If only we could modify it to be available with a phone's back camera & be able to replace the QR codes positioning with the gyroscope orientation & GPS.

    I am very interested to know the result of your experiment's completion.

    Edit:

    Since my post here received a helpful reply

  • glerikud - I haven't had any luck in finding a plugin that has that kind of feature. And I lack the experience to make a C2 plugin or even know how to begin making.

  • XandFernandes - Have you found a way to make a sprite overlap the camera screen? Like the AR Mode?

    Here is my topic:

    Sadly no response...

  • bump...

  • Great software

  • I like it, it is very smooth but I don't know if it is possible to make a round edge using the pen tool there...

  • First, the "lerp" doesn't work on triggers.

    Second, the use of lerp is to progressively change a to b every tick or delta-time(dt) using (c).

    Syntax: lerp(a, b, c) every tick or lerp(a, b, c * dt) for optimization.

    If that is your goal then, you are on the right track.

    Third

    If you want the mouse for lerp then I suggest you use a variable or boolean.

    For example:

    global number variable (Switch = 0);

    global number variable (A = 0);

    global number variable (B = 0);

    global number variable (C = 0);

    *global variable Switch > 1

    ->global variable Switch set to 0

    *On Mouse click.

    ->Add 1 to global variable Switch.

    *global variable Switch = 1

    ->Set scroll to x (lerp(A, B, C * dt).

    Hope that helps.

    BTW, that event is for scrolling x.

  • stryzovsky - I don't think that is possible now since no one has ever made one or needed one, maybe if you/someone makes a plugin of it then it is possible.

    Why not warn/alert the player using the android toast or using dialog boxes?

  • I'll just give 2 examples. One with the every second condition & one using the on created condition:

    I hope this helps:

    Every Second Condition:

    *Every (3) seconds...

    ->Create Object (Bullet) at Layer ("Layer"); at X = 0 ; Y = Player.Y ;

    ->Bullet -> Set angle of motion to 0.

    ---------------------------------------------

    On created condition:

    *On (Bullet) Created...

    ->Bullet -> Set Y to (Player.Y).

    ->Bullet -> Set angle of motion to 0.

    On the every Second condition, replace the X with what you want.

    The Every Second & On created condition are both triggers. That causes each bullet to only have the player's altitude at the moment the bullets are created/

    at the moment the timer triggers

    I also make 5D games with Unity 5 right now.

    Well I doubt that it was planned marketing though, it's just people thinking too deep about something specific.

    (Including all of his responses towards "3D support" suggestions.)

    It is still Unity 3D. It's called Unity 3D 5. It's a version number.

    It's just like Construct release number.

    Ashley did his part and told the people at least 100 times already, that C3 will not support 3D game development but the people are just too lazy to read I'd guess or simply don't want to accept it.

    (Including all of his responses towards "3D support" suggestions.)

    Who said I opposed Construct 3 not having a 3D feature? You are just too lazy to read my response.

    I am only referring here about the name?.?

    Maybe you were just too lazy to read my earlier reply to this topic. I said something about C3 having 3D is like a new challenge & I am kind of worried about the big change...

    Construct 2 is a very catchy name, Scirra made a good pick on that. It's like to Construct a "2D" game.

    Like Unity, they have Unity3D to make 3D games.

    Construct 3 as a 2D game engine, It's honestly confusing for people who don't have an idea... Just saying.

    Though, it's a good marketing tactic XD.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • As far as I know, it isn't only based on memory, it's also based on the download size but mostly memory & computer specs.

    If you have a good device then it might be your game otherwise it is the other way around.