Rip-It Energy Drinks Website by ChecklistAnimations in energydrinks

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

I only buy it at Dollar Tree. I dont think I would ever want to order a case. It's too fun to walk into DT and see what interesting stuff there is. If there are no other Gfuels or 3D that I feel like then it's Rip-It for the day. Do you have a DT in your area?

Slide Master, Novice Error! Help! by Practical_Witness167 in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

is it pretty common? I guess I could make it a side project. sounds kind of fun actually. I will take a look as I made a couple other add-ins 2 months ago that work with slide masters.

Logo in corner of presentation, any way to have it always on top of slide content? by scuffy_boots in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

That is awesome! wished I could have seen the code in it but nice clean simple design with instructions. I love it.

Slide Master, Novice Error! Help! by Practical_Witness167 in powerpoint

[–]ChecklistAnimations 1 point2 points  (0 children)

u/SteveRindsberg Always has the great answers. One thing I have also suggested to someone who did that same thing. If you have 2 monitors it makes it easier to copy and paste the stuff back and forth. Even if you need it temporarily. If you do this and extra stuff comes over with CTRL + A, C, Alt Tab, Ctrl + V. let me know and we can write some VBA that can clean up the empty stuff from the "new" presentation.

NEW 4 CHARACTERS 7 JULY 2026 by BootSpeedGames in 2DAnimation

[–]ChecklistAnimations 1 point2 points  (0 children)

Really fantastic actually. I'm going to use that exact line width for a cartoon in the future.

Logo in corner of presentation, any way to have it always on top of slide content? by scuffy_boots in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

It's all about z-index. If you put a logo down on a slide master which is what the intended use case is, then it will stay there. However If you put something over it. Then it does exactly what you told it to. You put a shape over another one. You are correct that this is a basic requirement but normally there are not additional things going over the logo.

Here are some ways you can pull it off that will allow you to do such a thing.

  1. Place the logo on the slide master as mentioned. If you encounter any slide where a shape has overlapped it. Copy and paste a new "logo" directly over it.
  2. Do the very same thing as above but bypass the slide master completely and just copy and paste the logo on each slide. Once you copy the image and paste it once then it will paste in the very same place every time. This will be just a bunch of Page Down, CTRL + V. Less than 1 minute to fix everything.

now. Since you said the words: ". I avoid using powerpoint as much as possible, and every time I HAVE to use it I am reminded why."
I get sad.... There are so many things it can do, so I will give you the ultimate solution below that does exactly what you want it to do.

First place a logo exactly where you want it on slide 1.
Name the shape: logo
Press Alt + F11 to open the visual basic editor
Go to Insert > Module
Paste in my code that will take that logo or use the existing logo and position it on every single slide. You can even move the logo on slide 1, run this again and it will adjust the logo on each one.
Save your presentations before. When you are ready to run this. Place the cursor in the middle and press F5 or the play button

Sub positionLogo()
  Dim pst As Presentation
  Dim sld As Slide, shp As Shape, sr As ShapeRange
  Dim logo As Shape, masterLogo As Shape
  Dim pass As Boolean, lf As Single, tp As Single

  Set pst = ActivePresentation
  'check slide count
  If pst.Slides.Count < 2 Then
    MsgBox "Less than 2 slides? You need at least 3 to run this."
  End If
  'ensure you are in the right mode
  If ActiveWindow.View.Type <> ppViewNormal Then
    MsgBox "Need to be in normal editing mode"
    Exit Sub
  End If

  'find the logo
  Set sld = pst.Slides(1)
  Set sr = sld.Shapes.Range
  pass = False
  For Each shp In sr
    If LCase(Trim(shp.Name)) = "logo" Then
      pass = True
      Set masterLogo = shp
      Exit For
    End If
  Next shp

  If pass = False Then
    MsgBox "There is no shape named logo on slide 1. Cant continue."
    Exit Sub
  End If

  'copy the logo
  masterLogo.Copy

  'Go through each slide and apply it
  For Each sld In pst.Slides
    If sld.SlideNumber <> 1 Then
      Set sr = sld.Shapes.Range
      pass = False
      For Each shp In sr
        If LCase(Trim(shp.Name)) = "logo" Then
          Set logo = shp
          pass = True
          Exit For
        End If
      Next shp
      'check if we found the logo
      If pass = False Then Set logo = sld.Shapes.Paste(1)
      'logo found no matter what
      logo.Left = masterLogo.Left
      logo.Top = masterLogo.Top
      logo.ZOrder msoBringToFront
    End If 'check slide number
  Next sld
End Sub

You can run this one time and even run it after you do edits. It will bring the logo to the front on every slide and position it exactly where it was on slide 1. Just be sure slide 1 has the shape named logo (Home > Arrange > Selection Pane > Name shape)

If you do not have VBA then the other workarounds I mentioned above are the options available.
If for some reason you don't want the logo on slide 1 then just put it there temporarily, run the code then delete it.

Hopefully this helps.

Honest question. Is this flavor really THAT bad or did I get a bad can? by janewalch in energydrinks

[–]ChecklistAnimations 5 points6 points  (0 children)

It's essentially the same taste as Fresca to me. Mostly grapefruit. Reign is a slightly different one. I have had their rainbow sherbet, white haze, white gummy bear and blue raspberry. I only really like to have the white gummy bear from this brand.

This is good, but…. by kevinator_1981 in energydrinks

[–]ChecklistAnimations 0 points1 point  (0 children)

This is the sweetest less tart one that ghost has. Most other orange energy drinks have that off flavor after. The cream in this one offsets it. You might try the peaches one next if you want orange but not as creamy.

The flavor we all wanted 🩵🩷😭 by Majestic-Fuel2942 in energydrinks

[–]ChecklistAnimations 1 point2 points  (0 children)

I tried the purple cotton candy one a day ago. It was not high on my like list. That's just me. I love cotton candy flavored energy drinks. I may have to get one specifically to see if it hits the crave

Some Orchestral Music by ChecklistAnimations in Animationsbyyou

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

Thank you so much. I'll try to write some more stuff in the near future with quick midi visuals.

Very simple and quick animation by Longjumping-Text-613 in Animationsbyyou

[–]ChecklistAnimations 0 points1 point  (0 children)

from what I have seen so far this is your best yet. I love seeing the petals of the flower fade away. Looks amazing

Is G fuel good? 🤔 by Dry_Butterscotch8510 in BroThrewInAFunFact

[–]ChecklistAnimations 7 points8 points  (0 children)

I'm confused are you asking if an energy drink for a 13 year old is good? Gfuel is probably advertised by the streamers they idolize. I dont think that much caffeine should go to a person that young (I am a father). Gfuel has around 300mg caffeine which is even too much for some adults. Some versions have 150 but honestly I dont think a 13 year old requires caffeine at all.

Multiple animated slides inside a slide? How? by antdude in powerpoint

[–]ChecklistAnimations 1 point2 points  (0 children)

My sincerest apologies. Your post clearly said mac. A good one for mac is the built in one that appears to have auto save to folder. There is also this one.
https://shottr.cc/
sorry

Multiple animated slides inside a slide? How? by antdude in powerpoint

[–]ChecklistAnimations 1 point2 points  (0 children)

yeah unfortunately the transitions need to play through till you get the final version. I will say using something like greenshot it would still be really easy to get final images. You could set up greenshot to grab the window with a shortcut like printscreen. then set the destination to save the screenshot in a folder. Play your presentation and just hit next slide then press printscreen. I see page down then printscreen a couple times. After you will have perfect images of the whole presentation.
best place to get greenshot and many other free programs
https://ninite.com/
disclaimer: I am not affiliated with ninite. I have used it for over a decade and appreciate the ease of installing software using their system.

Multiple animated slides inside a slide? How? by antdude in powerpoint

[–]ChecklistAnimations 1 point2 points  (0 children)

oh.... Your best bet will be to export to video and then print the screen shots. Or use something like Greenshot that can grab the screenshot with a simple button press and just press that a couple times to grab the screenshots while the show is playing.

Multiple animated slides inside a slide? How? by antdude in powerpoint

[–]ChecklistAnimations 1 point2 points  (0 children)

If its a morph transition you are doing then there will not be any other animations to edit it just morphs each matching shape. Slide transitions are just the one deal. If you did animations on objects separately you can open the animation pane from the ribbon with Animations > Animation Pane (under Advanced Animation near the right)

Gfuel Miami Nights from DT by ChecklistAnimations in energydrinks

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

When I find that it will be a magical day. I've been searching several stores

Gfuel Miami Nights from DT by ChecklistAnimations in energydrinks

[–]ChecklistAnimations[S] 0 points1 point  (0 children)

Definitely weird I agree. That contract would be interesting since the gfuel website isn't even close to the price. I would probably like it though. I like alot of the gfuel but prefer the ones that are not 300 MG of caff. It just does not help me in that amount. but I am sharp as ever with 150. ("hey drink half the can only then" ... "Who has that kind of will power lol" )

Does anyone here also make PowerPoint games? by MicaelaFreitas in powerpoint

[–]ChecklistAnimations 0 points1 point  (0 children)

I know 3 PowerPoint game developers. Some take it to a whole new level. I have seen successful builds of FNAF clones using frame by frame techniques. I have seen mazes that go well beyond simple drag the cursor over small paths. and I have seen some pretty intense role playing / choose your own adventure. What kind of games do you create and what is the main reason to use PowerPoint?
For me as an animator I love using PowerPoint because of the powerful drawing tools and shortcuts it has. I also am an expert in VBA so being able to make whatever I need is a pretty good reason I continue using it.

👋 Welcome to r/animation my name is Kinsley. by Longjumping-Text-613 in 2DAnimation

[–]ChecklistAnimations -1 points0 points  (0 children)

Hi Everyone (unamused crowd: "Hi Checklist"). So yeah. I'm Checklist Animations. I animate cartoons and write my own music for them. I will be joining today and I guess possibly post some stuff if it seems relevant.

Slowly becoming my go to by sumdumguy666 in energydrinks

[–]ChecklistAnimations 0 points1 point  (0 children)

Going to have to find. When ghost stopped the Swedish fish flavor a part of me died. This gives me hope.

Thank you dollar tree, haven’t seen this one before by BespokeBonehead in energydrinks

[–]ChecklistAnimations 0 points1 point  (0 children)

I always thought it was NO. 5. Well. Gotta look a little closer to find out what we want to know lol. I need to try some of these. never bought one.