Nickydude's Forum Posts

  • Yup, confirmed R126 32-bit. and you can't move the I cursor back / forth through the individual letters.

    Edit: Tested in FireFox 20.0.1

  • Paths!

    <img src="http://gamemaker.info/library/manual/images/form_path.jpg" border="0" />

    (which I'm sure are somewhere on the ToDo list. :))

  • +1 for a video player from me. I'd like to use C2 as a front end for a demo reel of stuff (I did one in 2008). Basically a font end to select different videos.

  • Same here and it's asking me to log in, perhaps you need to log in to play the game? Using FireFox v19.0.2

  • icrosoft has opened up access to the core computer code for its Kinect motion-sensing device.

    http://www.bbc.co.uk/news/technology-21753003

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Could you possibly put the date it was last updated on the first page?

  • Stay tuned ..a full featured ai will be released soon on the forums for top down shooters....

    Looking forward to that!

  • Or you could just down load this one.

    Magic Card Set Editor

  • What would be the best / efficient way to populate a large 2d array? I'd like to create an array of around 50-100 'monsters' with various stats like Hit Points, Speed, Attack, Defence, something like this:

    Orc

    10

    5

    4

    3

    Goblin

    7

    8

    3

    3

    Skeleton

    12

    3

    5

    3

    etc.... At the moment I'm doing something like this:

    <img src="http://imageshack.us/a/img15/2122/clipboard03b.png" border="0" />

    but wondered if there's a better way?

  • Who needs Bruce Willis when you have Chuck Norris

    That's why it didn't hit Earth... <img src="smileys/smiley17.gif" border="0" align="middle" />

  • Doh! After all that head scratching.. <img src="smileys/smiley9.gif" border="0" align="middle" />

    Thanks mrcgkh

  • I'm finding something odd with my simple array, I know it's probably something I've overlooked but don't know what.

    here's the array:

    <img src="http://img15.imageshack.us/img15/2122/clipboard03b.png" border="0" />

    When run it prints out:

    Monster:Or, HP:5, Speed:9

    As it should, but If I add another character to the first part of the array, say from Or to Orc then it doesn't show the speed:

    Monster:Orc, HP:5,

    in fact any 3 characters or more for the first array doesn't show the speed.

    Does anyone know what's going on? I can provide the capx but it's just what you see above with an array and text object added.

  • pen Construct 2 r114/r116/r117 by double clicking a desktop shortcut,

    left click File (or the file button rather),

    left click New,

    left click New Empty Project,

    right click "Object types" in the Projects Tab,

    left click "Insert new object",

    double click Sprite,

    left click anywhere on the layout to place it,

    Exit out of "Edit image" window that should pop-up,

    Ctrl+C to copy the sprite already selected,

    Ctrl+V to initiate pasting duplicate sprite,

    left click anywhere else on the layout,

    left click the Sprite listing under "Object types" in your Projects tab,

    left click anywhere below "More information | Help on the left,

    Construct 2 should crash and create the stopped working window.

    I've followed this but get slightly confused at

    "left click anywhere else on the layout,"

    "left click the Sprite listing under "Object types" in your Projects tab"

    If you click anywhere else (off the sprite) you don't get the 'Object types'.

    but I have tried following it with the sprite clicked and without the sprite clicked and I can't get it to crash (V118).

    Operating System

         MS Windows 7 Home Premium 32-bit SP1

    CPU

         Intel Core 2 Duo E6850 3.00GHz     97 ?C

         Conroe 65nm Technology

    RAM

         4.00 GB Dual-Channel DDR2 399MHz (6-6-6-18)

    Motherboard

         ASUSTeK Computer INC. P5KPL-AM (Socket 775)     84 ?C

    Graphics

         SyncMaster (1920x1080@59Hz)

         1024MB GeForce 8800 GT (Undefined)     57 ?C

  • Thanks RangerJim, the lerp seems to work ok, just played around with the numbers! :)

  • RangerJim: I'll try that (know nothing about 'lerp' myself) but don't want the camera to bounce at all as in the video

    : I've already tried that but I also want it to scroll on the y axis as well when the ball traverses the level. Take a look at the video and you'll see what I'm trying to achieve. :)