chrisbrobs's Forum Posts

  • What about allowing the user to save those contents , like right click save as, or click an object, open a save dialog?

    I know the regular context menu is disabled, so the latter would probably be best.

    There is tutorial about saving the canvas image,(not Construct)

    HERE

  • Thanks for your reply....

    Still cant get it to work..I tried:

    <img src="http://dl.dropbox.com/u/22173473/token1.png" border="0" />

    None seem to work though?

  • This bug happens rarely but it's kinda annoying: When exiting C2 it'll sometimes hang/freeze and them crash with a stopped responding message. It appears that's something that's not terminated correctly when exiting C2, like a memory error or something.

    System: Win7 x64

    Had this problem too.....only happens if you do lots of editing, importing of textures.....doesn't happen if you make frequent saves.

  • Just rechecked it. When rotating layers collisions aren't triggered correctly or not at all. When i removed rotation it worked. So i'm pretty much stuck in my game till this bug is solved :(

    If its a bug, why dont you report it in the 'bugs' section?

    Mipey's example seems to show that collisions are working.

  • To fill a listbox (start of layout) with the contents of my "AppPath" I can use:

    + File: For each file in AppPath

          -> ListBox_main: Add line File.CurFile

    Is there a way to filter it ? say...only include a file if its a extension is ".png" or "png"

    I assumed the following would work:

    + File: For each file in AppPath

    + System: GetToken(File.CurFile,1, ".") Equal to ".png"

    -> ListBox_main: Add line File.CurFile

    It doesnt!

  • Might be worth checking the Post:

    link

  • ZOLTAN MACHINE EXAMPLE

    Carnival Fortune Teller Machine (aka Tom Hanks film 'BIG')

    <img src="http://dl.dropbox.com/u/22173473/zoltansplash.png" border="0">

    Button 1 : Daily Fortune prediction with Lucky numbers.

    Button 2 : YES/NO Oracle.

    Originally created as a iphone App prototype...but somebody beat me to it.

    VIEW

  • Thanks Yann, works fine.

    <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Well, you could get a monitor with more pixels...

    Aside from that, I'm not sure. I think it might be handy for C2 to implement a scrollbar instead of extending the window.

    Ashley, what do you think?

    ------------------------------------------

    Option 1...Good idea, but got limited funds.

    Option 2..Better idea, I will hang on in case Ashley replies.

    Thanks for your help.

  • You can add more text to it by having a second action that sets the text box to text.text & morestuff.

    So I would have, say 40 lines to start, then add the extra lines using text.text ? Is this the only way it can be done?

  • What is the maximum number of lines that i can add inside the 'Value box' underneath the 'Set variable' option...see pic

    <img src="http://dl.dropbox.com/u/22173473/yannexample.png" border="0" />

    In a recent example 'YANN' posted a capx showing how 'tokencount' and 'tokencount' could be used to display various lines of text. (I cant find the original)

    Anyway...his example only had about 20 lines in the 'Value box'...I want to add over 400.

    When I add 400 lines, the 'CANCEL, BACK and DONE' butttons disappear off the bottom of my monitor, and I have no way of clicking the 'DONE' button.

    I tried using the Keyboard RETURN but nothing happens...Help.

  • chrisbrobs

    Thanks a lot! It helps ^^

    Glad to help.

    Added a 'view in browser example' for all you leaf fans(check post above)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I knew what you meant mate.

    <img src="smileys/smiley2.gif" border="0" align="middle" />

  • chrisbrobs

    That's actually quite good :)

    Thanks zeno98

    I am good at some things!

  • Simple falling Leaves example:

    <img src="http://dl.dropbox.com/u/22173473/leavespic.png" border="0">

    capx

    View in browser

    Simple snow example:

    <img src="http://dl.dropbox.com/u/22173473/pic.png" border="0">

    View in browser

    capx