linkman2004's Recent Forum Activity

  • Hey I'm in full support for ya Sivyan! Sometimes it's easier to work on the engine and finish the graphics afterwards. If you and your friend need some advice on pixel art, then this link will be your holy grail:

    http://petesqbsite.com/sections/tutorials/tuts/tsugumo/

    Good luck guys!

    Holy crap! I've been trying to find that site back for years. It just figures I have no use of it now.

  • You can use the sprite distortion actions. Example: Sprite distort

    Depending on how many rows and columns you split the sprite into, you could make basically any shape you want. Hope this helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think more of what it is is that the platform movement doesn't change the angle depending on what direction you're going. I don't think it's really a bug in the auto mirror option.

  • You could place a bunch of names into a text file. When you run the game, load them up into a list box. NPCs could have two variables: "name" and "pickname". Pickname should be set to 1 and name should be a string. When you talk to an NPC, if the NPC's "pickname" variable is equal to 1, pick a random line from the listbox, assign the text in said line to the "name" variable, and set "pickname" to 0 so it's name is permenant. Hope that made sense.

  • I'm not sure, but I'm pretty sure you have to manually set the angle of the object. For example, if the X speed is less than 0, the angle equals 180. If X speed is greater than 0, the angle equals 0. That should work. Hope it helps.

  • That's a pretty cool example. I managed to remove 25 events(almost all of the letters) to make it more efficient and easier to sort through. All I had to do was replace all of those with one "Create object by name". It makes it a whole lot more efficient. There were a couple other changes to make this work right, so here's the modified CAP: Modified text display engine.

    Also, just to keep in mind, obviously special characters can't be created like this since you can't name some of them properly.

  • Thanks all

    I've just about got the Ghost Shooter tut down, all tho I have no shader effects what so ever.

    It says Im 0.0, but nothing works, so Im assuming mines even lower than that.

    I've got a better card around here somewhere Ill put in later....

    So far so good I've added a .png with an alpha to make up for the explode.bmp, added some wav's as well, so it looks like its possible to make stuff even for pc's like mine.

    I've got a few questions I'll post in the help section, and a possible bug, but again its probably just my pc... seems I cant load more than one .cap at a time, "not enought video memory" or something like that.

    You probably don't have enough video memory. You should probably run the program on this thread; it will tell you how much v-ram you have if you don't already know. Also, there's nothing lower than pixel shader 0, so you should probably update your video card drivers to the latest if they aren't already; this might allow you to use the pixel shader 0 effects.

    And welcome to the forums.

  • Are you on Vista? If so, the first resource listed won't play, you'd have to add the ones you want to play after that.

  • I could probably whip something up. I'll see if I can have something up later.

  • Just put down a canvas object, and in the events:

    SETUP TWO GLOBAL VARIABLES: MouseX and MouseY

    EVENTS

    +Left mouse button is down

    -Canvas: Draw line from global('MouseX'), global('MouseY') to MouseX, MouseY

    +Is global variable MouseX different from MouseX(<<actual mouse coordinate)

    -Set global variable MouseX to MouseX

    +Is global variable MouseY different from MouseY(<<actual mouse coordinate)

    -Set global variable MouseY to MouseY

    That should get you perfectly unbroken lines. Hope that helps.

  • I'm curious as to why you keep using imperial units if you live in Australia. Anyways, must be a nice projector. How's the quality on it?

  • I've never noticed any input lag when using vsync. Are you just using a behavior?

linkman2004's avatar

linkman2004

Member since 15 Jan, 2008

Twitter
linkman2004 has 1 followers

Trophy Case

  • 16-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

18/44
How to earn trophies