Discuss Scratch

WatchAndGame
Scratcher
500+ posts

K9 Engine

37_Scratch wrote:

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
Active and working

alright, could you make the pen text engine?
Like every other pen text engine on Scratch, my pen text engine can render in color, size, underline, strikethrough, boldness, and italics. Unlike the other pen text engines on Scratch, you will have the ability to render text in any direction you want. It's great news isn't it?

Yeah! Nice job! you made it that fast?
bloctans_4
Scratcher
1000+ posts

K9 Engine

i forgot my time zone is cdt
37_Scratch
Scratcher
1000+ posts

K9 Engine

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
Active and working

alright, could you make the pen text engine?
Like every other pen text engine on Scratch, my pen text engine can render in color, size, underline, strikethrough, boldness, and italics. Unlike the other pen text engines on Scratch, you will have the ability to render text in any direction you want. It's great news isn't it?

Yeah! Nice job! you made it that fast?
No, just letting you know.
WatchAndGame
Scratcher
500+ posts

K9 Engine

37_Scratch wrote:

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
Active and working

alright, could you make the pen text engine?
Like every other pen text engine on Scratch, my pen text engine can render in color, size, underline, strikethrough, boldness, and italics. Unlike the other pen text engines on Scratch, you will have the ability to render text in any direction you want. It's great news isn't it?

Yeah! Nice job! you made it that fast?
No, just letting you know.
ok
Tycho112
Scratcher
500+ posts

K9 Engine

37_Scratch wrote:

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
Active and working

alright, could you make the pen text engine?
Like every other pen text engine on Scratch, my pen text engine can render in color, size, underline, strikethrough, boldness, and italics. Unlike the other pen text engines on Scratch, you will have the ability to render text in any direction you want. It's great news isn't it?
looks like you have to use trigonometry for that. I had previously given a project where you could rotate your own drawings. if you plan to do the same with the pen text engine, feel free to use my code.
37_Scratch
Scratcher
1000+ posts

K9 Engine

I'm going to start out with a-z in the first version, then work my way up.
a-z not A-Z

Last edited by 37_Scratch (July 21, 2021 14:33:36)

Tycho112
Scratcher
500+ posts

K9 Engine

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
active but I have to stop in 2 minutes.
bloctans_4
Scratcher
1000+ posts

K9 Engine

for https://github.com/MikeDev101/mikedev101.github.io/commit/9cc6b37e1db4d9f859fd89a9e5330331f64a7b83,
instad of from time import sleep, do from time import sleep as wait
bloctans_4
Scratcher
1000+ posts

K9 Engine

bloctans_4 wrote:

for https://github.com/MikeDev101/mikedev101.github.io/commit/9cc6b37e1db4d9f859fd89a9e5330331f64a7b83,
instad of from time import sleep, do from time import sleep as wait
oops
WatchAndGame
Scratcher
500+ posts

K9 Engine

bloctans_4 wrote:

bloctans_4 wrote:

for https://github.com/MikeDev101/mikedev101.github.io/commit/9cc6b37e1db4d9f859fd89a9e5330331f64a7b83,
instad of from time import sleep, do from time import sleep as wait
oops

oh thats for meower right? lol wrong forum
37_Scratch
Scratcher
1000+ posts

K9 Engine

Lunch break.
37_Scratch
Scratcher
1000+ posts

K9 Engine

37_Scratch wrote:

Lunch break.
Working on PTE.

Last edited by 37_Scratch (July 21, 2021 16:33:27)

37_Scratch
Scratcher
1000+ posts

K9 Engine

37_Scratch wrote:

37_Scratch wrote:

Lunch break.
Working on PTE.
3 more letters.
37_Scratch
Scratcher
1000+ posts

K9 Engine

37_Scratch wrote:

37_Scratch wrote:

37_Scratch wrote:

Lunch break.
Working on PTE.
3 more letters.
I am getting the letters set up to make the engine.
bloctans_4
Scratcher
1000+ posts

K9 Engine

so what do i do
37_Scratch
Scratcher
1000+ posts

K9 Engine

37_Scratch wrote:

37_Scratch wrote:

37_Scratch wrote:

37_Scratch wrote:

Lunch break.
Working on PTE.
3 more letters.
I am getting the letters set up to make the engine.
Rotating text done.
ToastersUnited
Scratcher
1000+ posts

K9 Engine

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
I use Irish Standard Time, but i think its about 5 PM or something.
(Btw im on holiday so im inactive)
ToastersUnited
Scratcher
1000+ posts

K9 Engine

UI system for the editor (and semi-client)
An engine im yet to make called BPBSR (Box Position Based Screen Rendering).
It gets a singular sprite screen. Buttons and text are all in the same costume. In the code you can define (square) buttons using X and Y positions. As you probably know to get the perimeter of a square you multiply the X and Y by 2. This will create a hitbox. When clicked it sets a variable called “clicked” to the tag of the box clicked. When clicked it also creates a clone (for drop-down menus, side-bars etc.) For things that show more but dont change the screen. There are built in functions for drop downs and tweening
37_Scratch
Scratcher
1000+ posts

K9 Engine

Tycho112 wrote:

37_Scratch wrote:

WatchAndGame wrote:

37_Scratch wrote:

WatchAndGame wrote:

Alright people! 15 minutes until work starts! I need everyone to do an activity check! quote this message with “Active” so I know you are online
Active and working

alright, could you make the pen text engine?
Like every other pen text engine on Scratch, my pen text engine can render in color, size, underline, strikethrough, boldness, and italics. Unlike the other pen text engines on Scratch, you will have the ability to render text in any direction you want. It's great news isn't it?
looks like you have to use trigonometry for that. I had previously given a project where you could rotate your own drawings. if you plan to do the same with the pen text engine, feel free to use my code.
What’s the project?
ToastersUnited
Scratcher
1000+ posts

K9 Engine

ToastersUnited wrote:


(Codename: Matrix)

Powered by DjangoBB