Leiti 8 vastet.

ID Kanal Video Kustutatud Kuupäev Kirjeldus Subtiitrid Avalik Ülekanne HD URL PRIVATE TitleMUI_en TitleMUI_et KirjeldusMUI_en KirjeldusMUI_et Filename Category CategoryMUI_en Tags OdyseeURL KanalMUI_en KanalMUI_et Translated
568 MarkusTegelane++ Light OS with draggable windows is really broken [Fun Experiments 0x00] 0 2024-03-15 For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
0 1 0 1 https://www.youtube.com/watch?v=RwAvwf8xYeA 0 Light OS with draggable windows is really broken [Fun Experiments 0x00] Light OS with draggable windows is really broken [Fun Experiments 0x00] For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
2024-03-15 21-10-42.mkv PowerPoint PowerPoint PPTOS,Light OS,PowerPoint OS,movable windows,draggable,droppable,VBA,Visual Basic for Applications,Microsoft PowerPoint,ppsm,Light OS Technologies,macro,scripting N/A MarkusTegelane++ MarkusTegelane++ 0
460 MarkusTegelane++ PowerPointi mäng - Movement Point 0 2022-07-04 See video demonstreerib PowerPointi mängu, mille tegin, mis on port Movement Batch-ist. See oli alguses nali, aga ma üritasin välja selgitada, kas see on päriselt võimalik. Noh, see video annab teile vastuse. 1 1 0 1 https://www.youtube.com/watch?v=dhqy5G9yvqs 0 Pushing PowerPoint to its limits - Movement Point . This video demonstrates a PowerPoint game I made, which is a port of Movement Batch. It started off as a joke, but I was thinking if it was actually possible. Well, in this video, we'll find out.

Downloads: https://drive.google.com/drive/folders/188K4IxAvX6pvclajD5TL7szZEZheVcFa?usp=sharing

Chapters:
0:00 Demonstration
2:39 How do you make a game like this in PowerPoint
6:08 Macro overview
11:26 Making a custom map
See video demonstreerib PowerPointi mängu, mille tegin, mis on port Movement Batch-ist. See oli alguses nali, aga ma üritasin välja selgitada, kas see on päriselt võimalik. Noh, see video annab teile vastuse.

Allalaadimised: https://drive.google.com/drive/folders/188K4IxAvX6pvclajD5TL7szZEZheVcFa?usp=sharing

Peatükid:
0:00 Demonstratsioon
2:39 Kuidas on võimalik üldse sellist mängu PowerPointi teha
6:08 Makro ülevaade
11:26 Kohandatud väljaku loomine
MovementPoint.mp4 PowerPoint PowerPoint https://odysee.com/@hashMarkusTegelane:3/MovementPoint:5 MarkusTegelane++ MarkusTegelane++ 1
392 Press any key to continue... [4K60] PowerPoint - "Exciting" transitions 0 2021-09-20 All of the transitions in Microsoft PowerPoint marked as "exciting". These transitions shouldn't be overused, but they also help create excitement during the presentation.



Created in Microsoft PowerPoint 365 using the "Export as video" option.
0 1 0 1 https://www.youtube.com/watch?v=A8_Snfhu80U 0 . . All of the transitions in Microsoft PowerPoint marked as "exciting". These transitions shouldn't be overused, but they also help create excitement during the presentation.

Created in Microsoft PowerPoint 365 using the "Export as video" option.
. ppt_trans.mp4 PowerPoint PowerPoint N/A Press any key to continue... Press any key to continue... 1
371 MarkusTegelane [PowerPoint] Kuidas luua toimiv poomismäng? 0 2021-02-28 See video näitab teile, kuidas luua tomiv interaktiivne poomise mäng PowerPointis kasutades ainult animatsioone ja lihtsaid kujuneid. 1 1 0 1 https://www.youtube.com/watch?v=WfMgY_E_lls 0 [PowerPoint] How to make a working Hangman game? . This video show you how to make a working interactive hangman game in PowerPoint using only animations and basic shapes.

► Download links
You can download the template for this PowerPoint presentation on my website: https://markustegelane.ml/markustegelane?doc=download&id=50

► Other links
Website: http://markustegelane.ml
Random video: http://markustegelane.ml/markustegelane/random?c=mt
Channel: https://www.youtube.com/MarkusTegelane

► Stay up to date
Blog: https://markustegelane-en.blogspot.com
Twitter: @MarkusMaal

► Other channels
MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (additional channel)
Markus' stuff: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ
Personal channel: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ

► Music
Elwood Productions - Take Me There
Elwood Productions - Take The Only One Left
Skaven - Intro Music II

► Thank you for watching! ◄
© 2021 Markuse videod productions
See video näitab teile, kuidas luua tomiv interaktiivne poomise mäng PowerPointis kasutades ainult animatsioone ja lihtsaid kujuneid.

► Allalaadimise lingid
Te saate selle esitluse malli alla laadida mu kanali veebisaidilt: https://markustegelane.ml/markustegelane?doc=download&id=50

► Teised lingid
Veebisait: http://markustegelane.ml
Juhuslik video: http://markustegelane.ml/markustegelane/random?c=mt
Kanal: https://www.youtube.com/MarkusTegelane

► Olge kursis
Ajaveeb: https://markustegelane.blogspot.com
Twitter: @MarkusMaal

► Teised kanalid
MarkusTegelane+ : https://www.youtube.com/channel/UCGGMWFwRnLjTKRLtnO6KRFg (teine kanal)
Markuse asjad: https://www.youtube.com/channel/UCMD2HR_TjoK-Xh3yY6NBynQ
Isiklik kanal: https://www.youtube.com/channel/UCirudpTn3Hp1sxbl-78z-dQ

► Muusika
Elwood Productions - Take Me There
Elwood Productions - Take The Only One Left
Skaven - Intro Music II

► Aitäh, et vaatasite! ◄
© 2021 Markuse videod productions
stickfig.avi PowerPoint PowerPoint Markus Maal,MarkusTegelane,TheMarkusGuy,mitmekülgne tehnoloogia,diverse technology https://odysee.com/@MarkusTegelane:8/powerpoint-kuidas-luua-toimiv-poomism-ng:9 MarkusTegelane . 1
262 MarkusTegelane Light OS Modern - Beeta Eelvaade (PPT OS) 0 2019-06-02 Järg minu orignaalsele PPT OS näidisele, Light OS (Koodnimi Lightbulb), Light OS Modern (Koodnimi Plane) näeb palju modernsem välja ja täiustab paljusid eelnevaid funktsioone Light OS 1.x-st. 1 1 0 1 https://www.youtube.com/watch?v=rz1dP0coARY 0 Light OS Modern - Beta Preview (PPT OS) . A sequel to my original PowerPoint OS concept, Light OS (Codename: Lightbulb), Light OS Modern (Codename: Plane) looks much more modern and upgrades a lot of previous features of Light OS 1.x!


Download link: https://markustegelane.ml/app/losm.ppsm

Random video: http://markustegelane.ml/random.html
Järg minu orignaalsele PPT OS näidisele, Light OS (Koodnimi Lightbulb), Light OS Modern (Koodnimi Plane) näeb palju modernsem välja ja täiustab paljusid eelnevaid funktsioone Light OS 1.x-st.

Allalaadimise lingid pole veel saadaval. Kui on, siis ütlen seda pealkirjas ja lisan kinnitatud kommentaari (lingiga)
LOSM.mp4 PowerPoint PowerPoint Markus Maal,MarkusTegelane,TheMarkusGuy,PowerPoint OS,Microsoft Office,demos,conecpts,Operating System Concept,Windows,macOS,Linux,FreeBSD,Don't,look,at,the,tags,okay,questionmark https://odysee.com/@MarkusTegelane:8/light-os-modern-beta-preview-ppt-os:d MarkusTegelane . 1
182 MarkusTegelane+ Light OS - the movie 0 2017-05-23 N/A 0 1 0 1 https://www.youtube.com/watch?v=XtJrHsO-wog 0 . . . . Light OS - the movie.mp4 PowerPoint PowerPoint N/A MarkusTegelane+ . 1
101 MarkusTegelane Light OS Release (from the live stream) 0 2016-10-13 Now I would like to introduce you the release of the Light OS. This has everything fixed. The download link is coming soon... 0 1 0 1 https://www.youtube.com/watch?v=uRwP0R7s00o 0 . . . . yt-editor.flv PowerPoint PowerPoint YouTube'i redigeerija https://odysee.com/@MarkusTegelane:8/light-os-release-from-the-live-stream:6 MarkusTegelane . 1
68 MarkusTegelane My PowerPoint OS: Light OS 12 minute preview [BETA] [Macros] 0 2016-02-01 This is a preview of my PowerPoint operating system called Light OS. Everything you see in this OS is made in Microsoft PowerPoint. ... 1 1 0 1 https://www.youtube.com/watch?v=YsH_jhQdObA 0 . Minu PowerPointi OS: Light oS 12 minutliline eelvaade [BEETA] [Makrod] This is a preview of my PowerPoint operating system called Light OS. Everything you see in this OS is made in Microsoft PowerPoint. Preview download link (if you don't have PowerPoint): https://www.dropbox.com/s/73msscok7qch2qb/LightOS%20without%20PowerPoint%20viewer.zip?dl=0 Link with smaller size (if you already have PowerPoint) https://www.dropbox.com/s/h15pe2iim7u6wli/LightOS.zip?dl=0 This is not actually my first OS. This is list of other OS-s I have made: Windows 9 concept Windows 10 concept WIndows NT 8.0 concept Windows 11 Concept Double click Windows COS Android PowerPoint OS Leaves OS Future OS Future OS (music edition) OG1_OS Magic OS April Fools OS Windows TE (Total Emulation) (Actually simulation) Windows Kista Windows Kista Ultimate Windows xpp Windows WE (Welcome Edition) Windows Se7en Windows 8 PowerPoint edition Phone OS OS-i PowerPoint multitasking OS jdfsfsf OS UFO OS Shark Windows (WTF!?) However, this is the first OS I have made to use macros. I have used ActiveX earlier, but macros are really new for my OS-s. See on eelvaade mu PowerPointi operatsioonsüsteemist nimega Light OS. Kõik mida sa selles videos näed on tehtud Microsoft PowerPointiga. Eelvaate allalaadimise link (kui sul ei ole PowerPointi): https://www.dropbox.com/s/73msscok7qch2qb/LightOS%20without%20PowerPoint%20viewer.zip?dl=0 Link väiksema suurusega (kui sul juba on PowerPoint): https://www.dropbox.com/s/h15pe2iim7u6wli/LightOS.zip?dl=0 See ei ole tegelikult mu esimene OS. Siin on loend muudest OSidest, mida olen teinud: Windows 9 näidis Windows 10 näidis WIndows NT 8.0 näidis Windows 11 Näidis Topelt-klõps Windows COS Android PowerPoint OS Leaves OS Tuleviku OS Tuleviku OS (muusika väljaanne) OG1_OS Magic OS Naljapäeva OS Windows TE (Total Emulation) (Tegelikult simulatsioon) Windows Kista Windows Kista Ultimate Windows xpp Windows WE (Welcome Edition) Windows Se7en Windows 8 PowerPoint edition Phone OS OS-i PowerPoint rööprähklemise OS jdfsfsf OS UFO OS Shark Windows (WTF!?) Kuid, see on esimene OS, kus olen kasutanud makrosid. Ma olen ActiveX ka varem, kuid makrod on mu OS-idele väga uus. My PowerPoint OS BETA.mp4 PowerPoint PowerPoint PowerPoint,Microsoft PowerPoint (Presentation) https://odysee.com/@MarkusTegelane:8/my-powerpoint-os-light-os-12-minute:8 MarkusTegelane . 1