rexrainbow's Forum Posts

  • xoros

    Fixed, please update tonejs_api and tone_instrumentShell plugin. Here is a test capx of sampler instrument.

  • tdcostas

    There are 2 possible of solutions-

    A. Uses "Action:Create instance into family" to create an instance and put it into a family SOL. Then change the size or angle by actions of this family. ( sample capx )

    B. 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. ( sample capx )

  • xoros

    I will add effect plugin of tone.js later.

  • Update

    Add Instrument shell plugin, which could be constructed to become any kind of instrument. The parameters of constructor and functions are listed in the document of tone.js.

    And I will rebuild these bug actions(set property "Detune", "Harmonicity", "Modulation Index" in other Instrument plugins), please don't use them now.

    xoros

    Here is a sample capx of creating a poly-synth instrument.

  • tmntppn

    It's incorrect. I had fixed the link, or you could download here.

  • Update

    rex_firebase_apiV3, rex_firebase_authentication, rex_firebase, rex_firebase_curTime plugins: add initialize connection by action.

    In rex_firebase_apiV3, set property "Api key" to empty string "" then call "Action:Initialize" to initialize connection later.

    tmntppn

    Now you could use "Action:Initialize" after reading firebase setting back.

  • tmntppn

    I could try to add this feature, it might take some days.

  • tmntppn

    Do you receive data back by "Action:Add callback"? Yes, it will receive data when the watching value has changed.

    And server timestamp will receive twice, it is not a bug. First time it returns the hypothetical value from local, then it returns the real server timestamp.

    To get the server timestamp value directly, try calling "Action:Add once" after sets server timestamp COMPLETED.

    Edit

    Here is another application plugin to get server timestamp continuously.

    delgado

    I will create a new repository, then select "Clone" in the github manager tool.

    Google to get more detail information, sorry I could not list steps clearly.

  • Update

    rex_backendless_authentication: add "Action:Test session", "Condition:On get valid session", "Condition:On get invalid session".

    Call "Action:Test session" to test if current session is valid. "Condition:On get valid session" will be triggered when current session is valid, otherwise "Condition:On get invalid session" will be triggered.

    mickeyboy

    I could not find solution of receiving logged-out notification.

    I added "Action:Test session", "Condition:On get valid session", to help user tests if current session is valid. You might test session periodically (every 1 minute, for example).

    delgado

    Here is an official tutorial of github.

  • mickeyboy

    Please update rex_backendless_api plugin, new bug had been fixed. Thanks for this bug reporting.

    I will try to find another solution of checking logged out by "Multiple login".

  • Try Construct 3

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

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

    Do you mean that setting the "plackback time" of the timer?

  • thiago28x

    Sets them in properties table, like setting the speed in bullet behavior.

  • mickeyboy

    FB login

    There are 2 kind of FB login

    Method A. "Action:Login by facebook", it will pop-up a facebook login window (not redirection)

    Method B. "Action:Login by facebook SDK".

    1. login by other plugin ( for example, official FB plugin ),

    2. then call "Action:Login by facebook SDK", it will use access token to login.

    Multiple login

    In dashboard, "User" tab -> "Login" -> "Enable Multiple Logins" and set property. (I have not tested them yet.)

    If this solution does not work yet, there has another workaround, although it is a good solution.