Jump to content

Search the Community

Showing results for tags 'loadMovie'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. Hello I can not understand how it works WidgetFlash :: loadMovie. example: var counter:Number = 0; this.createEmptyMovieClip( 'contener', 0 ); onEnterFrame = function() { counter++; if (counter >= 100) { counter = 0; string = 'icons/' + String(Math.round(Math.random() * 17)) + '.png'; contener.loadMovie( string ); trace( string ); } } In Flash, everything works perfectly, Unigine icon is loaded only once, the next load is performed. Thank you.
×
×
  • Create New...