I got the book, did the first chapter. and i wanted to add frames like it did. i added text no problem , its the getting the frames to show on the text i cant manage to figure out. Should i just NOT do it the way the book does? i dont know how to convert a float to string . compiler throws "conversion is ambiguous" at me.
sf::String frames;
frames = TimePerFrame.asSeconds(); // <-- this throws error I thought that's how you used this, apparently not
Scary = sf::Text(frames,scaryFont);
sadly have been trying to solve this one problem for over an hour. no solutions found.
(most people that i see posting on here helped WRITE the book, figured no more needed to be added to the post than my little bit)