it doesn't matter to me (changing all ppt files to a video) i can do that by some ways
convering the ppt file to GIF file to make an animation (best program (GIF Animator) it is for free)
converting ppt file to PNG or JPEG or whatever picture file using (format factory) and upload it to windows XP movie maker (or any movie maker program) and make a video
but i mean how fast to capture a frame every second
local framecounter = 1
function record()
framecounter = framecounter - 1
if framecounter == 0 then
tpt.screenshot()
framecounter = 4
end
end
local registered = false
function recordcheck(key, nkey, modifiers, event)
if key == 'r' and event == 2 then
if registered then
tpt.unregister_step(record)
print("recording stopped")
else
tpt.register_step(record)
print("recording started")
framecounter = 1
end
registered = not registered
return true
end
end
tpt.register_keypress(recordcheck)
i understood how does the upper part of the script works
if you add that to your mod and make a menu that when you change it to a particular number , the "framecount" will equal to that number at the end
wait a second , shouldn't that "framecount" wait everytime it minuses 1 or not ?
local framecounter = 1
function record()
wait()
framecounter = framecounter - 1
if framecounter == 0 then
tpt.screenshot()
framecounter = 4
end
end
sorry it is hard to play with the box :P
i mean meant make a menu that will have settings to change that 4fps that is what i mean of "the "framecount" will equal to that number at the end"
and i know that you didn't connected it to the tpt recorder :P
what about that wait thing
the program doesn't start up either. i just got this computer in october 2013 and the mod worked fine last night.
deleting my powder.pref file seems to fix it.
but newtonian gravity crashes now.. :(
this is probably why deleting my powder.pref fixed it because i have newtonian gravity on by default