MadScientist's Forum Posts

  • but like this you will not get any 3D point of view effect. Bring screenshots please. What tipe of game it is? Anyway to make it feel 3D VR is complicated.

  • To rephrase TELLES0808

    yep. Just add another condition to clicks on back buttons like Is Visible, Is Overlappin, Is on layer and then right click on it and make Invert so will be back buttons act only when forward... thing is not overlapping or not on screen etc.

    If I understand you right.

  • Can you place some screenshots. It's little bit hard to understand your words.

  • Hello everybody. I am making a project of an online tv for android where I use iFrame with a flash player on my hosting. I got everything ready, but player which I use (uppod) ask me to put manualy aspect ratio " <param name="flashvars" value="file=http://...&aspect=1.7" />" in a page code. So what I dream to do is to get OriginalWindowWidth & OriginalWindowHeight and put them in var A & Var B, then A/B = Var C and give to page &aspect="C"

    Have anybody idea how to? Thanks for your time.

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

    Here is full page code

    <object id="videoplayer299" type="application/x-shockwave-flash" data="http://supremetvbox.byethost4.com/uppod-hls.swf" width="500" height="375"><param name="bgcolor" value="#ffffff" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="direct" /><param name="movie" value="http://supremetvbox.byethost4.com/uppod-hls.swf" /><param name="flashvars" value="comment=?????? 1&amp;m=video&amp;file=http://testlivestream.rfn.ru/live/smil:r1.smil/chunklist_b1600000.m3u8&aspect=1.7" /></object>

  • Just was looking exactly for this thing. Stock using of local storage for this thing is done very dumb. Possible I am dumb, but I faced problems that shouldn't be.

  • Cant open your capx because you use C2 beta. But I think that you need to create variable and than set this variable to YourObject.AnimationFrame to save what frame is showing now, to stop animation on frame you just need to set animation speed to 0 and then to set animation frame to desired, to set animation frame to what is saved in variable - you need to set frame and just type variable name.

    Hope this will help.

  • No one can help me?

    So try to find what you need here.

  • also want to know. But you should make subject of post not just a "How do I"

  • I saw somewhere a plugin which shows time passed when app was unfocused. You can yose this plugin to get an example if app was minimised more than one second - reload layout

  • Ok. It's in your PM

  • hmm. I will try to find .capx. Was long time ago. And I personally didn't fully understood how it works, but I got that thing working. I will send to PM if I find

  • And it broke again somehow T_T. Will try to save in json

  • It is ok now. My aim for now is not an optimisation. I am doing simple tic-tac-toe game for mobile devices. More of aim to study and practise, but I added global tracking of win, loose, matches like highscore, and some AI. Optimisation for me now is not critical.

    P.S. I already have 151 event in tic-tac-toe))))

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes. You will need Intel XDK, as it written in admob object

    https://www.scirra.com/tutorials/809/ho ... -crosswalk

  • Its wary strange but this fixed the problem

    All this LocalStorage thing is really unpolished.