justifun's Recent Forum Activity

  • Yaottabyte - I just noticed that apparently when you use the "set object dock to right" at runtime, that it results in the object having a X/Y of NaN and a width / height of blank.

    Also, is it possible to have the object align based on the origin point of the sprite? right now it seems to align in the middle regardless of where the origin is set.

    Thanks!

  • 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

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

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
justifun's avatar

justifun

Early Adopter

Member since 9 Oct, 2012

Twitter
justifun has 3 followers

Trophy Case

  • 11-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
  • Email Verified

Progress

18/44
How to earn trophies