korbaach's Recent Forum Activity

  • adventurist but why regex?

    maybe you can use tokenat instead... collectedFishLoop.capx

  • If I correctly understood.. you want something like this..

    Here's how I did it collectedFish.capx

    but I have trouble to understand where you write Uid..how you retrive data...so upload a simple capx...

  • you can try:

    Files----> Import files

    but..Yes..I think most people use custom sprites for UI...

  • Local storage

    Local Storage is asynchronous. This means reading and writing data does not complete immediately. The actions only start the process of reading or writing a value, and the game continues to run in the interim. This ensures that slow or busy storage systems do not impact the performance of the game. When the read or write is complete, a trigger fires (On item get or On item set) which indicates either the value is available to read (with the ItemValue expression) or that the value was successfully written.

    For example here is a flow to read the value of the key "score":

    1.Use the action Get item "score"

    2.A moment later, On item "score" get triggers

    3.In this trigger, use the ItemValue expression to read the item

  • I know it's an old one, but it still small,fun and free... Electronic Piano

    Audacity -

    Subscribe to Construct videos now
  • System expressions

    zeropad(number, digits)

    Pad number out to a certain number of digits by adding zeroes in front of the number, then returning the result as a string. For example, zeropad(45, 5) returns the string "00045".

  • you append "character" (word)...........-append just character (variable).... remove "quotes "..

  • just for a moment I thought I have a solution..

    ..but ..

    first..getSelectionRange.capx

    then..setCaretPosition

    that will automatically scroll textBox to "cursor"

    but I simply can not force to work together..

  • you can add else statement

    so..in pdf

    but I think it will be ugly in text:

    Perhaps far exposed ag-

    e effects.Now distrusts

    you her delivered reco-

    mmend shameless un-

    feeling he objection co-

    nsisted. She although

    cheerful perceive

  • if you type:

    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa[/code:2bqjzgoq] 
    then no...(and you deserved to be all in one line..)
    
    function works exactly what is written..on export...find first " "(empty space) after 30 character and add newline..
    function don' break lines in original text
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey, basically I'm trying to get a textbox to search itself for a word, and if it's there, the event proceeds

    If I understand correctly..you only need Yes(it's there) or No(there's no such word.. )

    findWords.capx

korbaach's avatar

korbaach

Member since 9 Sep, 2014

Twitter
korbaach has 3 followers

Trophy Case

  • 10-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

12/44
How to earn trophies