got Newgrounds extension.
planned to use it for saving the game data and score.
confused about how those blocks work, including the api status.
tried to connect, failed to log in.
left the project unsaved, repeat.
got Newgrounds extension.
planned to use it for saving the game data and score.
confused about how those blocks work, including the api status.
tried to connect, failed to log in.
left the project unsaved, repeat.
Not familiar with scratch, what does it currently look like on your end?
Slint approves of me! | "This is Newgrounds.com, not Disney.com" - WadeFulp
"Sit look rub panda" - Alan Davies
At 6/23/23 12:45 AM, Gimmick wrote: Not familiar with scratch, what does it currently look like on your end?
Hmmm...what do you mean by currently look like on my end? since I don't know how to answer that correctly...
At 6/23/23 08:17 PM, Fejluh wrote:At 6/23/23 12:45 AM, Gimmick wrote: Not familiar with scratch, what does it currently look like on your end?Hmmm...what do you mean by currently look like on my end? since I don't know how to answer that correctly...
What does the code look like?
Slint approves of me! | "This is Newgrounds.com, not Disney.com" - WadeFulp
"Sit look rub panda" - Alan Davies
At 6/24/23 12:55 AM, Gimmick wrote:At 6/23/23 08:17 PM, Fejluh wrote:What does the code look like?At 6/23/23 12:45 AM, Gimmick wrote: Not familiar with scratch, what does it currently look like on your end?Hmmm...what do you mean by currently look like on my end? since I don't know how to answer that correctly...
when flag clicked |forever ---] | if <key (space) pressed?> then] | ---------------------------------- | set [_BUILD_STOPMOVING?] to (1)] | | set [STOPCAMERA] to (1)] | if <key (w) pressed?> then] | change camera y by (3)] | if <key (s) pressed?> then] | change camera y by (-3)] | if <key (a) pressed?> then] | change camera x by (-3)] | if <key (d) pressed?> then] | change camera x by (3)] | --------------------------- | if <key (x) pressed?> then] | set [_BUILD_STOPMOVING?] to (0)] | set [STOPCAMERA] to (0)] | wait until <not <key (x) pressed?>>] | wait until <not <key (w) pressed?>>] |--------------------------------]
Please remove all my posts from the politics forum. They are either misinformation or poorly worded.