superpowerjoe's Recent Forum Activity

  • he is one who delves into code sorcery, either that or a jedi

    how about underscores instead of hyphens? can those be used without issue?

    i usually tend to go with underscores altogether

  • thanks linkman!

    seemed to work just fine,

    i'll keep trying with that method now.

    thx

    <img src="smileys/smiley1.gif" border="0" align="middle" />

  • impressive work r0j0!

    i'm amazed how little effort that took you, hahaha

    i'm not any good with python, but i saw there was also a SPC dll (which i immediately downloaded) that i'm guessing could also be implemented by a similar method?

    i'll try to keep in mind the python bug when naming objects XD

    btw, could these stuff be integrated into audiere by any chance?

  • oh yeah, sorry. i shoulda in the first place

    example cap

    nothing facy at all.

    i get the feeling i solved this once, but cant remember.

    what i'm aiming for is being able to tap the move button and just move 1px, you know being able to control movement down at those low values.

    sorta like in super mario bros, how you'd tap the left or right to adjust yourself so that you're just right on the platform.

    hope that makes sense

  • how to do this?

    for example, i find that if i set it to move 1px at a time, it is still randomly moving like 3px instead.

    please help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • is there a change of anyone creating a sound plugin for IXMF?

    midi.org/techspecs/xmf/ixmf_art1.php

  • oh, i thought that method had been deprecated.

    i tried it out, and when using "set size" it seems to screw certain scanlines,

    however when using "set client size" it seems to work fine.

    i'll continue testing.

    thanks for the info though

  • I know this has been discussed before, but i really havent found any conclusive solution.

    what's the right way to do this in Classic?

    basic explanation: do the same as video x2/x3/x4 zoom that emulators have.

    display for example a 256x256 game in 512x512 stretching each pixel 2x2

  • I've been trying all day and cannot get this to work

    i also tried exactly as it is in the InputSystem examples.

    what i think happens, is that whenever it saves it just adds to the already existing text, and then loads the beginning of it and disregard the rest. i DID add the file delete action, so i dont know.

    this is the same as the example

    + Button_Save: On Button_Save clicked

    -> File: Delete file "InputSystem.cfg"

    -> Binary: Write string InputSystem.GetControlConfigData

    -> Binary: Save to file "InputSystem.cfg"

    + Button_Load: On Button_Load clicked

    -> Binary: Open file "InputSystem.cfg"

    -> InputSystem: Set control configuration data to Binary.ReadString

  • Hi

    I'm having a hard time calculating the actual algorith for the jump here.

    so far i've be using the usual: reducing the max vertical velocity by a stable amount.

    basically what i want to do is is have a jump with 128px height, which takes 64 frames to go from base to top to base again. i've got a frame rates of 30fps

    horizontally, when moving at top speed it goes at 4px per frame, that 120px a second.

    i want so that if going right at max speed, and the full jump height is realized (holding down the jump button), the trajectory should be an arc, or the top half of a circle.

    can anyone help me determine what starting and final acceleration/velocity i should have? and at which intervals i should decrease it?

    btw, the way i'm working it having Gravity be a constant, ALWAYS,

    and vertical acceleration always present, *when at ground it is the same as the gravity. * when falling it is 0, *and when jumping it is which ever amount we will determine, reduced at space intervals.

    THANKS!

  • you guys were right, apparently it WAS the keyboard,

    strange since it's a laptop keyboard,

    i looked for the drivers if that was the case but couldnt find them.

    i tried with an usb keyboard i have and it worked just fine.

    i have yet to try with other games.

    i did try the plug in, but it didnt not detect my input outright!

  • it might just be me, perhaps my events are wrong.

    but the game seems to only register a max of two keys at a time.

    for example:

    instead of directly using if key is down -> move.

    i'm storing key states as variables, such as

    *if key is down -> set global variable input_key_name = 1

    *else = 0

    and then, say i have LEFT RIGHT RUN JUMP

    • if i'm pressing right + run, and press jump, it wont jump,
    • but if i release either right/run, it WILL jump,

    and so on.

    can somebody shed some light into this for me?

    THANKS

superpowerjoe's avatar

superpowerjoe

Member since 16 Oct, 2011

None one is following superpowerjoe yet!

Trophy Case

  • 13-Year Club
  • Email Verified

Progress

14/44
How to earn trophies