Aeal5566's Forum Posts

  • Do you have any screen shots or anything that we could see or even a tech demo?

  • Anyone really looking forward to the holidays getting anything good?

    I know Im getting a 1.5 TB hard drive...

    No idea what Im going to do with all that space...

  • NO!!!!! I vote to save the private variables... I dont know what I would do without them...

  • You could just make a bar and set the width smaller and smaller as you get hit more and more.

    Ive used this in a few games and it looks really nice.

    Make a private variable "health"

    and set the width of the bar to always equal to health.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think the "Folder Dialog: OK" is broken. Just do this:

    +On Button Clicked

    -CommonDialog: Show folder selector

    -Set edit box to CommonDialog.Folder

    The Common Dialog object pauses everything while something is up, so just put the set edit box action right after the show folder selector in the same event. Hope that helps.

    The on ok is broken...

    You can make it all part of the same event

    On button click

    -Show open dialog

    -set edit box to common dialog.First selected file

    but be warned that if you exit the Dialog it may cause a crash I know it does in my level editor.

  • How did she react when you told her? thats kinda important... I personally would ask her out dont attach any meaning to whether its a date or friends hanging out let her put the label on it. just go out and show her a good time. Just come up with a plan like, going to the movies or something and ask her to do that. you can take it slow just, dont move too slow though, you dont want to get "friend Zoned" Make a move and stick with it. Best of luck!

    disclaimer: this is my personal opinion and is not guaranteed to work.

  • I know when im at school i cant connect cause of the network...

  • lol

    <Aeal5566> the only thing os related i have is plug and play o/s

    <SoldjahBoy> yeah turn that on

    <SoldjahBoy> its bascially the same thing

    <SoldjahBoy> some bios settings are different per board

    <SoldjahBoy> try turning that on, it should reset DMA data

    <Aeal5566> okay

    <SoldjahBoy> hopefully that will do the job

    <AshleysBrain> then, submerge your computer in water

    <AshleysBrain> that ALWAYS fixes it

    Ashley you lied to me it broke my computer....Again...

  • SO I got the saving and Now I working on the loading of the objects.... i have one problem i cant set the height and width.

    Here is the cap http://www.mediafire.com/download.php?fgvzmm2gmxz

    I think the problem is picking the object to set the width an the height and its getting confused and not picking any of them.

    Controls:

    Pick an object from the select box hit new and click in the editor.

    You have to click new for each new object you want to create

    WASD will Shrink/Stretch the selected object.

    QE will rotate the object but it wont load yet.

    And i am aware that I dont have any load commands for the Height and width.

  • Yeah I agree I think Im going to us a combination of both examples along with my own code. Im going to use inis for saving the information but I made a very heavily modified version of davids creation example.

  • What works? Typing the object name in an expression? Surely that cannot work, because it'd give a syntax error, thinking its two separate names!

    nope it worked fine. But it may because i didn't tell it to create Left End I told it to create a string conversion of a global variable.

    Here is how I worked it...

    I had and object named Left End with the space. And I had a global variable named Current object. Current object was set to always equal the string of an object in a list box that had the names of all the Name variable in the family "blue"(so left end's name variable was Left End).

    Then on a mouse click I told the system to create the global variable Current object (converting it to a string so it would read the value "Left End" and Create a string out of that) and it worked. But when I saved and it set the object name to LeftEnd and The Variable Name was still Left End and it would not work. I know its a very strange way to do it but it works for me.

  • ahhh ok...makes sense.

    Edit*

    But if I name the object with the space then call that object to be created by name with the space it works, and then i save and it makes the object without the space it dosent work anymore..(and I leave the event alone)

  • Im certain this is a bug so Im letting people know now that if you have an object with a space in the name. When you save it will be renamed with out the space. And i will post the bug to the tracker... Just letting people know....

  • That would be the best Christmas present EVER!!! You guys are Awesome...

  • what are all the controls for this... I have the arrow keys but anything else?