aridale's Forum Posts

  • I just decided to do it with php instead. Since its gonna be on my website anyway I figured might as well

  • yeah Im splitin things up now workin on gettin it all sorted out. It seems the limit is the number the inputbox of the dialog box plugin can display. The len of the string returned fine over 2k but still only 2k in the input box.

    Now I just need to figure out a better way to get the map save data from the app to the user and back again. The only way I know to do it is with the dialog box.

    How else can I save and/or load text during runtime?

  • Ive been workin on a level editor the last few days and now that its finished enough to start testing in actual use Ive hit a pretty big snag and I cant tell exactly where its comin from.

    Im hittin a limit on the length of a string at 2000 characters. I cant tell if thats the limit of the string inside c2 or the limit of the characters that can be put into the input box of the Dialog Box plugin.

    Ive looked at the plugin code and cant see anywhere that looks like it would effect the that could it could be some general javascript limit as well.

    Anyone have any input that might help?

  • what hes sayin is every tick check the distance from the players location to the enemy location and if its less than however close you want it to be before the enemy reacts then make it react

  • there is a way to exit tho... its the button that takes you back to the main screen or whatever. Its not like on windows where if a program has the exit button disabled where the only way to close it would be to force it closed in task manager all because the programmer didnt emulate the exit function with a button.

    I think your tryin to think around somethin thats not an actual issue

  • if your gonna have a "camera" that moves around at any point separate of your main character then itd be best to have a camera object and have that object with scroll to. Itd be the ONLY object with scroll to. Then you position it how ever you want whenever you want and the screen will follow it.

    Its overkill if you never intend to have it do anythin other than follow the main character tho. You could always make a fancy camera system with it tho so it can lead the character based on speed or whatever. Or if you need the actual VIEW to stop a position thats not the edge of the layout or somethin. Like making the camera collide with walls.

    But its essential if you intend to have the player see anythin outside the view of the main character

  • Ashley can you add to your todo list an option to set the tab stop index for controls? As it is now the tab index is based on the order the controls were put into the layout. So if you rearrange the layout the tab stops can get all screwy and out of visual order.

    The easiest way to demonstrate this is to put 3 text boxes on a layout and run it. Tab should move thru em in the order they were created. Now rearrange em visually in the layout and run it again...

    Also while Im thinkin about it... Is it just me or do the controls look all messed up and not in the right positions on iOS?

    In my layout (no scrolling no scaling no fullscreen etc) it looks fine on desktop browsers but when I got there on my phone the buttons are super small and you cant see all the text and everythings shifted up and to the left like 100px? Theres no anchoring or anythin... the doesnt have to be the layout doesnt move or resize

  • Ashley can I pm it to ya?

  • I just found a major issue with the automatic sprite animation sheet creation on export

    Theres a sprite in the project with this image split into 56 frames

    <img src="https://dl.dropbox.com/u/53012532/WallTest2.png" border="0" />

    after its exported its sheet looks like this

    <img src="https://dl.dropbox.com/u/53012532/wall3d-sheet0.png" border="0" />

    it looks like it automatically adds some padding between frames and that completely ruins the effect of the walls in my project which uses the frames to create a pseudo 3d effect

  • theres 2 ways to go about this

    1 - make your store a layer and you can turn it on/off when its needed.

    2 - make some way to store everything on the layout before changing to the store layout and then restore it back when going back to the normal layout

    the 2nd way is vastly more trouble depending on how complex your layouts are

  • you dont really close iOS apps. You can force em to close to mainly they stay open until the memory is needed to load somethin else. If you double press the bottom button the bottom scrolls up and you can see all the open apps. You can close (really close) apps in that area the same way turn on the "move app" jiggle on the normal screen

  • yeah it is annoying

  • I loooooooove that site. Ive used it for years just to make fun lil tunes. Ive even resequenced some of em with better soundfonts. Its good stuff!

  • I could be very interested in this. I think Id prefer this one to Rexs because I dont have to use 2 other plugins just to use this one. Did you get the bug fixed you mentioned?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I tried it last night it didnt work. I copied over all the files from one to the other and it opens fine in c2 but none of the copied stuff is there. Its all there physically in the folders but none of it appears in c2