jimmyx1000's Forum Posts

  • HI

    Can somebody help me to Pin An object to another

    using javascript

    thankyou

  • ahhhhhhhhhhhhh

    thanks so much, that was brilliant,

    thankyou friend

  • Hi

    i have a simple video file in the project

    view here:

    qurantour.com/video/6/index.html

    it plays fine if i upload to server

    but how can play the video in construct preview mode

    (it just shows white background)

    construct file here:

    qurantour.com/video/playvideo.c3p

    thankyou

  • Can you take a quick look at my construct file

    still shows error

    thankyou

    qurantour.com/car/moveto.c3p

  • Hi

    i am trying to use a variable to send program to correct function

    Boxon variable is just a number

    eg if Boxon=2

    runtime.callFunction(Boxon);

    how can i send it to function called 2

    i have tried

    runtime.callFunction(Boxon);

    runtime.callFunction('Boxon');

    runtime.callFunction("Boxon");

    thankyou

  • HI

    I have 2 svg files

    when i drag them into the layout

    they appear different sizes

    however if i open them up in Firefox/Chrome the size is correct/same

    qurantour.com/svg/Braziltext.svg

    qurantour.com/svg/Dominican-Republictext.svg

    zip

    qurantour.com/svg/Svg.zip

    thanks

  • HI

    Can somebody tell me how to use the

    Moveto command in Javascript

    thankyou

  • You do not have permission to view this post

  • hi

    how can i use the following code to style button

    .testbutton {

    font-family: arial;

    color: #14396A !important;

    font-size: 14px;

    text-shadow: 1px 1px 0px #7CACDE;

    box-shadow: 1px 1px 1px #BEE2F9;

    padding: 10px 25px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

    border-radius: 10px;

    border: 2px dotted #3866A3;

    background: #63B8EE;

    background: linear-gradient(top, #63B8EE, #5DCF65);

    background: -ms-linear-gradient(top, #63B8EE, #5DCF65);

    background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#5DCF65));

    background: -moz-linear-gradient(top, #63B8EE, #5DCF65);

    }

    .testbutton:hover {

    color: #14396A !important;

    background: #468CCF;

    background: linear-gradient(top, #468CCF, #63B8EE);

    background: -ms-linear-gradient(top, #468CCF, #63B8EE);

    background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));

    background: -moz-linear-gradient(top, #468CCF, #63B8EE);

    }

    from

    cssportal.com/css3-button-generator

  • HI

    How can i use the slider bar for up and down sliding rather

    than left to right

    thankyou

  • You do not have permission to view this post

  • HI

    Can anyone help me get one of the jquery flip book working

    with construct 3, link below

    is there any way i can use these jquery flip book in construct 3

    as construct 3 has a jquery plugin

    jqueryhouse.com/20-best-jquery-flipbook-plugins

    thankyou

  • Hi

    I am trying to recieve mysql data back from my web page

    qurantour.com/testdb/readrecord1.php

    how can i insert the statement

    SELECT * FROM `scores` WHERE id='5'

    using construct 3

    the data back is basically

    id-5

    name-500

    score-5000

    which shows in the text1.text box

    thankyou

    construct file

    qurantour.com/testdb/getdata.c3p

  • You do not have permission to view this post

  • How to Get Jquery Sample Working (included)

    Hi

    can somebody help me to get this simple jquery sample working

    it is just a simple date picker , code from this page / click view source or same code below.

    jqueryui.com/datepicker

    i have manged to include the jquery-3.4.1 into construct 3 under Script.js

    if you click play the red box will tell you jquery loaded ok.

    but my problem is where do i put the below code into construct 3 to get the jquery date picker to work

    i understand some of the lines below can be deleted as i have managed to load jquery into construct 3

    my project file here:

    qurantour.com/maths/jquery-date-picker.c3p