justifun's Recent Forum Activity

  • Prominent - awesome!

  • https://www.blockpayment.io/

    Someone wrote a system for HTML 5 game to accept bitcoins for in-game item payments.

    I'm not sure how hard it would be to integrate to C2 but maybe someone can connect the two.

  • Its probably some arbitrary number that just felt good. Its being used to tweak the impact height of when the player hits the enemy.

    If the player collided with the worm and the worms collision box was all the way to the top of the sprite, it might look like the player is bouncing off the air above him. Depends where the collison box is.

  • Are you trying to use the particles like a shotgun blast or something?

  • You do not have permission to view this post

  • Prominent - I wonder if there could be a sub option of the flipped/mirrored feature so that if its also pinned in position, that when you mirror it, it would flip over the other side of the object its pinned to.

  • Prominent - 5b confirmed working!

  • Prominent - im getting a dupicate ACE table error when installing R5

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    ACE table: Action ID duplicated in ACE table

    Condition: act_ids.find(id) == act_ids.end()

    File: c:\c2\source\exporters\html5\..\..\common\ERAHelpers.h

    Line: 238

    Function: void __cdecl era::ACETable::AddAction(int,int,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,void (__cdecl *)(const class era::StaticResult **,int,class era::StaticEvaluation *))

    Build: release 243 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

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

    Abort Retry Ignore

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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Prominent - Great work!

  • Casimir - To answer your question about having one animation complete before beginning another....

    Put a event frame on the "second to last" frame of your animation in spine (call it WalkEnd) or something.

    Spine treats the first and last frame as the same frame, so the last frame is actually the first.

    Next. Setup a condition in Construct that says something like.

    On keyboard press "space" -> set variable "finish animation" to 1

    (SpineObject) On Event "WalkEnd" triggered (AND) Varaible Finish animation = 1) -> Do next thing

    This way it will only trigger once you've made sure the player has inputted a command to do the next thing, and will loop if they havent yet.

  • Casimir - Yes the plugin is pretty CPU intensive. I'd recommend trying to spawn the object at the beginning of your game while its loading. then make it invisible. This should put it into memory already. Then you when spawn new copies of it later it shouldn't lag as much.

    However you should know its probably not a good idea spawn a ton of characters with this plugin. Try to stick to as few as possible. Any if there's any that are small, try and export them as a sprite sheet instead.

    As for the resizing of the PNG. I'd recommend replacing the PNG's in your spine file before exporting it from spine with smaller source images, then re export.

justifun's avatar

justifun

Early Adopter

Member since 9 Oct, 2012

Twitter
justifun has 3 followers

Trophy Case

  • 13-Year Club
  • 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
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies