I don't think so! I know people that one day will do it Ginger Ale and the next day with sprite! Hope that I helped!
A FALCON PUNCH! Cranberry and Ginger Ale punch!
20 c of punch
water..................
A great tasting Punch
sprite water punch etc
Katie will need 6 gallons of ginger ale.
sugar vinegar ginger water
Yes, you can freeze Hawaiian Punch and Sprite, but the texture may change once thawed. When frozen, the carbonation in Sprite may create a slushy consistency, while Hawaiian Punch can become icy and lose some of its flavor. For best results, consider freezing them in ice cube trays or as slushies rather than solid blocks. Just remember to leave some space in the container to allow for expansion as they freeze.
It's called a gin buck
6 gallons
6 gallons 3 quarts and 1 pint
if its in a 2d game, use an if statement to check for the image_single within the sprite which uses the punch at it's maximum stroke. say you have 4 images within the sprite. image 0 will be the sprite at rest, image 1 the sprite punching outwards, image 2 the spite at max punch and image 3 the sprite pulling the punch back in (same as image 1, probably). use a if statement within the collision event to check for image 2 of the sprite ... if ( image_single = 2 ) { // put you collision code here // } if using drag n drop, as I suspect, you're gonna have to use a lot of dragged icons to make this work. gml looks hard at first but is fairly easy to get to grips with and I strongly suggest you learn. HTH perky_uk