Paradox's Forum Posts

  • It loaded for me, Chrome Version 25.0.1364.97 m.

    Arial in the editor, the serif font in Chrome.

  • While grabbing the value of the timer and checking it to see if 4 seconds have gone by sounds good, I would probably have used WAIT myself.

    Here is the screenshot of RamPackWobble's code:

    <img src="https://dl.dropbox.com/u/85412219/forumposts/waitcount.png" border="0" />

  • A crash similar to the second scenario happened to me after first loading the new version. I actually drug a sprite to a new spot before it happened though.

    Trying your first scenario, it crashed during loading, creepy.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've always used the win7 theme, and it does it too.

    Ashley would roll his eyes if he new my solution to close it when it refuses. (I use another bug we can't find to crash it.) ;-)

  • Here is a youtube video, but I don't know that it helps much other than show how easy it re-creates on my machines. I selected the properties pane in the video and show the click does nothing, then re-select the projects pane, and the click crashes.

    Processor: Intel(R) Core(TM) i7 CPU 870 2.93GHz (8 CPUs), ~2.9GHz

    Installed Memory (RAM): 16.0 GB

    System type: 64-bit Operating System

    Pen and Touch: Pen Input Available

    Video Card name: NVIDIA GeForce GTX 460

    Display Memory: 4050 MB

    Monitor Model: Cintiq21UX

    Operating System: Windows 7 Home Premium 64-bit

    (quad core laptop has windows 8 and does it too.)

    Edit: trying the link again, the "no follow" the forum added seems to have a quote after it.

  • It meant to click off the sprite to deselect it. Then use the object list in the pane on the side to select all of the instances for that object in one click. That seems to be the key as the projects pane has to be active when you click the properties pane. It won't crash if you select the pane first.

    I still can't narrow it down though, It took a few clicks with a tutorial already running, but it finally crashed.

    then I started a new project, made a sprite, filling it with black. control dragged to created a copy, deselected. then I selected both in the projects pane. crashed immediatly clicking the space under the properties, but above the little tooltip window.

  • I just did it too with space blaster, I duplicated the "player" sprite and selected it via projects tab under objects. Both highlighted. then I had to scroll down the scroll bar in the properties window, and like Kyatric, first click didn't seem to do anything, but then I clicked to drag across it with my mouse and it crashed before I could start the drag.

    Still using r116 64bit on this win7 machine.

    Edit: Ok, Windows 8 r117 does it too. Single click, and wait a sec.

    (kinda like the guy who went to the doc saying it hurts when I do this, and the doc said "stop doing that.")

  • You can store them in Variables "On start of drag and drop", see global variables here:

    https://www.scirra.com/manual/83/variables

    or store them in the sprite itself by setting some instance variables. these are created in the properties of the sprite. See the manual here:

    https://www.scirra.com/manual/73/instance-variables

    Edit: Took the odd space off the links. weird

  • No problem, there's a lot there, it's easy to miss. And now there's a greater chance the next person searching the forums for something like this, will find the answer.

  • I'm not sure how you are doing the slide in menu, so that might complicate things, but it sounds like you just need to set the Parallax.

    See here in the manual:

    https://www.scirra.com/manual/85/layers

    Set the stuff that should stay put on screen to a Parallax of 0, and it should sit still while the layout scrolls around under it. (or over it depending on your layer order.)

    (edit: I always forget to make the link clickable.)

  • The instructions do seem to be a bit light on it.

    https://www.scirra.com/manual/48/image-and-animations-editor

    But it's pretty easy to figure out after you know to right click on one of the image points for a pop up menu.

    Set the shape to match your character/object, so it reacts with the environment correctly.

    Remember however that the number of points is checked for collisions every tick, so it will warn you not to use over 8 per sprite.

    (edit: made the link clickable)

  • Can you set the collision polygon of the solid in a touch, or is it a tile or 9-patch object? Maybe in that case set the collision polygon of your moving character/object?

    (collision polygon in in the animation editor, bottom button on the toolbar.)

  • Kind of difficult to tell without a capx to poke around in, have you tried skipping the positioning of the text after pinning by creating the text at the image point?

    Create object txtName on layer 1 (heroes.ImagePointX(ImagePoint), heroes.ImagePointY(ImagePoint))

    Edit: Also, if you have more than one frame, make sure the image point on the other frames is at the right spot, they can move frame to frame. Right click the image point in the Image Points window and select "Apply to whole animation"

  • Your problem might be caps, make it all lowercase with no spaces...

    [img)https://dl.dropbox.com/u/21151675/cooltext899820915.png

    [/img]

    had to leave out a ] to get it not to show the graphic instead. ;-)

  • On online multiplayer universe where each player builds a world that interacts with other players built worlds. Could be just a house with a lemonade stand out front recharging stats for a coin. Or a space station ferrying players around the planet. Whatever the needs for your area, built with earnings.