NRABrazil's Forum Posts

  • Hi,

    I like to know if somebody knows what is best, in memory management terms, in this two situations:

    • a project with two "layouts", A and B, when you go from A to B the "sprite images" of A are discarded from memory and the "sprite images" of B are loaded.
    • a project with a single "layout" and two Layers, A and B, when you do a command the "Layer A" opacity are set to 0 and the "Layer B" opacity are set to 100, but I think than all the images stay loaded in memory.

    I need to evaluate this for continue in a mobile project.

    P.S: I will use the Safari browser of iPad to acess the app.

    Thanks

  • Thanks,

    I'll wait

  • Hi,

    Please somebody had a demo of this plugin?

    Thanks

  • Hi Rex,

    Thanks for your great contributions for C2 community!

    I test this plugin with a mp4 video file, which I copied to exporter folder in the server (Dropbox).

    Video Test

    It worked in Chrome, but not in iPad/Safari!

    Anyone has tested it in iPad?

  • Oh Great Kyatric!!

    Is my fault!!!

    I forgot the WAIT.

    Thanks a lot a Great happy New Year

  • Look at this sample.

    Text_Test

  • Try Construct 3

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

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

    I try to put both of this values in another text object to see it, but the result is 0.

  • Hi Ashley,

    Escuse me, but I don�t understand yet?

    Can you provide a sample, please?

    Thanks

  • I can`t see the `height or width extent of the text in the object in pixels` of a Text object in which I put some text with `Set Text`.

    How it works?

  • Look what they say in github:

    three.js

    Javascript 3D Engine

    The aim of the project is to create a lightweight 3D engine with a very low level of complexity � in other words, for dummies. The engine can render using <canvas>, <svg> and WebGL.

    Contributors � Getting Started � API Reference

    More? #three.js on irc.freenode.net

  • Yes, is Three.js like I see in the code

  • Hey guys,

    A colleague found this demo, and he says it is in HTML5. Is a great work. See by yourself.

    Lights

  • Hi,

    Excuse me to disturb, but I am in trouble here because I am doing a job with C2 and I need to use a text scrolling box system on it. After some research I resolved to do in this way:

    • first I copy all the text in a text object
    • second I divided the text in lines, and copied each one in a instance of a text object
    • in third I'm trying to move and show / hide the lines

    like you can see in this sample:

    Scrolling Sample

    I found a way to hide / show the lines when it goes in the up direction, but I can not do it in the down direction. Somebody have any idea to help me?

    Scrolling text

  • Hey, stakeholders

    I made some progress here, look at this code

    Text_Scrolling_Example

    It's almost there.

    But I need to find someway to acess the instanciated lines objects from the last to the first one, to implement the "show next line" behavior.

    Please, somebody could help?

    Thanks

  • The great way is if the text box inserts a mark when do the line change. So we can control how many of than will be presented in a textbox.

    When I insert a text who was externally "newline" formatted, I can do that, with the "tokenat(Text, Index, Separator)" expression.