DozeMaster's Recent Forum Activity

  • For who is looking for the example files or manual, i took the liberty to upload them to my google drive they should be available as long as google drive doesn't close their services in the future.

    Download Examples + Manual

    Examples

    Manual

    In case you forgot how to download Q3D if you purchased it, here is the link

    That being said, it still remains useful for C2 projects.

    My last test shows compatibility with latest Construct2 Stable Version for desktop and browser - i didn't yet tested on mobile platforms.

    (don't forget if you are using it in your project, don't minimize/scramble your script it will stop working)

  • I think their problem was the pricing, I mean anyone can use cordova for free right?

    That's what i felt also, when i started using them back in 2015 i think... for like 1 test and then when i asked removing the logo how much will cost ... i just said .... "ooooook cmd commands it is".

  • You do not have permission to view this post

  • what i meant by using pathfinding is that you have to code the events to use it properly, once you figure out the size and spacing required for block sizes so pathfinding is working properly you need to code how units move by choosing a target position

    and you can do that if im not mistaken by using the RTS example construct comes with, is very similar to the image you are showing, basically u select unit, then for that unit u can use a boolean, or variable and set it to a value =1 then if value =1 the unit will find a path to move towards the target position u give it.

    the answer i gave previously was actually not broad at all, is the expectation you had that made it broad.

    considering you are a 2014 construct user i was thinking you know how to code the events to achieve something like that, is rather simple, i just pointed towards the simplest solution and that is usage of the pathfinding behavior.

    i think i have a tank example that does this and here it is super tank battle example

    that was made with pathfinding and some tutorials from our good old C2 that explains active minimap interaction.

    sadly i don't think i still have the capx for it... but pathfinding is the solution

    Edited: is your lucky day i found the capx from C2 tank example update v3

    however i just checked the advanced wars movement system, and it looks like grid movement + pathfinding.

    and for that there are 2 Construct2 tutorials i can think might be useful for your case example 1 & pathfinding tutorial explained

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Gigatron hey, i remember you sent me this a long time ago, wondering if you still have it available? the bubblefx i can't remember if this is the one that could map a 2d image and make it roll or not ... i think is a effect from you that i used to create a fake 3d 8pool test

    but i think i lost the files... once the pm services shutdown on scirra.com, if there is a chance you still have it can i have a link for download please? much appreciated.

    Edited:... nevermind was the glsphere effect

    thanks for doing this all the time :D

  • it means u need to export using c2runtime.js from advanced settings. however if u built on c3runtime and u you downgrade ur system to c2runtime some objects events might be lost(because they might not be available in c2runtime::like bbcode for text objects and other new stuff) so tread carefully make a backup of your file before you do that.

    but i see u fixed it.

  • I have a player sprite and a target sprite. The Target sprite is set to mouse.x/y.

    The player's angle is set towards Target. If I click mouse, it spawns a bullet from Player and shoots towards the Target. WHAT'S HAPPENING IS... If the Target is too close to the player and shoots, then the bullet goes in another direction. I want to stop this from happening.

    On mouse pressed

    A:> create bullet at player.x y

    A:> bullet set angle of motion to angle(self.x,self,y,target.x,target.y)

    make sure the bullet that is created doesn't have the setting "setangle" ticked.

    if you have this already done in your project, i can't see a reason why it would fly a wrong direction, unless there is some event condition/action that is interfering with it.

    try testing the above on a clean project and compare it with your projects code.

    hope it helps.

  • that looks like manual pathfinding per unit, you can do the same type of movement by using the pathfinding behavior, or making your own pathfinding events_behavior.

    but yea pathfinding is the answer as i can see and a few re-usable events with functions.

  • this might help your case tracking your users with ajax-php-mysql

    ajax-php-mysql should do the trick then is a matter of updating / making the order complete or in progress by altering the table entries

    the tutorial covers most of the aspects +- some

  • Haha, im just glad you learned something, sure you can use any code inside my examples however you want.

    > You need to use the values to adjust the sprite object position that will move around in a circle.

    >

    > here is my orbit example | test it live

    Thanks bro, that is really good and works so well.

    However if i try to add any drag and drop behaviour or touch, the moon just stops.?

    yea that is cause it needs a everytick condition to change the A and update the position.

    for position on moon that needs some more adjustments probably more than a couple :D

  • You need to use the values to adjust the sprite object position that will move around in a circle.

    here is my orbit example | test it live

  • lol ... i wish .... nah im really bad at math ... but some of the expressions we use in Construct i use them very often so i sort of understanding them in my own way.

    Anyway the above examples should help you understand the elliptical motion, whenever u want a circle movement u use cos() for X and sin() for Y.

DozeMaster's avatar

DozeMaster

Member since 30 Jun, 2014

Twitter
DozeMaster has 36 followers

Trophy Case

  • 10-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
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    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
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.