chrisbrobs's Forum Posts

  • I'm not much of a gambling fan but it looks niece enough for me to give it a spin. Guess i'm to noob to know what i'm doing. I fail to see the fun in this. That's just me not being a gambler i guess.

    Thanks for taking a look, sorry you didn't like it.

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

  • 5 Reel Slots Game

    9 x Multi-line Payout

    Sound effects

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

    Guide

    A= Click to veiw 'line config'

    B= Number of lines selected

    C= Add or remove lines

    D= Bets per line

    E= Total bet

    F= Credits

    G= Win amount

    H= Spin reels

    I= Bank total

    There was a problem with the 'betting values' not calculating correctly, but I fixed it.

    3 matching pays $30

    4 matching pays $50

    5 matching pays $100

    PLAY

    Any feedback welcome

    WIP <img src="smileys/smiley9.gif" border="0" align="middle"> <img src="smileys/smiley7.gif" border="0" align="middle">

    EDIT..Math problem fixed.

  • The Dropbox links are now working...see first post.

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

  • Mode7( ish) style without plugins..effects ?

    <img src="https://dl.dropbox.com/u/22173473/drivesplash.jpg" border="0">

    Demo

    Not keyboard arrows..press arrows on steering wheel !

  • Add an additional event/condition-

    Button...is visible.

  • I used Podes-Iframe plugin to embed the SVG application into my C2 aplication.

    Here's a link to the tutorial I used-

    Tutorial

    You can find the plugin in the plugin section on these forums.

  • 'Can anyone suggest any alternatives to Adobe Illustrator for creating vector artwork?'

    You could try SVG-Editor....its ok for basic vector work and it's free.

    Heres a link to website-

    website

    I created a C2 project that includes a version you can test here-

    C2 Test

    good look

  • This might be worth a look-

    MarioKart

  • SketchyLogic,

    Your solution sounds logical, but i,m a bit sketchy when it comes

    to using arrays and functions (sorry..bad pun)

    Im gonna be cheeky and ask you to look at the capx file I have uploaded

    here-

    capx

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

    and if poss, help me implement the events.

    If your too busy...then I understand and maybe somebody else might

    have a look.

    Thanks in advance.

  • Multi-line slot game problem ?

    I have a Slot machine with 5 reels and 3 rows.

    Each symbol/sprite has a unique variable assigned to it.

    The player wins if he/she gets a horizontal line of the same symbols.

    I want to add a 'multi line' winning capability..So basically the player wins even if the 5 matching symbols appear on different rows.

    (see pic)

    <img src="https://dl.dropbox.com/u/22173473/15LINECHECK.png" border="0" />

    I know Rex created the 'matcher plugin' but I was wandering if there

    was formula to achieve this without using a plugin.

    Thanks in advance.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This demo only works with Construct 1 I'm afraid.

  • Its somewhat related, but I would like someone to upload an image they have from their desktop and use it in a C2 constructed game.

    I'm sure tutorials like script-tutorials.com/ajax-file-upload-methods have all that's needed to do what I'm looking for. But I am not a programmer, so get pretty lost in how to apply it. But then there are also the other features I would like to be handled by C2.

    Do you know of any working examples that show how you can upload and image to an active C2 Game?

    Pode has released 2 Plugins for importing images and text into your games-

    1,   'Drag and drop zone'

    2,   'File reader plugin'

    They allow you to DRAG'n' DROP (or BROWSE/IMPORT) the following file formats straight from the desktop-

    1, GIFF, JPEG, PNG all load ok....although I can't get BITMAP files to load)

    2, SVG files also WORK, I discovered today ! !

    3, Base64 files (saved as txt)

    4, Any basic Text file (.txt)

    5, COPY/PASTE files directly into your game.

    6, Import Images and files using the AJAX REQUEST method.

    Check them out in this Plugin Section...they also come with a couple of Capx examples.

    THE MANS A LEGEND.

    Let me know if you get stuck ?

  • I know this has been talked about before, but the issue is still present. After you click in a textbox, it stays in focus and cannot return it to the keyboard.

    My project is a level creator where I place objects and use the keyboard to move the screen, and the textbox displays a text string that can be copied. After I highlight the text to copy and paste, I cannot use the keyboard to move the screen again.

    Shouldn't the textbox lose focus as soon as you click somewhere else?

    Having the same problem (still using R109)

    Quick workaround_

    Use a spare Textbox....(I named it TextBoxdummy) and destroy it at startup

    Then use the following events -

    <img src="http://dl.dropbox.com/u/22173473/dummytext.png" border="0" />

    Basically you create the dummy..give it focus, then destroy it.

    Good luck

  • Couldnt open your capx ...using r109

    Anyway, try the following capx-

    download

    Good luck

  • Problem: Text objects HOTSPOT position. r109

    1, Create a text object

    2, Centre the hotspot

    3, Right click and Clone

    4, The clones hotspot is topleft

    <img src="http://dl.dropbox.com/u/22173473/textobjecterror.png" border="0" />