morpheous's Forum Posts

  • Yikes!...k all fixed

  • Thanks for the feedback, some interesting thoughts indeed.

  • Thank you

  • hiya thanks, yeah i think you might be on to something there i was thinking maybe it did look kinda overpowering

  • lol yeah that's on the to do list

  • okay thanks for the feedback, thats something i could look into

  • Hiya,

       This is my second project with Construct 2 and i guess i am just looking for some feedback as to how this is going...

    The Adventures of Nanoo

       I plan to add some more levels and sound effects.. Maybe some bonus levels too?

  • Yep sure thing, here it is

    <img src="http://i251.photobucket.com/albums/gg290/theshack98/example3.png" border="0" />

  • lol okay i've fixed the problem, thanks for your help!

  • okie dokie so this is what i have, must be close eh? sorry bout this but am still trying to learn this structure, it doesn't seem to want to behave like a simple if..then..else sort of scenario

    <img src="http://i251.photobucket.com/albums/gg290/theshack98/example2.png" border="0" />

  • thanks for the response i am a bit of a noob at this and i am trying to understand what you are saying here. Now so you are saying create another test variable which i use in conjunction with my global variable music?

  • hiya,

    okay heres the deal i am trying to set up a toggle for music and some other options and the only way i can figure out how to do this is to set up flag variables which set the option to on or off

    <img src="http://i251.photobucket.com/albums/gg290/theshack98/example.png" border="0" />

    but when i do this it just seems to culminate in another layer of music on top of the existing layer/s of music. It seems to discount the fact that the variable music has been changed.

  • wow that's awesome, thanks for the help!

  • k so this is what i've got :

    set a boolean variable to the object

    Mouse on left button click   object   set variable as true

    pick instance with UID

            object.UID

    Mouse   Cursor is over object

    Mouse Left Button is down   set position(mouse.x,mouse.y)

    pick instance with UID      set variable false

            object.UID

    it works quite well BUT, as soon as i click one of the objects, the instances of the object all disappear...weird?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hi thanks for the response, i am kinda new at this stuff, what do you mean by set selected to True?