zenox98's Forum Posts

  • chrisbrobs

    Nice work - reels are spinning for me now.

    Now to analyse what you have done

  • MarkThomas

    Bumping a thread nearly 5 years old - not really needed

    If you have a search, you'll see that there have been numerous ways to create such a mechanic since this thread was created.

    wasup:)

    Muntic0re

    Please stop with the pointless posts that contribute nothing to a thread.

    Enough of the spam posts.

    Locking

  • Remember that when the Debugger is running a lot more calculations to do with tracing the code are happening in the background so the fps will be affected. The debugger shouldn't be used to track fps for this reason - it's for tracing problems.

    Easiest way to look at fps is to simply add a text box set to display the fps every tick.

    Regarding your other issues - I would say we cannot really help unless we see what you have done. Quickest way is to upload your .capx and allow the helpful users to test it for you.

  • i would love to see a update on this nice slot machine effect.

    So would I but it needs someone with more knowledge about shaders than we currently have, unfortunately.

    Hoping a shader guru will notice one day

  • I want to build a game that allow players to code in the game, but i do not know is that possible

    You are probably going to need to provide more information about what you mean. What you have asked is very vague.

  • You do not have permission to view this post

  • Hello guys,

    I'm new here and need help about a game like flow free. I tried sometimes but it's hard. To make this mechanic is complicated.

    RodrigoLopes

    Firstly: Was it your intention to post in the - now retired - Construct Classic section?

    If so, then,,,,

    Secondly: You have posted in the 'Your Creations' section which is for completed/near completed games. You should have posted in the Help and Support section.

  • planetacolision

    This section of the forum is just for introductions. If you have any questions, please post in the correct section, which is generally the Construct 2 'How Do I' section.

    Also, please ensure ALL posts are either in English or provide an English translation.

  • *moved as the Arcade is a 'Website Issue' that is generally dealt with by

    What version of C2 are you using?

    Are you using the Arcade Export option? (need to ask, just in case)

    Have you checked the error console for errors?

    If it doesn't work with the latest C2, then you could try sending the Arcade exported .zip file to with as much detail as you can - versions/plugins/system etc - and hopefully someone will be able to investigate.

  • IceBlade

    Your link was invalid.

    Also, until you explain exactly what this link is for (it looks like click-bait at the moment) then it will not be allowed.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Not too proud to admit the confusion was all of my own doing - had far too many tabs open :/

  • IceBlade

    Be careful when posting. You used the 'Report' button wrongly. It is meant to report an infraction - there wasn't one.

  • Hi everybody,

    Sorry for my english because I'm frensh.

    I want to recover the value of a SliderBar for example if the Value of the SliderBar is 40 / 100, put in a variable 40.

    thank you, Adrien

    It's covered in the relevant Manual entry for SlideBar.

    If you have a variable called 'sbval'

    Then you could have a condition / action Like:

    Slider Bar On Changed    -     System set sbval to SliderBar.Value
    [/code:2i1fe4sy]
    
    You could then display this in a text object or however you want.
    
    Here's a quick example:
    [url]https://dl.dropboxusercontent.com/u/34306693/ReturnSliderBarValue.capx[/url] (requires r240 available at footer of forum).
    
    Is this what you require?