Discuss Scratch

PopStarYoda
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

berryjam3506 wrote:

PopStarYoda wrote:

berryjam3506 wrote:

Bookmaster51 wrote:

PopStarYoda wrote:

GameOnStudios wrote:

Hi!

Hello! Welcome to Scratch!
Nothing is impossible with God
Luke 1:37

Amen!
Hey, it's been a while. How are you doing?

Pretty good, thanks! You?


кᴀтнɪᴇ | ♀ | ɪɴғᴘ | ʀᴀνᴇɴᴄʟᴀᴡ | ғσʀᴜм нᴇʟᴘᴇʀ | 3 ʏᴇᴀʀs+ σɴ scʀᴀтcʜ | † | нσмᴇѕᴄнσσʟᴇᴅ | cᴜʀᴀтᴇᴅ x1
♥️ ᴘʀσғɪʟᴇsтᴀтsᴀвouт ᴍєwσʀkshoᴘɪɴѕρɪʀᴀтɪσɴ вσᴀʀᴅ ♥️
——————
——————
Mr_Custom
Scratcher
100+ posts

♚ Introduce Yourself Here! ♔

fizooti wrote:

hi! i'm Fizooti,
we recently downloaded scratch jr for the iPad and the wee folk love making ‘movies’ with it,
but there is no ‘export as movie’ function on the Scratch Jr app
i also attempted to import using Quicktime on the Mac as per the instructions here:
https://kodingkids.wordpress.com/2016/02/12/scratchjr-record-project-video/
but quicktime is not showing the camera options for me to choose…
any suggestions would be greatly appreciated!
looking forward to sharing more with you all
Fiz x
In the normal scratch editor, there is a video recorder under the ‘edit’ menu!



berryjam3506
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

PopStarYoda wrote:

berryjam3506 wrote:

PopStarYoda wrote:

berryjam3506 wrote:

Bookmaster51 wrote:

PopStarYoda wrote:

GameOnStudios wrote:

Hi!

Hello! Welcome to Scratch!
Nothing is impossible with God
Luke 1:37

Amen!
Hey, it's been a while. How are you doing?

Pretty good, thanks! You?
I'm doing good too.
wHEresMYm0n3yd4d
Scratcher
100+ posts

♚ Introduce Yourself Here! ♔

My YouTube Channel!

Last edited by wHEresMYm0n3yd4d (May 12, 2019 22:35:06)


from kfc import chicken
FireHorse54
Scratcher
3 posts

♚ Introduce Yourself Here! ♔

lol how do you reply without quoting
berryjam3506
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

FireHorse54 wrote:

lol how do you reply without quoting
wut
why are you here anyway
you've been on scratch for 3 1/4 years
wHEresMYm0n3yd4d
Scratcher
100+ posts

♚ Introduce Yourself Here! ♔

uh
#include <iostream>
#include <vector>
#include <stdexcept>
int main() {
    try {
        std::vector<int> vec{3, 4, 3, 1};
        int i{vec.at(4)}; // Throws an exception, std::out_of_range (indexing for vec is from 0-3 not 1-4)
    }
    // An exception handler, catches std::out_of_range, which is thrown by vec.at(4)
    catch (std::out_of_range &e) {
        std::cerr << "Accessing a non-existent element: " << e.what() << '\n';
    }
    // To catch any other standard library exceptions (they derive from std::exception)
    catch (std::exception &e) {
        std::cerr << "Exception thrown: " << e.what() << '\n';
    }
    // Catch any unrecognised exceptions (i.e. those which don't derive from std::exception)
    catch (...) {
        std::cerr << "Some fatal error\n";
    }
}

from kfc import chicken
berryjam3506
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

wHEresMYm0n3yd4d wrote:

uh
#include <iostream>
#include <vector>
#include <stdexcept>
int main() {
    try {
        std::vector<int> vec{3, 4, 3, 1};
        int i{vec.at(4)}; // Throws an exception, std::out_of_range (indexing for vec is from 0-3 not 1-4)
    }
    // An exception handler, catches std::out_of_range, which is thrown by vec.at(4)
    catch (std::out_of_range &e) {
        std::cerr << "Accessing a non-existent element: " << e.what() << '\n';
    }
    // To catch any other standard library exceptions (they derive from std::exception)
    catch (std::exception &e) {
        std::cerr << "Exception thrown: " << e.what() << '\n';
    }
    // Catch any unrecognised exceptions (i.e. those which don't derive from std::exception)
    catch (...) {
        std::cerr << "Some fatal error\n";
    }
}
Why do you keep posting these
PopStarYoda
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

berryjam3506 wrote:

PopStarYoda wrote:

berryjam3506 wrote:

PopStarYoda wrote:

berryjam3506 wrote:

Bookmaster51 wrote:

PopStarYoda wrote:

GameOnStudios wrote:

Hi!

Hello! Welcome to Scratch!
Nothing is impossible with God
Luke 1:37

Amen!
Hey, it's been a while. How are you doing?

Pretty good, thanks! You?
I'm doing good too.

Good!


кᴀтнɪᴇ | ♀ | ɪɴғᴘ | ʀᴀνᴇɴᴄʟᴀᴡ | ғσʀᴜм нᴇʟᴘᴇʀ | 3 ʏᴇᴀʀs+ σɴ scʀᴀтcʜ | † | нσмᴇѕᴄнσσʟᴇᴅ | cᴜʀᴀтᴇᴅ x1
♥️ ᴘʀσғɪʟᴇsтᴀтsᴀвouт ᴍєwσʀkshoᴘɪɴѕρɪʀᴀтɪσɴ вσᴀʀᴅ ♥️
——————
——————
LunaStarSeeker
Scratcher
98 posts

♚ Introduce Yourself Here! ♔

Hi y'all!

Always looks on the bright side, even when there isn't a bright side… Professional Optimist
Check this out!!
I'm LunaStarSeeker, and I love to read. Once I turn 18, I really want to be a


The rest of this signature was eaten by a small orange fruit.

ajsya
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

LunaStarSeeker wrote:

Hi y'all!
Hello

Feel free to message me on my profile if you need to tell me something/want someone to talk to.

Hi, I'm ajsya!

| GitHub | Wiki | My Posts |

Before creating a new topic on the forums search Ocular to see if one already exists!ˇ
wHEresMYm0n3yd4d
Scratcher
100+ posts

♚ Introduce Yourself Here! ♔

So I've been planning to change my account name to “K0D3R_” but I do not want to lose my account. (If you don't know, this account is actually a school account.) I kinda want a “You can now change your username!” update.

from kfc import chicken
wHEresMYm0n3yd4d
Scratcher
100+ posts

♚ Introduce Yourself Here! ♔

berryjam3506 wrote:

wHEresMYm0n3yd4d wrote:

uh
#include <iostream>
#include <vector>
#include <stdexcept>
int main() {
    try {
        std::vector<int> vec{3, 4, 3, 1};
        int i{vec.at(4)}; // Throws an exception, std::out_of_range (indexing for vec is from 0-3 not 1-4)
    }
    // An exception handler, catches std::out_of_range, which is thrown by vec.at(4)
    catch (std::out_of_range &e) {
        std::cerr << "Accessing a non-existent element: " << e.what() << '\n';
    }
    // To catch any other standard library exceptions (they derive from std::exception)
    catch (std::exception &e) {
        std::cerr << "Exception thrown: " << e.what() << '\n';
    }
    // Catch any unrecognised exceptions (i.e. those which don't derive from std::exception)
    catch (...) {
        std::cerr << "Some fatal error\n";
    }
}
Why do you keep posting these
idk

from kfc import chicken
Ashleybenn
New to Scratch
2 posts

♚ Introduce Yourself Here! ♔

fizooti wrote:

hi! i'm Fizooti,
we recently downloaded scratch jr for the iPad and the wee folk love making ‘movies’ with it,
but there is no ‘export as movie’ function on the Scratch Jr app
i also attempted to import using Quicktime on the Mac as per the instructions here:
Interesting Facts
but quicktime is not showing the camera options for me to choose…
any suggestions would be greatly appreciated!
looking forward to sharing more with you all
Fiz x
Ashleybenn
New to Scratch
2 posts

♚ Introduce Yourself Here! ♔

more interesting topics here: interesting facts

Last edited by Ashleybenn (May 14, 2019 04:22:42)

Galactic_Cleo
Scratcher
1 post

♚ Introduce Yourself Here! ♔

Hi! I'm new to scratch. <3

Planet Dolan - FNAF - DDLC - Yandere Simulator
berryjam3506
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

Galactic_Cleo wrote:

Hi! I'm new to scratch. <3
Welcome to Scratch!

Last edited by berryjam3506 (May 14, 2019 18:19:15)

ajsya
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

Galactic_Cleo wrote:

Hi! I'm new to scratch. <3
Welcome to scratch @Galactic_Cleo!

Feel free to message me on my profile if you need to tell me something/want someone to talk to.

Hi, I'm ajsya!

| GitHub | Wiki | My Posts |

Before creating a new topic on the forums search Ocular to see if one already exists!ˇ
PopStarYoda
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

wHEresMYm0n3yd4d wrote:

So I've been planning to change my account name to “K0D3R_” but I do not want to lose my account. (If you don't know, this account is actually a school account.) I kinda want a “You can now change your username!” update.

That's a rejected suggestion. You can remix your projects onto your new account, though.


кᴀтнɪᴇ | ♀ | ɪɴғᴘ | ʀᴀνᴇɴᴄʟᴀᴡ | ғσʀᴜм нᴇʟᴘᴇʀ | 3 ʏᴇᴀʀs+ σɴ scʀᴀтcʜ | † | нσмᴇѕᴄнσσʟᴇᴅ | cᴜʀᴀтᴇᴅ x1
♥️ ᴘʀσғɪʟᴇsтᴀтsᴀвouт ᴍєwσʀkshoᴘɪɴѕρɪʀᴀтɪσɴ вσᴀʀᴅ ♥️
——————
——————
PopStarYoda
Scratcher
1000+ posts

♚ Introduce Yourself Here! ♔

Galactic_Cleo wrote:

Hi! I'm new to scratch. <3

Welcome!


кᴀтнɪᴇ | ♀ | ɪɴғᴘ | ʀᴀνᴇɴᴄʟᴀᴡ | ғσʀᴜм нᴇʟᴘᴇʀ | 3 ʏᴇᴀʀs+ σɴ scʀᴀтcʜ | † | нσмᴇѕᴄнσσʟᴇᴅ | cᴜʀᴀтᴇᴅ x1
♥️ ᴘʀσғɪʟᴇsтᴀтsᴀвouт ᴍєwσʀkshoᴘɪɴѕρɪʀᴀтɪσɴ вσᴀʀᴅ ♥️
——————
——————

Powered by DjangoBB