the_Shit_hawk's Recent Forum Activity

  • Not that I'm aware of.

    Interesting feature to propose on github though.

    Ashley

    Nepeo

    DiegoM

    speaking of which, i believe ashley(but couldve been anyone really) posted a link to a construct 3 suggestions/ideas page. the link you just posted was for bug reports, where as the page i remember visiting had like, a "in the works" section, as well as "proposed ideas" as well as accepted and rejected ideas,or need more info etc. i was curious if, as youre a mod, you would happen to have that link? ive submitted to it before but for some reason i seem to have forgotten to bookmark it.

  • so more of a thumbnail preview image instead of changing the loading screen

  • i dont have c2 so i cant check the work as im on linux; but it seems rojo has it down. these capx files arent 404d btw

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • With just two points all you exactly have defined is a line. You'll need three points to define a curve.

    The standard formula for a parabola is the following:

    y=a*x^2+b*x+c

    Plugging in the x,y positions for the three points into the formula will give you three equations where the only unknowns are a,b and c. Then it's just a matter of using standard algebra to solve for the unknowns.

    If that doesn't help, do you have more info about what you're trying to do?

    In general the process is called curve fitting:

    http://en.wikipedia.org/wiki/Curve_fitt ... 2013-06-24 18:46:22

  • You took out the code that makes direction 1 and 0 mean something. The reason it's still moving and toward the right is because it's set to a bullet. I sent a PM anyway.

    theres this, unless its just unshown.

    could also do something like,

    If dashing = 1, set boss bullet speed to 80 , set bullet angle to player.x,player.y , set boss bullet enabled, wait .3 seconds, set boss bullet enabled.

    if boss is in collision with player - do 20 damage

    subevent- Dashing = 1 - do 40 damage

    this would allow you to leave bullet behavior as stated above, but would "rocket" the boss momentarily at the players exact position. you could also set angle to player.x,player.y , and add a wait, to instill a "keep moving" aspect to the game. instead of attacking your current position, they would attack where you were X seconds ago.

  • so im looking to make a drawing applet, kind of a shits and giggles sort of deal for friends, currently i have

    if left click - spawn sprite "Dot" mouse.x,mouse.y

    every tick set "Size" to slidebar value

    "dot" is a 1x1 square.

    when i move the mouse, it will spawn intermediate pixels, like a tracer motion of the mouse, but not necessarily a line. is this achievable or should i submit this to the suggestions for c3?

  • if you havent been using it, c3 is for the most part up and running, it still crashes if you try to push it too hard (opening and closing a sprite animation box with 8 animations of 100 frames repeatedly will do the trick, but mainly the issue is that its not loading all the images by the time you're telling it to close it, hence, the issue is human patience moreso than faulty programming) - however its not a final version, a month or so ago we were on revision 12, now i believe its on R40, which is generally known if you're using c3 but some people are holding out on c2, so for what it's worth, theres steadily updates every few days. which isnt necessarily a bad thing, if you happen to find something that *Could* be useful while making a project, it gives you the option to say something and bring it to the attention of the programmers instead of being like "damn i wish it had this though" . honestly, at the point where it is now, its worth the liscense cost. however if you're deciding whether to switch from c2 free to c3 free, i would bear in mind that c2 free has a 100 event limit where as c3free only has a 50 event limit. dont let that fool you though, 50 events in c3 is more than enough to build yourself a basic game or app. you may have to make sequels if you want multiple levels, but you can simplify most games down to 5-10 events. the rest are triggers, and theres enough workarounds that 50 events is a comfortable roof, especially considering if you want the liscense for c3 vs c2, it's only $100 vs c2s $400. 50 events gives you more than enough room to make a basic prototype to try to gain investment into a liscense as well. also, it is not a limit of 50 events to use, only to export, so you could make full fledged games and then purchase the liscense and mass publish. either way, if you're not using c3 you should be. and if you're wondering if its worth throwing your dollars at, the answer is yes.

  • Hi, I'm a new construct user and it looks like i've showed interest at a reasonably good time on the peak of Construct 3, since I'm new and I only recently downloaded Construct 2- I might aswell start with Construct 3.

    However I don't even know where to begin- is this program only run by browser? I prefer constructing projects with a standalone program than off a browser, to me it just feels wierd and limited. Is there an exe I can download to begin with?

    if you use the online browser, watch in the bottom left corner, once it says download complete, you can run construct 3 offline, which is the same as an exe

  • if you use path follower behavior you can set it to avoid certain obstacles

  • Oops! File Expired or Deleted..

    This file has been deleted for one of these reasons:

    It has passing 2 Days of storage

    It has been reported or deleted by a user

    It has been deleted by staff for violation of terms

    however, i do like that approach, so as a capx isnt indefinitely floating online. smart.

    i believe what you're looking for, is (something along the lines of):

    On Click - set variable "Mouse1" to Mouse.XY

    -Is Click Down - Set Variable "Mouse2" To Mouse.XY

    - Set Sprite Rotation to "Mouse2" - "Mouse1"

    -On Click Released - Set Variable "Mouse2" to Mouse.XY

    - Set Sprite Rotation to "Mouse2" - "Mouse1"

    this would set a variable to the mouse start position, and a second to the current/end position, and subtract the start from the finish, i.e. if start is 208, and end is 220, 220-208=12, so it'd set the rotation to 12. its not gonna be something you can copy and paste, youll have to fine tune it. id suggest making the -is click down -on released into subevents to keep from rotating on every click.

  • there is on pc version, however ive a shit phone, (decent phone just not upto modern standards), so i dont have the mobile app. if you dont get an answer i would suggest dropping it into the c3 suggestions board, i dont have a link handy atm, but it is something i use a whole lot on pc, and i could see myself using mobile editor to duplicate/dragdrop events while waiting for stuff, so it would be nice to see implemented if it isnt already

  • *special pickups. if you havent figured it out yet, you can also create a variable, an call it "Coins". player-on collision-add 1 to Coins. every tick - set cointext to -"Coins : "&Coins

the_Shit_hawk's avatar

the_Shit_hawk

Member since 2 May, 2017

None one is following the_Shit_hawk yet!

Trophy Case

  • 7-Year Club
  • Popular Game One of your games has over 1,000 players
  • Email Verified

Progress

9/44
How to earn trophies