Casimir's Forum Posts

  • Hello,

    Sorry for my english i will try to be simple in my explanation.

    If anyone can create a Stripe plugin. (https://stripe.com/)

    For me what will be needed:

    -Create a layer where my user can pay for subscription.

    -My app check every x day/hours if subscription is active or it lock the app.

    I can pay for this plugin but if anyone make it for everyone and sell it on scirra i would be so happy to buy it.

    Thanks !

    Best Regards

    NB: If another solution exist i would be happy to know.

  • Hello,

    My question is what type of video does it play ?

    Webm, Mp4, Ogg Theora ?

    Thanks

  • sizcoz My bad, it's because i dont know anything about this univers, and when i tried to use mail in my project it was ajax and zapier webhook. (it work)

  • sizcoz I thinks it's all about my gmail account, so dont worry.

    But btw it doesnt work with chromium but i dont really make good test. (Like verify every setting etc...)

    It worked with firefox 5/5 but the phishing security of gmail alert me.

    Have a good day.

    LaurenceBedford I thinks a capx doesnt mean anything with his method... I thinks it's just a simple Ajax Post and the website make everything.

  • sizcoz

    Ok so i remade a test and it go on spam but i only receive 1/4 mail.

    I will send 10 mail for get a better ratio.

    And i try on Firefox and Chromium. 3Firefox 1get 1Chromium 0get

    sorry for my english

    Ok for my test i get for firefox 5/5 (4 in spam) (1principal) and gmail block image if i dont click it's not phishing.

    And for chromium i get 0/5 for now i will edit if it change. ( 20min already passed)

  • Im sorry but after 30 min i receive anything.

    Btw i will be happy to see how you do that and it would be a nice feature for my app, and if it can send video files it would be amazing.

    If i receive the email i will edit my post.

    Have a good day

  • For it to work with gmail i thinks we need to enter a captcha...

  • nimos100

    Hey it seem your image doesn't show up, can you please reupload ?

    Thank's !!

  • 1) it's all about the dictionnary

    let's admit that we have two textbox

    <one> you write the english word I am

    <two> you write the french word Je suis

    Create a button that do:

    On clicked do: dictionnary -> add key -> key name = texboxone.text and value = textboxtwo.text

    With this you get

    I am = Je suis

    I need = J'ai besoin

    Or whatever you want.

    2) It's where is became easely it's a simple matcher

    If every list.selectedText = good value in dictionnary so "WIN"

    Because of the language barrier if you dont understand what i say or you thinks i dont understand what you say, you can retry to ask in another way.

  • lemo

    Yeah is used your capx and it work pretty well !!!

    but i tried to use a lot of différent thing to save .webm from usermedia recording but it doesnt seem to work ...

    I only get a file with "blop:" and the link.

    Thanks ! and i will learn js or anything it seem to be an important thing to learn :p

  • Try Construct 3

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

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

    no it's not exclusive ! you just cant without "biaisé" (french word)

    So the method i find is to create a thing like

    every 0.01 seconds; set videoplaybacktime to "videoplaybacktime+0.5"

    I dont know if you understand but you need to play with the "every x second" and the amount of add to videoplaybacktime"

    have a nice day

  • Link is broken

    Have a nice day

  • Ok i understand your problem i struggled too the first time.

    1_ Create a dictionnary for storing your verb

    key: Manger Value: Eat

    2_ For saving the dictionnary use localstorage so

    any condition -> set item "magicname" to 'dictionaryasjson' (it's an expression)

    Now save is complete

    For loading

    1-on start of layout -> local storage check if item 'magicname' exist and get item "magicname"

    2- localstorage on item "magicname" get -> dictionnary load -> LocalStorage.ItemValue

    Not sure if it's the best method but it worked for me !

    Sorry for my english im French

    Have a nice Day !

  • Just import on one sprite by type:

    eg: import one sprite and add multiple animation

    after that use multiple animation, for type of grass.

    One sprite 10 animation, One sprite 20 animations etc..

    sorry for the english have a nice day

  • Hi,

    I absolutely understand nothing about what you say but i try to achieve the same objectif.

    How can i do ? (if it possible to explain a simple way)

    And it will be possible to make it work with .webm too ?

    THANKS