sainsy's Forum Posts

  • vancouver

    Great stuff - thanks for this - I will have a play. I think that iFrames is definitely the way forward with this

  • Thanks - I will look into that

    What prevented me from directly linking is I need to utilise the security functions within wordpress so that only paid subscribers can access it. I therefore need to 'wrap' the construct generated HTML with the php generated by wordpress. This then generates a URL which doesn't physically exist - therefore it cannot access the javascript or image resources.

    Like I said, not strictly a Construct problem

    Ashley Don't know if this is something you would consider in a future update - the ability to control exactly where resources are exported and referenced

  • Thanks for the reply jayderyu

    Whilst I agree with everything you say, we are not trying to change a game like Mass Effect - we are trying to build our own app - and as part of that we have an ever increasing number of platforms and locations on which to put them. The limitations you identify do restrict where and how we publish our work. In my case, through a WP site with controlled access. I could use an iframe to place the content in, but then this restricts my ability to provide a full screen option - I do not want my users to use my app in a small window.

    The program already allows the possibility to control the file structure in terms of images, it would be nice if you could control the rest at export.

    Do you know if it is possible to employ a full screen mode from within an iframe - as this would certainly solve this problem

    Again - thanks for taking the time to reply to this post

  • I am trying to achieve the same thing - and have already posted another question (sorry) here

    It answers some of your questions, but I am still having problems with the images folder

  • I am using Wordpress to create some content that can only be accessed by subscribers. I have created a page in WP in which I paste my HTML, but need to place the remaining content (e.g. javascript, images etc) in a separate folder.

    I have updated the following lines in the HTML to reflect the redirection:

    <html manifest="/uploads/TPDemo/offline.appcache">

    <script src="/uploads/TPDemo/jquery-2.0.0.min.js"></script>

    <script src="/uploads/TPDemo/c2runtime.js"></script>

    However the page is failing to load any of the images - showing a 'Failed to load resource: the server responded with a status of 404 (Not Found)' error

    Yet using the chrome resources tool, the Application Cache is showing them as present!

    Any ideas or experience gratefully received

  • Ok - thats approaching it from a very different angle than I was, but I see what you are trying to do. Very clever!

    Will have a play and let you know how I get on

    Many thanks

  • Hi All

    I am wondering if it is possible to draw something akin to a dartboard using the Draw commands in the canvas. Essentially all i need to do is be able to draw a wedge shape - a triangle with one edge as a curve - and then be able to fill that shape with a colour. I can then set up a loop to draw all the pieces based on values in an array to produce something like this

    speechmark.net/practical-suggestions-teaching-social-skills-issue-25

    Many thanks

    Brian

  • My pleasure - thanks also to the other two guys in this thread - I couldn't have helped you without the help they gave me

    Happy families!!!

    :-)

  • NECROKRIEG

    Looking very nice

    OK - fixed the snapping problem

    dropbox.com/s/v2x575nbvc4dnol/DragDropCards-MenuAnimated%20snap%20fixed.capx

    Set original position at setup

    If condition is card already in place, return to original position

    If card not touching anything return to original position

  • NECROKRIEG

    Thinking about the process I went through - you may also want to consider how the objects detect the overlap.

    I went through hell because the empty slots were close together, and it would sometimes snap to the wrong slot if it was overlapping two slots. I got round this by changing the hot spot are (bottom icon on left in picture editor) so that the hotspot is just a vertical sliver down the centre of the sprite. Took a bit of trial and error but works just fine.

    Might save you a couple of days head-banging further down the line

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • NECROKRIEG

    Please review my earlier Capx - it does exactly this

  • NECROKRIEG

    Sorry couldn't open Capx - u r using v148, i just tried downloading the beta and my anti-virus is kicking it out :-(

    So without seeing the Capx I'm kinda shooting in the dark - out of interest are u using families. I got round the problem u describe by having the card, and then the same card in a family. U can then detect event where card is touching card family and create actions against each one (so card snaps to new position, card family returns to original place).

    I will have a better look when i have sorted the antivirus thing out

  • I have just had the same result with AVG - win32/heri

  • This was an earlier attempt - covers the logic that Plinkie describes

    dropbox.com/s/oomfa4jq79r9p06/Numbers%201.1.capx

    Basically you select a number at the top and drag it over the numbers at the bottom - if there is a space it snaps, if it is occupied it sends the occupying number back to where it started and then takes the place

  • NECROKRIEG

    DUTOIT

    Haven't had a chance to download your Capx yet and take a look as have had my head in this one

    dropbox.com/s/p6h7fn700hano4l/Sequencing%20Landscape.capx

    Feel free to have a route around, but I do need to comment it out a bit more

    Thanks Plinkie and Dutoit - am really getting into this now thanks to the earlier help you gave me :-)