SIGN IN
::
SPONSORS
::
ADVERTISING
::
ABOUT US
::
CONTACT US
FORUMS
TUTORIALS
MAGAZINE
STOCKYARD
VIDEOS
PODCASTS
EVENTS
SERVICES
NEWSLETTER
NEWS
BLOGS
ADOBE FLASH:
Home
Flash Forum
Flash Tutorials
Flash Video Tutorials
Web Streaming Forum
Adobe Flash
Podcast
360 degree 3d object rotation
COW Forums
:
Adobe Flash
FAQ
•
VIEW ALL
•
ADD A NEW POST
•
PRINT
Respond to this post
•
Return to posts index
•
Read entire thread
360 degree 3d object rotation
by
Robert Hoffman
on Oct 17, 2011 at 6:56:04 pm
Hello,
I would like to take a 30 second movie loop of a 3d object I created and have it rotate as the viewer scrubs their mouse across the screen. I found a tutorial online which provides the action script for what I want to do however, when a I publish the movie the video just sits frozen and the mouse does nothing. Can someone look at this script and tell me what is missing, thanks!
cam.stop();
var frameTo:Number=0;
addEventListener(Event.ENTER_FRAME,goTo);
function goTo(e:Event):void{
frameTo=(mouseX/stage.stageWidth*cam.totalFrames)+1;
cam.gotoAndStop(frameTo);
}
Posts Index
Read Thread
Reply
Like
Current Message Thread:
360 degree 3d object rotation
by Robert Hoffman on Oct 17, 2011 at 6:56:04 pm
Re: 360 degree 3d object rotation
by demetri tashie on Oct 17, 2011 at 8:29:20 pm
LOGIN TO REPLY
FORUMS
•
TUTORIALS
•
MAGAZINE
•
STOCKYARD
•
VIDEOS
•
PODCASTS
•
EVENTS
•
SERVICES
•
NEWSLETTER
•
NEWS
•
BLOGS
© 2013
CreativeCOW.net
All rights are reserved. -
Privacy Policy
[
Top
]