Can I embed the scratch file *.sb into a powerpoint slide?. If yes, please give me the detail step by step insturuction of how to do it, so when i slide show the presentation i can have a hyperlink button and the scene played in my scratch file will be played on that particular slide.... HOW oh PLEASE HELp HOW?
Offline
You can't exactly embed an .sb file into PowerPoint, but you can do something similar by embedding the experimental Flash Player. Read this for info about how to do so.

Offline
<div class="frame" id="div">
<EMBED
src="http://scratch.mit.edu/static/experimental/Scratch.
swf?owner=hazel8186&projectname=1610006&userid=728833"
bgcolor="#FFFFFF"
WIDTH="100%" HEIGHT="100%"
allowScriptAccess="always"
wmode="opaque"
TYPE="application/x-shockwave-flash">
</EMBED>
</div>
Offline