Search found 22 matches

by emily
June 2nd, 2022, 4:08 am
Forum: Everything
Topic: patreon
Replies: 1
Views: 12362

patreon

Hi, I signed up for the patreon content, but not sure how to get log in it sasys my email is already in use
by emily
October 7th, 2020, 4:00 am
Forum: Everything
Topic: circuit design
Replies: 0
Views: 14856

circuit design

Really digging the circuit design series. How much further do you plan on going with it.
by emily
May 17th, 2020, 5:57 pm
Forum: Everything
Topic: my shape is not changing
Replies: 1
Views: 2134

my shape is not changing

Hi,not sure why this isn't working, but this body of code doesn't do anything. I'm not seeing the shape changed.
Beginner Tutorial 4.3 Code.zip
(88.58 KiB) Downloaded 198 times
Any help would be appreciated.
shapeIsChanged = false;
if (x > 200 && x < 300)
{
shapeIsChanged = true;
}
by emily
May 13th, 2020, 12:43 am
Forum: Everything
Topic: Adv2 Transformations
Replies: 4
Views: 2570

Re: Adv2 Transformations

Seems so I guess. anyway time to review some earlier tutorials. LoL
by emily
May 12th, 2020, 7:19 pm
Forum: Everything
Topic: Adv2 Transformations
Replies: 4
Views: 2570

Re: Adv2 Transformations

Now I'm getting assertion fail cannot seek value initialized vector iterator. Tried to google it , but not sure what it all means :?:
by emily
May 11th, 2020, 9:45 pm
Forum: Everything
Topic: Adv2 Transformations
Replies: 4
Views: 2570

Adv2 Transformations

I don't know what I'm doing wrong , but the compiler is complaining about the e1 obj.
Advanced 2 Transformations - Copy -.zip
(104.97 KiB) Downloaded 208 times
by emily
May 10th, 2020, 7:07 pm
Forum: Everything
Topic: include header file
Replies: 5
Views: 3012

Re: include header file

Now I'm getting an assertion failed on line 312. I'm wondering if their a problem with the math somewhere.
Advanced 1 Line.zip
(89.15 KiB) Downloaded 197 times
by emily
May 9th, 2020, 10:08 pm
Forum: Everything
Topic: include header file
Replies: 5
Views: 3012

Re: include header file

So now I get the following errors: (29,60): error C2440: 'type cast': cannot convert from 'std::pair<int,int>' to 'Vec2' (29,60): message : No constructor could take the source type, or constructor overload resolution was ambiguous (29,77): error C2660: 'Graphics::DrawLine': function does not take 2...
by emily
May 9th, 2020, 7:40 pm
Forum: Everything
Topic: include header file
Replies: 5
Views: 3012

Re: include header file

LoL Nevermind I was using a beginner project and just had to drag and drop :geek: from the Advanced files.
by emily
May 9th, 2020, 7:23 pm
Forum: Everything
Topic: include header file
Replies: 5
Views: 3012

include header file

How do you include a header filer where the compiler doesn't tell me cannot find.
Advanced 1 Lines.zip
(89.88 KiB) Downloaded 211 times