Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Is It Possible...



Is it possible to make a movieclip that has been loaded in using the .attachMovie function move around the stage with the following code?


Code:
onClipEvent (load){
xspeed = random (17) + 18;
yspeed = random (17) + 18;
}

onClipEvent (enterFrame){
this._x +=xspeed;
this._y +=yspeed;
}
Ive tried everything i can think of but none of my attempts have worked. Any help would be much appreciated

Thanks in Advance



ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 05-20-2007, 02:17 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

    Copyright © 2005-08 www.BigResource.com, All rights reserved