rexrainbow's Forum Posts

  • Bump.

    Ashley

    Would you please check if "ClearDeathRowForType" ran for each object destroyed.

    I found destroy other instances under "onDestroy" would not fire "ClearDeathRowForType".

    Since this behavior did not been used in official plugins, so it is not a obviously bug.

  • Kan

    Sorry, test OK in my side.

    I upload rex_nickname plugin and rex_uid2prop plugin again.

  • NeoDarko

    No need donation, I just made them for hobby.

    Have fun!

  • CrazyVulcan

    Static data might put into C2 exported folder.

    In this demo this big map is stored in csv format, put at event sheet. Or user might put at external file, read by AJAX.

  • NeoDarko

    You might download them by this tool.

  • EyezWidee

    Since GameSparks already had made a (beta) C2 plugin, I am not sure why it needs other developer to build another plugin for leaderboard of gamesparks.

    Did this (beta) C2 plugin not include leaderboard feature?

  • Sorry for this question if there is something I have missed, but why not use the official "Pick by Unique ID" condition instead? Does picking instance(s) cause issues that I'm not aware of?

    If you want to sum the position of some instances, you might need pick them individually in conditions. This plugin could get the properties without picking it. So you could sum it in a single expression.

    If you want to change position of sprite or tile background, you might have two pairs conditions for each type. This plugin could change position in a pair of conditions.

  • Update

    Support webfonts in tags.

    jayrok

    Here it is. I also put your test case in my sample capxs, thanks.

  • Update

    rex_board plugin, rex_board_squareTx, rex_board_hexTx : fix bug of Expression:LogicDistance for hex grid in rex_board plugin.

  • Here is a sample of path modes in this plugin.

    • click text "Find path" to change the commands: "Find path or "Put obstacle"
    • click text "A*" to change the path modes

    Path mode = line (dijkstra)

    Path mode = diagonal (dijkstra)

    Path mode = straight (dijkstra)

    Path mode = A*

    Path mode = random (dijkstra)

    MVG

    Does it look better?

  • Update:

    Add Expression:LastCreatedInstUID

    Change properties of this created instance

    Sample capx

    Get this created instance UID by "Expression:LastCreatedInstUID". User might change properties of this instance by rex_uid2prop plugin. Only common properties (x,y,angle,opacity) could be assigned.

  • Kyatric

    Please help me move this topic to Completed Addons section, thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Televangelist

    Since firebase is a database, point a) is possible. For point b), it is also possible because that firebase allows users to monitor the changing of values.

    But these features would not be easy to put into project directly. Maybe it needs some custom plugins for specific application.

    My plan is to build social features (friend lists, private messages, message board, etc...) first, since these might be general for most multiplay games.

    BTW, firebase is one of possible backend solutions, so it might have another better solution than firebase. Surveying these solutions is another important work, IMO.

  • jayrok

    It only support one web font currently. Add it in my TODO list.

  • CSV plugin 's "Action:Set entry" could change the value in event sheet.