irina's Forum Posts

  • Does anyone have idea hot to set scrolling of page like in mail client or in browser, so that content wont scroll up more than the last item on the bottom or when scrolling back down to the top to stop on first item and then does some little rubberband stretch?

    like here:

    Thanx!

  • thechriskent

    Great plugin, verry usefull!

    Can you fix the bug where character spacing don't apply on canvas preview but work on webview?

    tnx!

  • hm... why MP would not work on iOS devices?

  • sqiddster

    Iw tryed that web demo on my old notebook and it runs at 15-20 fps on intel integrated graphics

    i dont have steam there so i did not test steam demo.

    one thing iw noticed... on notebook iw somehow managed to squeze squidster through wall and into the ocean... got lost and restarted level.

    that might point to some issues with fps and delta time? couse i assume thats not supposed to happen!?

  • Hi,

    last time i had constantly popup window from steam wanting to update my DX to v.9

    But after restart its ok now.

    well maybe good solution is that teleport might get jumped over but if walked on or standing on it for one sec it activates... but than again, thats only me

    anyway, to me looks realy as AAA product, i love the design and the atmosphere!!!

    good work!

  • hello.

    xeon quad 2.8 GHz

    GTX 660Ti 2GB

    8GB DDR2

    W7Pro 64

    runs smooth as butter rock solid 59 FPS

    aldo constantly wants to install DX 9 on my machine...

    PS.

    Game really looks nice

    and one advice... lose the need for pressing the "SPACE" key... set teleport to auto.

  • blackhornet

    Great stuff!

  • Hello,

    I have sistem where i download images from URL and that works ok.

    What i am trying to achieve is for example:

    user opens layout2 and downloads images and than navigates with back button to previous layout1 and then returns to layout2 where he just recently downloaded images... and now heres the question:

    how to preserve those images in layout for him and to avoid forcing him to redownload again?

    any sugestions?

    thanx!

  • and one more small problem...

    if user manipulates time on his sistem that affects my calculations...

    is there a way to retrieve correct time/date from some world clock URL?

  • rexrainbow

    uh i dont get that unix timestamp.... how to pinpoint exact time?

    eg.

    when user opens the app i take a time stamp and i would like to set session time to expire at midnight every day (23:59)

    so that all downloaded data is valid for that day till 23:59 and when session is expired to reload all data (or next time the app is open)

    problem i have is when app is not opened for days...

  • rexrainbow

    hi, like your plugin but i have small problem.

    I would like to use it to determine wich loaded object is newest/oldest by complete date... year, month, day, min, sec, mili...

    but i have problem becouse i miss zero prefix in one digit months, days etc or double zeros in mili count.

    any tips how to sort this?

    thanx!!!

  • briggybros

    thanks!

    iw made it!!!!

  • Try Construct 3

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

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

    thanks,

    but will this work becouse numbers and letters are random, not allways the same.

    i feel it must be with some range from 0-9... but cant find range expression... no?

  • try this aproach:

    use dummy sprite (blank, invisible)

    and set it to create on any touch at touch x and y

    than set your events something like this:

    on touched sprite + if dummy is overlaping that sprite + set that sprite variable from 0 to 1 = key pressed action

    and something like this:

    on any touch end + sprite has variable 1 + dummy gets destroyed = key released action

    and then return sprite variable to 0

  • Hello,

    I have strings like this eg.

    123456-NAME-XXX

    what i need is to extract only letters (name) between "-" delimiters

    any tips?

    i can even set string as this:

    123456-NAME

    or this

    123456NAME

    and remove only numbers?

    Tnx!