SquareMation's Forum Posts

  • Is there a way I can have a sprite check if another instance is in a certain position from/near it?

    (This is what I am trying to do, if that helps)

    I am trying to set a sprite so it create another or destroys itself depending on condition.

    You can see the 'A' with the yellow arrow, it can spawn another instance in any of the square around that are green. If more than 2 instances are in the areas in green the sprite is destroyed.

    This works fine with instance variables,EXCEPT it can only recognize a instance it has created.

    Below you can see if the sprite 'A' in the red area creates another instance in the area colored orange, will have no effect on the instance in green, sense it only recognizes instances it has created (the way it is so far).

    Is there a way I can have a instance sprite A check if a another instance of 'A' is at X,Y ?, or am I going about this wrong

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try this: scirra.com/forum/plugins-pode-html-pack_topic51522.html

    Works perfect, THNX!

    <img src="smileys/smiley10.gif" border="0" align="middle" /> <img src="smileys/smiley10.gif" border="0" align="middle" /> <img src="smileys/smiley10.gif" border="0" align="middle" /> <img src="smileys/smiley10.gif" border="0" align="middle" /> <img src="smileys/smiley10.gif" border="0" align="middle" /> ramones     <img src="smileys/smiley32.gif" border="0" align="middle" />

  • still looking but found this post about '[PLUGIN] JesseJoh's HTML Elements Pack ' the link is broke.

    Does anyone have this plugin willing to upload so I can try I can try?

    original post w/plugin

    scirra.com/forum/plugin-jessejohs-html-elements-pack_topic47084.html

  • How do I/Can I

    Load a webpage in a app like in some time of a frame, instead of redirecting it or opening in a new window.

    My forum search only yields results for loading and image, not a entire page.

    The reason I want to load the entire page is it contains a streaming audio player.

    Any suggestions?

  • does anyone use this plugin?

  • Still blank <img src="smileys/smiley19.gif" border="0" align="middle" />

    <img src="https://lh6.googleusercontent.com/-GGpWzZBmjnk/Ueiarr1CS8I/AAAAAAAAAFY/Kpf8dA2nytY/w649-h184-no/Capture2.JPG" border="0" />

  • ?

  • Seems that this should work, but it does not <img src="smileys/smiley29.gif" border="0" align="middle" />

    I am just testing to see if I can get this to work. So I have "any random text" set to DATA 's value.

    The Store User Data Key is "myData"

    Fetch User Data calls for key "myData"

    Once data is fetched Button3 becomes visible

    BUT on click no text in text_Test textbox. It just goes blank.

    I have double checked app key.

    Made sure logged in.

    Have tried in with debug enabled and disabled.

    Anyone got a working example or can point me in the right direction???<img src="https://lh5.googleusercontent.com/-TBLzYi0qQms/UdoewPuxyvI/AAAAAAAAAcI/hYcpc3UGQ0Y/w611-h255-no/Capture.JPG" border="0" />

  • anyone have .capx of this ? I can't open in constuct2             <img src="smileys/smiley5.gif" border="0" align="middle" />

  • Wow gonna experiment with this!!!

    Thnx for sharing!!!

  • Make sure the MIME types match scirra.com/manual/84/sounds-music. After you've fixed the MIME types, try changing the URL of the game to ensure the offline cache hasn't cached the broken files.

    Thanks you're amazing, that resolved it! <img src="smileys/smiley1.gif" border="0" align="middle" />

    I know now to clear cache if it happens again.

  • New to Construct2 so I am probaly doing somthing really obviouly wrong here

    Also just trying to work with it:

    <img src="http://i1204.photobucket.com/albums/bb414/ruffusmagnium/timer_zps77035ec0.jpg" border="0" />

    "now" instance Var

    I get nothing when I click button.

    Anybody let me know what I'm doing wrong or not understanding.

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

  • update MIME on server, now I get only music on Chrome and only Sounds on Firefox <img src="smileys/smiley7.gif" border="0" align="middle" />

  • My sounds and music work correct testing but not on export. Any ideas on why or where to look to solve this?

    I found this info in post.

    Browser sound support is pretty buggy at the moment - it should improve soon.

    Are you on 64-bit Windows? If you visit Java.com in a 32-bit browser it installs the 32-bit Java... but Construct 2 looks for the 64-bit Java. You can install 64-bit Java here. (Bit of a silly situation, but not sure there's anything we can do.)

    Does this mean to install java 64 and then export again?

    or

    You can't make apps for 32bit browser's on a 64bit system?

    quote's post URL=http://www.scirra.com/forum/minify-on-export-sound-inquiries_topic44708.html

  • <font color=red>SOLVED</font>

    I got it unziped and in folder but I recieve HTML5 error :

    Unable to load pluging in 'C:\Program Files\Constuct2\exportes\html5\plugins\rex_pause_dt\' " Found 'GetPluginSettings' global, but it is not a function

    This plugin will not be available in the editor.

    anyone know what I could be doing wrong?

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

    <font color=red>I got behavior and plugin mixed up</font> /facepalm