chrisbrobs's Forum Posts

  • Event line 3-

    System - on canvas snapshot

    I think this is used when capturing a snapshot of the whole canvas?

    I haven't got a webcam, so i cant test it, but I'm sure this is

    why it fails.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • PageFlip example r121

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

    TEST

    CAPX

    Requires Canvas Plugin.

    To change the Book/page style, simply replace the 'bookstyle'

    sprite with a different open book texture.

  • chrisbrobs sqiddster Good one! does mode7 effect apply horizontal skew and perspective?

    You need to check with Rojohound with regards to skew...etc

    Still trying to work out what the plugs parameters actually do.

  • Joannesalfa@

    shinkan it was awesome experiment but hard to implement, this sprite has more than 64 frames were splitted.

    sqiddster@

    I'm pretty sure there is a mode 7 effect or plugin.

    Heres a simplified version...using Mode7 plugin-

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

    DEMO

    CAPX

  • Sushin@

    Oh..That actually works great.

    One problem though. I'm trying to get it to work with right clicking instead of left clicking which drag and drop stupidly doesn't seem to support. How can I do this without drag and drop?

    THROW3 EXAMPLE

    (Drag and drop removed)

  • Hi, how do i change the color of a sprite to follow the color that i have click from another sprite? Thank you.

    You can use the Canvas plugin to change colors?

    DEMO

    CAPX

  • New link

    Catapult2

    If its 'dragging and throwing' your looking for try this as well-

    EXAMPLE CAPX

  • Thanks for the capx but that's not quite what I had in mind. Basically I want to be able to hold the object with the mouse before throwing it. I looked into easetween and i don't really know if it's what I'm looking for. I can't get it to work correctly. It seems to be for animation rather than physics.

    Solution (1 event)

    On drop - Apply impulse 6 toward (MouseX, MouseY) at image point 0

    (Crate uses drag and drop behaviour)

    Edit...The event above doesnt not work !

    This is my latest attempt-

    Throwphysics2

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

  • Throwing objects with physics... solution

    Hope this helps.link

  • Drag a photo into the appliction to change the image

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

    Square images work best,

    Working in Chrome browser.

    Uses Podes Drag and drop zone plugin-

    PLUGIN

    Code for puzzle taken from Rojohounds 9Tile example which can

    be found here-

    LINK

    PLAY

  • XManBG@

    Here's a simple example of an editable shape using the 'canvas' plug -

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

    TEST

    CAPX

    Hope this helps.

  • rexrainbow@

    You might try FileSaver + FileReader.

    BTW, the "expression: BankToString" will get a string, so user only need to save this string.

    Working example Capx-

    Download

    Capx also has a DRAG AND DROP option..so Podes Drag and drop plugin needed-

    LINK

    Working in Chrome browser.

    Test in browser here-

    TEST

  • I uploaded this game to do a browser test.

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

    Have a play here-

    PLAY

    Made using some ideas in R0J0hounds example Capx-

    LINK

    Edit: Here's the link to the other ROJOhound example Capx-

    LINK

    (pick_chain.capx)

  • meapps

    Great so far what i missing is a button for bet all lines or bet max

    ----------------------------------------------------

    I will include a button in the next release.

    I actually change the demo so that it automatically starts with-

    'Select lines' set to 9 and Bets per line set to 1.

    Cheers

    Rudi

    when the spin stops

    and you click select links up and down you keep

    winning over and over no need to spin again

    good one i wish the money was reel

    greets rudi

    --------------------------

    Fixed....(I spotted that this afternoon ! )

    Thanks Guys.

  • Looks good and seems to work well! I wasn't entirely sure what I was doing but I seemed to be winning! =D

    Only thing I noticed that might need a fix is that you can still activate the spin reel button when the machine is already spinning or stopping. Additional clicks on the spin button doesn't prevent the columns from stopping but it charges you and will change the values(images) of any columns already stopped.

    However, I am not familiar with slot machines and that may have been how you intended for it to work...

    ---------------------------------------------

    Well spotted...I have fixed that and re-uploaded an improved version.

    Thanks