felonious drunk's Forum Posts

  • 7 posts
  • If you want an animation of the organelle going back to the origin when placed in an incorrect spot;

    I'd

    1) make an copy of the organelle in the correct spot with outlining collision points, and then make it invisible.

    2) Make an event; that if the organelle overlaps it's invisible counterpart while the mouse button is released, then "yay... a kid wins a gold star" .... but... if else then goto bullet point three

    3) As ArcadEd suggested; record the X:Y coordinates. Also record the X:Y of where the organelle was dropped. Make a "for:next" loop stepping one: from 1 to 10 (sorry if I used the wrong terminology)

    4) Subtract the origin coordinates from the the coordinates of where it is dropped. Divide the difference by ten and multiply by the step of the for/next loop.

    5) Display the organelle each step

    It would be a little choppy, but that number 10 could be adjusted for that.

  • Ah-ha

    Thank you again.

    My problem is only in preview. I everything is fine when exported, uploaded, and not cross domain.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you for the help.

    I'm probably just going to tell users to stick with IE, safari, or opera.

  • test project

    Now it doesn't work on any browser.

    I must be doing something wrong.

    Sorry about the bug report.

  • 'fast food' and 'burger time' were both great. My daughter likes the ones were you bake cakes or cookies... I think it's "purble place."

    It wouldn't be very PG, but it could be a breaking bad style of cooking.

    Back to food, focus on eating instead of cooking. A 'diner dash' style game could be through the customer's point of view. Call it "super sized" and have a skinny man having to balance the need for burger & fries, while also having to wash it down. An improper balance will lead to hiccuping.

    After many orders and visits to the bathroom, the man wins when he can no longer fit out of the door.

  • Hello,

    I joined to report a bug with the "Load image from URL"

    I can't get it to work with firefox or chrome,

    but works fine with IE, safari, & opera.

    I am running windows 7 ultimate, and haven't tried any other OS's

    I get this with both tiled backgrounds and sprites.

    I have the same results whether WebGL or pixel rounding is on or off

    Same goes with builds r95, r98, & r99.

    The only objects are a blank sprite, and a blank tiled background.

    The only event is "on start up"

    the only actions are "Load image from URL"

    Please help, TYIA

  • Hello,

    I love C2 and should have registered sooner.

    Since I'm new here, sorry if this thread is in the wrong place.

    I joined to report a bug with the "Load image from URL"

    I can't get it to work with firefox or chrome.

    It works fine with IE, safari, & opera.

    I get this with both tiled backgrounds and sprites.

    I have the same results whether WebGL or pixel rounding is on or off

    Same goes with builds r95, r98, & r99.

    Please help, TYIA

  • 7 posts